Can comments be specified at the very beginning of a
jobcard? Will the JCL execute?
Answer Posted / babu
we can have the comments at the beginning of a jobcard. But
the system will expect the job name for the specified
comments also. once you give the jobname then it will try
to execute the steps you have till it comes accross the
next jobname which is original that has been mentioned in
the JCL member. two jobs will be submitted.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you create a temporary dataset?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what is the JCL statement consists of?
How to pass the parameter in parm using linkage section ? (syntax)?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
which parameter is used to check the syntax of a jcl without executing it?
Suppose I have five jobs to do. But I want to hold one?
what is the use of IEBGENER utility?
What are the 4 fields in dd statement?
How do you overcome this limitation ?
Which statement is used to identify the private libraries in job?
when can a job time-out occur? How to overcome that?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how do you access an uncataloged dataset in a jcl?
Explain the purpose of the dd keylen parameter?