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
what is the use of outrecord?
What are the different open modes available in cobol?
What are the different types of condition in cobol and write their forms.
Difference between array and sub-script ?
how to move the records from file to array table. give with code example
What is perform what is varying?
how do you reference the variable unblock file formats from cobol programs
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
what are decleratives in cobol?
how do you reference the esds vsam file formats from cobol programs
What kind of error is trapped by on size error option?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?