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
How can values be passed from the job stream to an executable program?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the significance of addrspc parameter in the exec statement?
what sort card you will use to copy the data from one dataset to another dataset?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how can you check if a file is empty using jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
How jcl is used for testing batch programs?
What are the parameters that are used in creating a gdg?
Why block size is multiple of lrecl in jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How can the disposition of sysout datasets be set for an entire jobstream?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Is acct parameter mandatory?
What is the function of job statement in jcl?