I had 100 records and i want to execute last three records by
using cobol programming?what will be coding?
Answer Posted / atul
Using Short card you can write the last 3 records.
Short card as :
SORT FIELDS=COPY SKIPREC=97 STOPAFT=03
It will copy the last three records and put it in a file.
Cobol program can use this file containing records.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
IF I mention stop run in CICS what happens?
What guidelines should be followed to write a structured cobol prgm?
What is a report item?
How do u write test cases?
How do we get current date from system with century in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Name the divisions, which are available in a cobol program?
what is difference between cobol and cobol/400
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is difference between static and dynamic call in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is amode(31)
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.
Can we redefine the field of x(200) to less than 200?