if we give two job cards in a single what happens
Answers were Sorted based on User's Feedback
Answer / sesha
If we give two job cards in a single dataset, both the jobs
will be submitted for exection. it's like we are submitting
jobs seperately.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / suresh
if we give two job cards in a single dataset,the job will
execute based on priority
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / rikdeb
consider this scenerio.
#xxxxx1 JOB (9999,0206,3),CLASS=X,
MSGCLASS=X,NOTIFY=&SYSUID,
TIME=(0,20)
*
#xxxxx2 JOB (9999,0206,3),CLASS=X,
MSGCLASS=X,NOTIFY=&SYSUID,
TIME=(0,20)
while prepping the jcl u will get a erro saying:
job xxxxx1 has no steps.
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain how can an in-stream dataset be terminated?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
Where & How Do You Code Identifier In Jcl?
Give the syntax of job specifying jcl statement.
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
In which table PLAN is registered in ?
How does jcl act on a cobol code?
Brief description of inline procedure of jcl.
what is the difference between return code and maxcc?
What u mean by include statement in JCL ?