Answer Posted / anjireddy vintha
it is a conditional dataname level number..use of 88 is to
evaluate filestatus codes and also some more advantages are
there.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
What are all the divisions of a COBOL program?
What are the different data types in cobol?
what happens if parmparameter passes zero bytes to the program
Whats the difference between search & search ALL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how to move the records from file to array table. give with code example
What is the utilization of copybook in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Have you used comp and comp-3 in your project? And how?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain how to differentiate call by context by comparing it to other calls?
What is an in line perform? When would you use it? Anything else you wish to say about it.