how we can edit records in vsam data set and non vsam data
sets
Answer Posted / vikas pujar
VSAM - You cannot edit data directly in case of Vsam
datasets,it can be done either be thru programs or thru
File Aid option 2.
Non Vsam - You can edit data directly by opening dataset in
edit mode from 3.4.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What the difference is between continue and next sentence?
How do you reference the fixed block file formats from cobol programs
What are the different rules to perform a Search?
what is the use of outrecord?
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 are the rules of the move verb?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Are you comfortable in cobol or jcl?
) How do u handle errors in BMS macro
How you can read the file from bottom?
What is the usage of comp fields in cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is report-item in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?