How do you load a VSAM data set with records ?
Answers were Sorted based on User's Feedback
Answer / felix
two way are available to load vsam file
1. using REPRO command
2. Using COBOL program
| Is This Answer Correct ? | 10 Yes | 0 No |
can we create PS file using IDCAMS utility?
What are the access method services used in vsam?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
What are all the ways we can create datasets?
if you wish to use the rewrite command how must the vsam file be opened?
explain how do you define a gdg in vsam?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
to use the rewrite command, how should the vsam file be opened?
What are the different versions of gdg named?
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
Explain the function of entry-sequenced data set?
in a cobol select statement, can you tell what is the organization for a ksds?