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 are the cobol coding sheets?
Why did you choose to work with ibm mainframe cobol programming?
Give some examples of command terminators?
i need a small 3d program using inline and outline.
How do define dynamic array in cobol.
what is search and searchall?what is the diffrence between them?give an best example?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
how to access the file from prodution from changeman tool and to submit a file to production
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 type of SDLC u followed? Why?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do you define a variable of comp-1 and comp-2?
What is the use of intialize verb?