how will be submit 1 jcl by other jcl? means that how 'll
submit one job by other job??
Answer Posted / saurav paul
You can submit thru IEBGENER utility by copying your job in
the internal reader. Please go thru the steps :
A$xxxx JOB (1354),'SAURAV PAUL',CLASS=x,MSGCLASS=x,
NOTIFY=&SYSUID
STEP1 EXEC PGM=IEBGENER
SYSPRINT DD SYSOUT=*
SYSUT1 DD DSNAME=abcDISP=SHR
SYSUT2 DD SYSOUT=(*,INTRDR)
SYSIN DD DUMMY
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are hierarchy levels in jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How can a stopped job be started again?
Are there any set of rules for the names of the steps used in a job? What are they?
write a jcl to execute a job by 7:00 am on jan 20,1986?
how you will the direct the data to spool using sysout option?
What is multithreading in jcl?
Differentiate between addressing mode and run mode.
What is the difference between run mode and addressing mode?
What is the significance of addrspc parameter in exec statement?
What is the purpose of dd dummy statement?
Describe the various parameters utilized in the creation of a gdg?
Explain the function of the dd dcb keyword?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?