Hi,
My dataset have multiple records, say 100. I want to start
copy records only after a record contain a specific value
that may be in a specific position. Secondly I want to stop
copying rest records if certain record contains a specific
value. Can it be done using SORT/ICETOOL utilities?
Answer Posted / srini
STOPAFT(100)
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What are the parameter we cannot use in procedure?
What is condition checking in jcl? Is this possible?
Is their any limit for data sets?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to run cobol program using jcl?
Differentiate between the joblib and the steplib statements?
what is “Cond= even” and “Cond=only”?
Explain the function of //jcllib statement?
What is jcl in mainframe?
I need exexution process for JCL programs
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?
When space is allocated for an output dataset, what units can be used?
what is DSN in JCL and what are the parameters to declare the DSN?