What is IDCAMS ?
Answers were Sorted based on User's Feedback
Answer / nikki
IDCAMS is an IBM utility that allows you to create and
manipulate VSAM data sets. It has several commands. You can
use the REPRO command of IDCAMS to copy VSAM and non-VSAM
data sets, VSAM clusters, and alternate indexes.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / guest
IDCAMS is the Access Method Services program. You run the
IDCAMS program and supply AMS commands thru SYSIN. (examples
of AMS commands are DELETE, DEFINE, REPRO etc..).
| Is This Answer Correct ? | 6 Yes | 0 No |
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?
explain in brief what are the 3 types of vsam files?
what does a file status of 02 on a vsam signifies?
What are the different types of VSAM files available?
what will happen if there is no secondary allocation made for datasets?
When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????
What is the difference between CI( Control Interval)and CA (Control Area)?
What is the VSAM-code field?
What is the Difference between LDS & ESDS ?
What is a CA, control area?
What do you mean by RDW in VSAM?