can we have more than one job in a single job card that is
we are specifying only one 'job' statement in the jcl.
Answer Posted / amresh
JOB Statement is the one that identifies the job. I dnt
understand the meaning of more than one JOBs under one JOBCARD..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
How can return codes be tested before execution of a job step?
which parameter is used to check the syntax of a jcl without executing it?
When output dataset space is required, what quantity categories are used?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the function of dd disp parameter?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
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 is Cataloged Procedures?
What are hierarchy levels in jcl?
what is the compile process of cobol program expalin with code
What is the function of a dd statement?