What is the meaning of dynamic processing?
Answers were Sorted based on User's Feedback
Answer / guest
It's rarely used. It means one program uses both sequential
and random processing for a VSAM KSDS file.
Is This Answer Correct ? | 4 Yes | 3 No |
what is the use of reuse in vsam?
can we create PS file using IDCAMS utility?
What is File Status in VSAM?
What are the distinctive features of a ksds, key sequenced dataset?
In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?
Describe the uses of ams?
How does control intervals and control areas related to each other?
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
what are the codes returned by the ams (access method services) command during the execution in vsam?
The first VSAM file V1 has 2 fields A and B . There is a DB2 file which has fields E and f. We need the fields A, B , E and F to another VSAM file called V2. Kindly mention the logic in procedure division in cobol..
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
is there any lock for vsam file so that no one can update the vsam file ?