Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi ! When ever i give SYSIN DD *

Status
Not open for further replies.

Idiot

Programmer
Oct 8, 2000
26
US
Hi !

When ever i give SYSIN DD * instream data in the JCL,and sumbit the job... in the spool output job log i was not able to see the SYSIN DD * instream data . The jcl is terminating at SYSIN DD * statement(in the job lob). How to look for the Instream data in job log?


Thanks ..



 
If you use SDSF for example as an output monitor, there is a command

INPUT ON

which make the input visible.

You have also the line command for your job: SJ which makes it possible to edit the original job.

IOF has similar functionality.

 
Idiot, Crox,

IOF uses the command "INPUT" (how did they come up with that ?!!) on the command line.
This will add a DDNAME "INPUTJCL", which contains the original input, including all inline cards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top