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
what are the statements that are not valid to be included in an include statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the function of the steplib dd statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the significance of addrspc parameter in exec statement?
what sort card you will use to copy the data from one dataset to another dataset?
how to compare two datasets without using superce because output is limited to 133 bytes
What is NOTCAT ?
Explain the purpose of the dd keylen parameter?
Are there any set of rules for the names of the steps used in a job? What are they?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Is acct parameter mandatory?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is SOC4 error?