Can comments be specified at the very beginning of a
jobcard? Will the JCL execute?
Answer Posted / suresh
NO.it cant be specified at the very begining of a job card.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
when does a dataset go uncataloged?
I need exexution process for JCL programs
What is the difference between the positional and keyword parameters? Give examples.
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?
what is DSN in JCL and what are the parameters to declare the DSN?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
how do you code a null statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
List the different components of jcl statement?
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.
Explain the purpose of the dd keylen parameter?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Are there any set of rules for the names of the steps used in a job? What are they?
Can I share my data with other jobs? How?