What are all the ways we can create datasets?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the biggest disadvantage of using a vsam dataset?
What is a ci split?
what is the meaning of each of the values in shareopts(2 3)?
What is recovery parameters in define cluster command?
What is the main function of linear dataset?
Explain the catalog?
How to get the last record in vsam file in cluster?
What is a base cluste?
What are the different parameters that are used in vsam?
what is a base cluster in vsam?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
what do you mean by the cobol record key clause in vsam?
Tell about the ams used in vsam?
Explain the function of the relative record data set?
what are the codes returned by the ams (access method services) command during the execution in vsam?