In the COBOL SELECT statement what is the ORGANIZATION for a
KSDS?
Answers were Sorted based on User's Feedback
Answer / di
organization as Indexed and you can use any access mode (Sequential, Random or Dynamic) with KSDS dataset.
| Is This Answer Correct ? | 1 Yes | 0 No |
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
how can you load a vsam data set with records ?
explain in brief how you can create a vsam file?
What is the maximum number of Alternate Index ???
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
what is the meaning of each of the values in shareopts(2 3)?
what do you mean by define model parameter?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
what do you mean by a upgrade set in vsam?
How is record management performed in vsam?
What is a CI, control interval?
If FSPC(100 10 is specified does it mean that both the control interval and control area will be left empty because 100 % of both CI and ca are specified to be empty?