Hi,
I have a requirement to work on temp file created by JJSCAN.
I am wring a rexx code for that, created a macro for JJSCAN.
It like:
/* REXX MACRO */
"ISREDIT MACRO PROCESS"
"ISREDIT JJSCAN"
"ISREDIT END"
ADDRESS 'ISPEXEC'
RETURN
But when I execute this macro through my rexx program, the JCL member in JCL pds is opening with JJSCAN mode but waiting for user command F3, If I press f3 then it is going for next member of PDS. Please suggest how to avoid user intervention.
Thanks in advance.