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
What is the difference between external and global variables in COBOL?
Write down the divisions of cobol program?
What is the problem of ordered sequential files access?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain how you can characterize tables in cobol?
Why did you choose to work with ibm mainframe cobol programming?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
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 ......
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?
Write a program to explain size error.
How arrays can be defined in COBOL?
Define cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between Global and External Variables?
Write the code implementing the perform … varying.