Can you REWRITE a record in an ESDS file? Can you DELETE a
record from it?
Answer Posted / sukhwinder singh
what is ESDS file?
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Which mode is used to operate the sequential file?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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.
How do you get the data to code the BMS macro?
Can we redefine the field of x(200) to less than 200?
What is rmode(any) ?
Mention the guidelines to write a structured cobol program?
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
Write down the divisions of 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.
Explain how to differentiate call by context by comparing it to other calls?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are different data types in cobol?
Name the divisions, which are available in a cobol program?