What are all the ways we can create datasets?
Answers were Sorted based on User's Feedback
Answer / guest
Dataset can be created using the following ways :
1) Submitting a JCL
//ddname dd dsn=<dataset name to be created>,
// disp=(new,catlg,del)
........................
2) Using the option 3.2
3) Using FileAid 3.5
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / guest
vsam DATASETS can be created using IDCAMS utility in JCL
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sap
Create PDS dataset
1, Use utility IEFBR14 disp=(new,catlg,delete)
2, Use utility IDCAMS
Create VSAM dataset
1. Use utility IDCAMS.
The sample you can refer to the Utility book.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / j.mathavan
1. By submitting JCL (IEFBR14 utility)
2. TSO command - 3.2
3. By using File-Aid
| Is This Answer Correct ? | 0 Yes | 0 No |
HOW TO SORT RECORDS IN VSAM FILE?
what is the difference b/w sequential and ESDS
what is the meaning of dynamic processing in vsam?
What do you mean by dirty read ?
How can you create a VSAM dataset? Can you write a JCL for it?
can we create PS file using IDCAMS utility?
what is buffering and how does it apply to vsam files ?
can you specify some the distinctive features of a ksds, key sequenced dataset?
explain the differences between vsam and non-vsam files
What is the utility program closely associated with VSAM?
What is the maximum no. of records that can be allowed in VSAM ?
name the utility program closely associated with vsam?