how we can edit records in vsam data set and non vsam data
sets

Answers were Sorted based on User's Feedback



how we can edit records in vsam data set and non vsam data sets..

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

how we can edit records in vsam data set and non vsam data sets..

Answer / vidhya

u can open the VASM dataset in File aid and edit.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More COBOL Interview Questions

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.

7 Answers   Financial Services,


diffrence between renames and redifnes with examples

3 Answers   IBM,


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.

1 Answers  


What are the cobol coding sheets?

1 Answers  


how we rectify soc4 and soc7 error in project(need real time answer)? please reply

3 Answers   HCL, Wipro,


can we declare occurs in 01 level?

2 Answers   Temenos,


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  


How to open and see copy book ?

3 Answers  


what is Pic 9v99 Indicates?

2 Answers  


Can anyone please give the example of Inline Perform.

6 Answers   TCS,


what is subscript in cobol?give realtime example?

2 Answers   Wipro,


If I want to increase the Limit in GDG. What should I do?

1 Answers   IBM,


Categories