i have variable record in the 5th, i want to sort from 5th filed ? how ?
Answer Posted / azharuddinsyed
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 |
Post New Answer View All Answers
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between external and global variables in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between PIC 9.99 and PIC9v99?
example for sub strings ? and refernce modifications whit output pls
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
In which area will you utilize 88 level items in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the problem of ordered sequential files access?
What is the usage of comp fields in cobol?
Name the sections present in data division.
Explain what you understand by passing by value.
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 happens when we move a comp-3 field to an edited (say z (9). Zz-)?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?