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

How gdg are concatenated?

661


Is automatic restart possible in jcl?

724


How can values be passed from the job stream to an executable program?

865


What is the function of //cntl statement?

824


Explain the function of the steplib dd statement?

630






What is the use of disp parameter?

643


What are hierarchy levels in jcl?

942


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

650


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1801


Explain dfsort utility?

661


what happens in execution stage in job processing?

650


What is the syntax of JCL statement?

683


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

600


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2091


Where & How Do You Code Identifier In Jcl?

689