How did you refresh a VSAM file and how frequently you do
it ?
Answers were Sorted based on User's Feedback
Answer / mahesh
Depends , refresh can be done dialy/weekly/monthy.
Refresh means just DELETE/DEFINE the VSAM file
i.e this done in two steps
STEP1 : deleting the Existing vsam file;
IF LASTCC =8 ; SET MAXCC=0
STEP2 : DEFINE VSAM-FILE(COND=(0,LT,STEP1)
Note: we will get Return-code=8; when the file we are
trying the delete doen't exist.
Thanks & Regards,
Mahesh.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / joseph
thru VERIFY command
in TSO
Verify vsam file name
thanks
joseph
| Is This Answer Correct ? | 2 Yes | 2 No |
What are the distinctive features of a ksda, key sequenced dataset?
what is the concept of IMPORT in vsam??
what is the meaning of dynamic processing in vsam?
How do you load a VSAM data set with records ?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
to use the rewrite command, how should the vsam file be opened?
there are seven idcams commands in vsam. Can you name and explain each of them?
How do you decide on optimum values for CI, FREESPACE etc...?
what do you mean by define model parameter?
Do primary key values have to be unique? Do alternate key values have to be unique?
What is the main function of key-sequenced data set?
Differentiate between ci split and ca split?