How to read the last 100 records from a COBOL file. The file
contains N number of records.
Answer Posted / giri12
Hi Santy in ur answer u mentioned that..
read-para untill condition B=A
Can you please explain it. Coz B=900 and A=1000(assume)
then how will be 900=1000?
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and PIC9v99?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how do you reference the rrds file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
How are the next sentence and continue different from each other?
Name some of the examples of COBOl 11?
What is comp-1 and comp-2?
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?
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?
What is perform what is varying?
In which area will you utilize 88 level items in cobol?
) what is the difference between AID and HANDLE AID?
Whats the difference between search & search ALL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the utilization of copybook in cobol?