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
What is the difference between perform … with test after and perform … with test before?
What rules are to be followed while using the corresponding options?
What is rmode(24)
) how do u code after getting data?
How many sections are there in data division in COBOL?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is Pic 9v99 Indicates in COBOL?
How do get the result of your program directly on your pc?
Name the divisions, which are available in a cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
how to convert the recors form vsam file to db2 table tru file aid
Whats the difference between search & search ALL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the different data types in cobol?
how to move the records from file to array table. give with code example