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 |
Write a program to enter and display the names of students in a class using the occurs clause.
how would you resolve sb37 and SE37?
What is SDSF?
Can we access the a[0] in the array ?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
How to open and see copy book ?
What is a scope terminator? Give examples.
how to move the records from file to array table. give with code example
level number 77 is used to define a)group data b)elementary data c)redefine d)none
Can we use goto statement in inline_perform ?
Define in-line perform?
what is the minimum number of lines a Cobol program should have to successfully compile and run