is it possible to submitt more than one job in job card in
jcl? and if yes than is it necessary to have the jobs same
name?
Answer Posted / shail
we can submitt more then one job in a sigle job card, and
the job name will be diffrent (this is mandatory)
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Explain dfsort utility?
Mention the types of job control statements?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How to submit jcl through a cobol program?
when does a dataset go uncataloged?
Explain the function of job statement in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What are steplib and joblib? What for they are used?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How do you create a temporary dataset?
What is the function of the dd mgmtclas keyword in sms datasets?
Explain how can a stopped job be started again?
How can a fb file convert to vb file using sort program?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?