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
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 |
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 |
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 |
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
Max. No of DD statements in a job ?
what is the function of spool command?
What is the function of //jcllib statement?
What is the difference between primary and secondary allocations for a dataset?
restart logic ?
Explain about CBL/PROCESS statement syntax
How gdg are concatenated?
Explain the function of //cntl statement?
can we copy a file from fixed block to variable block and vice versa ....asap
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 ?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?