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 are various search techniques in cobol? Explain.
How many bytes S(8) comp field occupy and its maximum value?
In which area will you utilize 88 level items in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Mention the guidelines to write a structured cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the problem of ordered sequential files access?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how do you reference the printer file formats from cobol programs
Discuss about changing dataset name in proc.