PDL 'Exit' terminates job on HP3000

Ron Tilby Rtilby@montek.com
Mon, 09 Nov 1998 09:57:52 -0700


Steve, This is a known problem, that COGNOS has refused to fix.
The workaround is to add "!EOD" in the JCL after the EXIT statement.
For Example:

!JOB DICTCOM,JOB.FINTST;OUTCLASS=,1
!PDL "AUTO=PDLSRC.PRQSRC NOLIST"
EXIT
!EOD
!comment other stuff. ...
!EOJ

The code in PDL that reads in the dictionary source doesn't know when to stop,
so it eats past the EOF of the dictionary source and starts eating JCL.

Regards,
Ron Tilby

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.