Hey,
I'm running a REXX program which checks for a data set's header and trailer.
It's all good while executing the REXX via ISPF, but when executing it under a JCL, the SYSDSN provide an error that the data set not found.
Do anyone familiar with SYSDSN command errors?
Thanks,
Porus
SYSDSN problem while submitting job
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: SYSDSN problem while submitting job
Hello,
There are datasets that are allocated to your online session that are missing from your batch jcl.
Rather than trying to discover them one at a time, i'd suggest you ask your system support people for some already workng jcl that names all of the additional datasets you need to run successfully on your system.
There are datasets that are allocated to your online session that are missing from your batch jcl.
Rather than trying to discover them one at a time, i'd suggest you ask your system support people for some already workng jcl that names all of the additional datasets you need to run successfully on your system.
Hope this helps,
d.sch.
d.sch.