how will be submit 1 jcl by other jcl? means that how 'll
submit one job by other job??

Answers were Sorted based on User's Feedback



how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??..

Answer / 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

how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??..

Answer / arif

One way of doing this..

you should have pgm=IKJEFT01 step in your jcl.
In its SYSTSIN dd * have the following tso command.
'TSO SUB TMXA055.JCL.CNTL(OTHERJCL)'
All other necessary DD names to be coded.

Note: IKJEFT01 is the batch pgm for TSO

Is This Answer Correct ?    10 Yes 6 No

how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??..

Answer / yogesh

Just have a step like this in the calling JCL:

//StepXXX EXEC SUBMIT,DSN='abc.jcl.xyz(BBBBB)'

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More JCL Interview Questions

How can a fb file convert to vb file using sort program?

0 Answers  


How are GDGs concatenated?

1 Answers  


Explain dd statement in jcl?

0 Answers  


What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?

12 Answers   Convergys,


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

0 Answers  






MOD, DELETE; What does a disposition of (,DELETE) mean ?

3 Answers  


how to set dependancy for jobs?

4 Answers  


How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

0 Answers  


In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?

2 Answers   HP,


i want to store 20 digits . how will u do it in cobol ?

0 Answers  


Explain about LMGET�read a logical record from a data set

1 Answers  


Categories