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
What is the Purpose of POINTER Phrase in STRING command in COBOL?
In COBOL programming, what is PERFORM? What is VARYING?
What are different data types in cobol?
How do we get current date from system with century in COBOL?
Name the sections present in data division.
What is report-item in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is perform what is varying?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
what is the use of outrecord?
what are decleratives in cobol?
What are the different data types in cobol?
Explain how to differentiate call by context by comparing it to other calls?
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
how to move the records from file to array table. give with code example