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


Please Help Members By Posting Answers For Below Questions

What is the difference between external and global variables in COBOL?

1052


Write down the divisions of cobol program?

852


What is the problem of ordered sequential files access?

915


What is an in line perform? When would you use it? Anything else you wish to say about it.

843


Explain how you can characterize tables in cobol?

823


Why did you choose to work with ibm mainframe cobol programming?

852


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8685


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

11529


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5602


Write a program to explain size error.

888


How arrays can be defined in COBOL?

843


Define cobol?

1077


What is the difference between a binary search and a sequential search what are the pertinent cobol?

939


What is the difference between Global and External Variables?

938


Write the code implementing the perform … varying.

826