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 |
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
Write the code to count the sum of n natural numbers.
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
How To move a value to an array using move verb?
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
which is better comp or comp-3 in terms of memory utilization?
How can we increase the size of an existing PDS to include more no. of modules.
can we use the two 01 level in file discription ?
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
) what is the difference between AID and HANDLE AID?
can i use multiple when statements in search & search all ? justify ur answer?