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 |
what is the JCL statement consists of?
What is the function of the steplib dd statement?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is the function of the dd dcb keyword?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
read all error codes like SB07?
how you will define a temporary dataset in jcl?
How to change default PROCLIB?
what is static and dynamic call with examples?
Max. No of DD statements in a job ?