if we give two job cards in a single what happens
Answer Posted / 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 |
Post New Answer View All Answers
what is use of disp parameter in dd statement?
Can I send output of job to my remote device careerride123?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the purpose of dd * statement in jcl?
In job processing, what happens in conversion stage?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what happens in conversion stage in job processing?
whats the diff bw the evaluate also and and?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain the jcl exec statement?
What are steplib and joblib?
How can values be passed from the job stream to an executable program?
what is use of dsn parameter in dd statement?
How can a jobs execution priority be modified?
How can a fb file convert to vb file using sort program?