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
What is the difference between external and global variables in COBOL?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are declaratives and what are their uses in cobol?
What is the difference between Global and External Variables?
Which mode is used to operate the sequential file?
how do you define single dimensional array and multidimensional array in your cobol?
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?
) How do u handle errors in BMS macro
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)?
Mention the guidelines to write a structured cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
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?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Describe the cobol database components?
What is the use of intialize verb?