Hi All,
I am trying to develop a rexx tool. with this tool i need to find if any job has got errors.
for example i pass the PDS name to be verified. If the member name and the job card name in the jcl are correct it should display like no errors. If the member name and the job card name are not matching then it should say some print the same to the outout report.
I am able to do this perfectly but the problem i am facing is with getting the correct member names. when i am exectung my rexx i do get the follwoing error messages..
MISSING DATA SET NAME OR *+
MISSING NAME OF DATA SET TO BE ALLOCATED
INVALID DATA SET NAME, 'testts.jcl(--RECFM-LRECL-BLKSIZE-DSORG)'
MISSING DATA SET NAME OR *+
MISSING NAME OF DATA SET TO BE ALLOCATED
INVALID DATA SET NAME, 'testts.jcl(FB
INVALID DATA SET NAME, 80
INVALID DATA SET NAME, 800
INVALID KEYWORD, '
INVALID KEYWORD, )SHR
INVALID DATA SET NAME, 'testts.jcl(--VOLUMES--)'
MISSING DATA SET NAME OR *+
MISSING NAME OF DATA SET TO BE ALLOCATED
System abend code 013, reason code 00000024.
Abend in host command execio or address environment routine TSO.
EXECIO error while trying to GET or PUT a record.
INVALID DATA SET NAME, 'testts.jcl(--MEMBERS--)'
MISSING DATA SET NAME OR *+
MISSING NAME OF DATA SET TO BE ALLOCATED
System abend code 013, reason code 00000024.
Abend in host command execio or address environment routine TSO.
EXECIO error while trying to GET or PUT a record.
total lines 12
I want to know in my code where i am messing it up. Can any one help me out with this.