Can comments be specified at the very beginning of a
jobcard? Will the JCL execute?
Answers were Sorted based on User's Feedback
Answer / suresh
NO.it cant be specified at the very begining of a job card.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / 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 |
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
Brief description of inline procedure of jcl.
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
List the various advantages of using jcl language?
once we submitted the job to the operating system, how can we cancel the job before execution?
What is a MODEL Paramater in GDG ?
What is the purpose of disp parameter?