what is the concept of IMPORT in vsam??
Answers were Sorted based on User's Feedback
Answer / shenbagasundari pilavadian
Export s used to create a backup copy of clusters or
alternate index. to use them for recovery or restore &
reorganization purpose we will use Import.
| Is This Answer Correct ? | 9 Yes | 0 No |
in a cobol select statement, can you tell what is the organization for a ksds?
if you wish to use the rewrite command how must the vsam file be opened?
What is a CA, control area?
What is the meaning of VSAM RETURN-CODE 28?
what is freespace
Explain the process in which flat files are converted into vsam files?
How do you convert flat files to VSAM files ?
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..
How do you define a KSDS ?
What is the use of VSAM files? How to read this ?
What are the three levels of definition for the VSAM DEFINE?
What is VERIFY command ? when do you use this command?? What actually it does ??