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
Describe the cobol database components?
What is the difference between Call and a Link?
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.
Which is not true about evaluate statement
How many bytes S(8) comp field occupy and its maximum value?
What is the Purpose of Pointer in the string?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the different rules for performing sort operation?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is report-item in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..