我正在尝试调用一个过程并为输出分配一个变量.
我的问题是我的程序名称是为了允许的空间:
这是我的工作来源,是否可以使用move或movel做同样的事情?
c eval pSitProp = json_parseString(wSitProp)
Run Code Online (Sandbox Code Playgroud)
...
3774 c move pSitProp json_parseString(wSitProp) 01 CA050 005000
======> aaaaabbccddee
*RNF5038 20 a 005000 Field-Length entry is not valid; defaults to blanks.
*RNF5044 20 b 005000 Decimal-Positions entry is not blank or 0 - 63; defaults to
0.
*RNF5051 20 c 005000 Resulting-Indicator entry is not valid; defaults to blanks.
*RNF5051 20 d 005000 Resulting-Indicator entry is not valid; defaults to blanks.
*RNF5051 20 e 005000 Resulting-Indicator …Run Code Online (Sandbox Code Playgroud)