Hello,
How to pass JCL-variable to Easytrieve- variable via indata stream with SYMBOLS parameter like this example.
I get the error: "B027 NOT A VALID NAME". I tried all values (EXECSYS, CNVTSYS,JCLONLY) of SYMBOLS but I get the same error.
Example:
//SET2 SET AVSKTO='12345678901'
//SYSIN DD *,SYMBOLS=JCLONLY
*easytrieve code
W-KTO W 11 A
JOB INPUT INFIL
W-KTO = &AVSKTO.
*******B027 NOT A VALID NAME - &AVSKTO