How to read records from flat file in reverse order through
COBOL program?
Answer Posted / janu
using iebcmpr
we can easily read
sort fields=(pos,length,d,char)
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
What is the difference between Global and External Variables?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Why would you use find and get rather than to obtain?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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?
Explain about different table spaces.
What is the local-storage section?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Name the divisions, which are available in a cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What rules are to be followed while using the corresponding options?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Mention the guidelines to write a structured cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are different data types in cobol?