Hello all,
I am having trouble reading a file on tso. It looks like it is allocating the dataset, but not reading it.
This is the code:
"ALLOC DD(INFILE) DSN('USER.TEST.MAIN.TESTFILE') SHR"
"EXECIO 1 DISKR INFILE (STEM RECORD. FINIS"
PULL RECORD.1
SAY RECORD.1...
Hi,
I am relatively new to REXX. I am trying to write an exec that is triggered by an AFOper trap. This exec will read a file and respond to a prompt on the OS390 console.
Currently, I am just trying to read the file, but I keep getting an error code 16.
DATASET = 'TEST.FILE'
ADDRESS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.