I am getting error like , IKJ56500I COMMAND M NOT FOUND *** , when I run below code,
DATA_SET = 'SYSD.DAILY.SYSLOG.D141213'
Address Tso "Alloc Fi(INPF) DA('"DATA_SET"'), Shr"
/*Address Tso "Alloc Fi(INPF) DA('ISOPS.SDSF.OUT'), Shr" */
Address Tso "Alloc Fi(OUTF) DA('ISOPS.IPL.HISTORY'), Mod"
Address Tso "Alloc Fi(INPF) DA('"DATA_SET"'), Shr"
/*Address Tso "Alloc Fi(INPF) DA('ISOPS.SDSF.OUT'), Shr" */
Address Tso "Alloc Fi(OUTF) DA('ISOPS.IPL.HISTORY'), Mod"
And here I am trying to read the daily syslog and process it filter some values and write into another data set. I have not included all the code here. But when I run with data set SYSD.DAILY.SYSLOG.D141213 only I am getting error . But when I run with Dataset ISOPS.SDSF.OUT , which is commented here ,I am not getting this error.
But I don't use any command "M" any where in my REXX code.
Thanks,
Aby Varghese