Answer Posted / venkat ramana
Condition is a key word parameter. '=' is mandatory.
COND = (0, LE)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are some jcl statements that are not allowed in procedures?
how can you check if a file is empty using jcl?
How would you understand error(execution phase)?
A dd statement consists of 4 fields. Name them?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the function of the steplib dd statement?
Where can program checkpoints be stored for use in a restart?
Name what parameter directs the output of the job log dataset?
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?
How can a fb file convert to vb file using sort program?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Explain the function of //jcllib statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Can we use DISP=SHR in output file in JCL
What is jcl in mainframe, and how many types of jcl statements are there for a job?