i have variable record in the 5th, i want to sort from 5th filed ? how ?
Answers were Sorted based on User's Feedback
The question is not clear.
What is the column# of the fifth field in the 5th variable record ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chandu
USE sort card for this.
sort fields=copy,stopaft=??,skiprec=5
| Is This Answer Correct ? | 2 Yes | 3 No |
How do you code Cobol to access a parameter that has been defined in JCL?
88 class is used for
what is label record is standard or omitted in file description of data division?
What is COMP SYNC?
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
why 02 level number can't be use as a separate level number like 01 or 77 ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
What is the difference between a subscript and an index in a table definition?
How arrays can be defined in COBOL?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?