Jim Snellen wrote:
[...]
MVS picked it up and began to execute but stopped with a JCL error.
[...]
It appears the assembler code did not make the trip and/or a dataset
was not created (??).
Please advise next step.
I'm not an MVS person, BUT...
Are you perhaps missing a trailing comma on JCL line 3?
3 //SYSLIB DD DSN=HERC01.MACLIB,DISP=SHR,DCB=BLKSIZE=32720
4 // DD DSN=SYS1.MACLIB,DISP=SHR
A similar statement (11 for example) ends with a trailing comma to indicate the statement is continued onto the next line:
11 //SYSGO DD DSN=&&LOADSET,DISP=(,PASS),UNIT=SYSDA,
// SPACE=(3120,(50,20)),DCB=LRECL=80
If it was me, I'd try adding a trailing comma to line 3 and try again.
<shrug>
Hope that helps!
--
"Fish" (David B. Trout)
Software Development Laboratories
mail: fish@...