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
What are hierarchy levels in jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
What are the 4 fields in dd statement?
How can an in-stream dataset be terminated?
What is the function of //jcllib statement?
What are the difference between jcl and jes?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
how would you create a temporary dataset? And where will you use them?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
A dd statement consists of 4 fields. Name them?
Is condition checking possible in jcl? If yes, how?
What is notcat 2 - gs?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain the function of dd name parameter with a 2 part structure; audit.report?