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 |
Differentiate between ci split and ca split?
difference between vsam and database tables
HOW TO SORT RECORDS IN VSAM FILE?
Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?
What is a VSAM split?
What is a ca split?
max how many AIX coded in a vsam dataset??
explain how do you define a gdg in vsam?
name the utility program closely associated with vsam?
What is IDCAMS ?
Suppose 3 generations of a GDG exist. How would you reference the 1st generation in the JCL?
What are all the ways we can create datasets?