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
how to access the file from prodution from changeman tool and to submit a file to production
Write the code to count the sum of n natural numbers.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How can you get the ksds file records into your cobol program?
What is link edit in cobol?
Write the code implementing the perform … varying.
What are the different rules for performing sort operation?
What is the difference between Global and External Variables?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How arrays can be defined in COBOL?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Write a program to enter and display the names of students in a class using the occurs clause.
What is amode(31)
In which area will you utilize 88 level items in cobol?
What is amode(24)?