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 / muttaiah
Hi Subrat,
can you cleary mention your query.
you want to start copying only after a particular record
contains a value & stop after you find a value in
particular record.
EX:
100 muttaiah hyd
200 kiran hyd
300 Guru hyd
400 ram hyd
500 narayana hyd
600 hari hyd
consider you input file has 5 records. You want to copy
only when you find 200 in the record & stop when you find
500 in the record
Output:
300 Guru hyd
400 ram hyd
Is this what your question exactly MR. Subrat,
@All:
All the previous answers are wrong
The one who posted i kindly request them to read the
question twice before they post. As number of people are
going to visit this site.
Thanks,
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of dd dummy statement?
What are steplib and joblib? What for they are used?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are the jcl procedures?
in ways data can be passed to a COBOL program from JCL?
what is use of space parameter in dd statement?
how you can access an uncataloged dataset in a JCL?
For what purpose steplib and joblib are used ?
How to alter the parameters for the existing gdg?
How dummy is used in jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What happens if both JOBLIB & STEPLIB is specified ?
What are hierarchy levels in jcl?
Explain the function of //jcllib statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?