How to fetch even records from one file to another file by
using ICETOOL in JCL?
Answer Posted / rajvee
Step01 exec pgm=sort
.
.
.
sysin dd *
sort fields=copy
outfil fnames(out1,out2),split
first rec will be in out1 file, second in out2,third in
out1 and so on..
so out2 will have even number recs.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How to run cobol program using jcl?
What are the parameters that are used in creating a gdg?
I need exexution process for JCL programs
whats the diff bw the evaluate also and and?
What is one line to pass PARM from JCL to COBOL?
Is condition checking possible in jcl? If yes, how?
What do you know about jcl?
How does jcl act on code(if you take a cobol program)?
Explain how can an in-stream dataset be terminated?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the use of symbol // in jcl?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What are steplib and joblib? What for they are used?
How to pass the parameter in parm using linkage section ? (syntax)?