How many JOB statements a JCL can have ? If there are more
than one JOB statements in a JCL, are they submitted in
succession or in parallel ?
Answer Posted / vinay sonar
You can have max 1 job card in a job.For multiple job card
your job-id should be same
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the purpose of dd * statement in jcl?
In sms datasets, what is the function of the dd avgrec keyword?
Mention the types of job control statements?
How do you access an uncatalogued dataset in a jcl?
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 remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the difference between the positional and keyword parameters? Give examples.
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
how you can access an uncataloged dataset in a JCL?
What does a disposition of (new,catlg,keep) for a dsn mean?
A dd statement consists of 4 fields. Name them?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How can the disposition of sysout datasets be set for an entire jobstream?