How to read the last 100 records from a COBOL file. The file
contains N number of records.
Answer Posted / guest1
Using FILE-AID, copy lost 100 records only in to a seperate
file and read the records.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
how to refer the data field?
explain sorting techniques in cobol program?
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.
How do you reference the following file formats from cobol programs?
What are different data types in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the access modes of START statement?
Name some of the examples of COBOl 11?
What do you understand by psb and acb?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
) How do u handle errors in BMS macro?