Hi Folks,
Wrote the following code to check the contents of a one line dataset and dependent on what it finds, sets a RC=
"EXECIO" 1 "DISKR INPUTDD"
000011 pull line
000012 parse var line drop 115 extract 126
000013 say extract
000014 Select
000015 when extract = 'PTLF_EXTRAC'...
Hi,
I'm trying to find out if it is possible to create a DSN allocation dependent on a variable?
I need to backup a VSAM file but want to back it up to it's own GDG not just a generic GDG.
IE
I have a ring of journals that cycle round each day. The files are called,
let's say ABC.P40JRx...
Hi,
I'm trying to write a rexx routine (and I've never used REXX before)to simply check col 105 in a one line VSAM file. If col 105 contains a 'P' then end with RC = (say) 01
If col 105 contains 'T' then end return code = 02
This needs to run in JCL so I'm using IKJEFT01
I'd be gratefull if...
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.