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


Please Help Members By Posting Answers For Below Questions

What are the rules employed while naming the steps in a job?

664


What is the syntax of JCL statement?

700


what happens in execution stage in job processing?

657


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7615


Name the statement which can be used to send data to another mvs jes3 node?

609






How jcl is used for testing batch programs?

723


which utility is used a dummy utility?

799


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

792


Does jcl support automatic restart?

768


What are the 2 types of parameters in dd statement?

654


what is the difference between JES3 and JES2?

685


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1959


What is the use of disp parameter?

653


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1805


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

610