Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem

7 Answers  


Max. No of DD statements in a job ?

4 Answers   CSI,


what is the function of spool command?

4 Answers  


What is the function of //jcllib statement?

0 Answers  


What is the difference between primary and secondary allocations for a dataset?

8 Answers  


restart logic ?

2 Answers   TCS,


Explain about CBL/PROCESS statement syntax

1 Answers  


How gdg are concatenated?

0 Answers  


Explain the function of //cntl statement?

0 Answers  


can we copy a file from fixed block to variable block and vice versa ....asap

1 Answers  


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

4 Answers   IBM,


what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?

1 Answers   Accenture,


Categories