how we can edit records in vsam data set and non vsam data
sets
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vidhya
u can open the VASM dataset in File aid and edit.
| Is This Answer Correct ? | 6 Yes | 2 No |
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
diffrence between renames and redifnes with examples
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
What are the cobol coding sheets?
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
can we declare occurs in 01 level?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
How to open and see copy book ?
what is Pic 9v99 Indicates?
Can anyone please give the example of Inline Perform.
what is subscript in cobol?give realtime example?
If I want to increase the Limit in GDG. What should I do?