i have variable record in the 5th, i want to sort from 5th filed ? how ?
Answer Posted / chandu
USE sort card for this.
sort fields=copy,stopaft=??,skiprec=5
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
A table has two indexes defined. Which one will be used by the SEARCH?
Write the code to count the sum of n natural numbers.
For rewrite, why is it mandatory that file needs to be opened?
Why occurs cannot be used in 01 level in COBOL?
Write down the divisions of cobol program?
Can a Search can be done on a table with or without Index?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is the use of outrecord?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the difference between Call and a Link?
How to know whether the module is dynamical or statistical?
How you can read the file from bottom?
Can we redefine the field of x(200) to less than 200?
What are the rules of the move verb?
How do you differentiate between cobol and cobol-ii?