with out sorting how to copy records from one file to
another file using jcl.Mean I have one input file in which
the record are like 1,6,5,4,2,3(for example) and i want to
copy to output file from top to bottom(without sorting) like
3,2,4,5,6,1.so I want the JCL for this.cna any one can
answers?
Answer Posted / ramesh
Please find below sort card for same
//SYSIN DD *
INREC FIELDS=(1:1,10,11:SEQNUM,8,ZD)
SORT FIELDS=(11,8,ZD,D)
OUTREC FIELDS=(1:1,10)
/*
Here we have data from 1 to 10 columns , i am generating
seqence number from column 11 in descending order , which
is not part of record layout .
After generating Seqence number digits will get reversed .
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
A dd statement consists of 4 fields. Name them?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How does jcl act on code(if you take a cobol program)?
Brief description of inline procedure of jcl.
List the different jcl statements that are not permitted in the procedures?
i want to store 20 digits . how will u do it in cobol ?
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 do you know about jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain the purpose of dd * statement in jcl?
List the various advantages of using jcl language?
Is it possible to code instream data in a PROC?
Define concatenating?
what JCL Procedures?