How to read a record from bottom of a file which is
indexed by 'A'.
Answer Posted / mahesh
we can read a file from bottom using "EXEC CICS READ PREV"
command in COBOL program.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
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 is the difference between next sentence and continue in cobol programing language?
What is difference between static and dynamic call in cobol?
Can a Search can be done on a table with or without Index?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Write a program that uses move corresponding.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Write a program to explain size error.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Difference between array and sub-script ?
Why occurs cannot be used in 01 level in COBOL?
What type of SDLC u followed? Why?
Write the code implementing the perform … varying.