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
What are the different commands used in idcams for vsam?
Define dynamic processing?
What are the steps involved in access method services?
what is the purpose of the verify function of idcams?
what does a file status of 02 on a vsam signifies?
explain in brief what are the 3 types of vsam files?
What are the building blocks used in vsam datasets?
What is the function of entry sequenced data set?
What are the information stored in ci?
how can you load a vsam data set with records ?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
what do you mean by a upgrade set in vsam?
What is the use of access method services in vsam?
What is a base cluste?
What does the keyranges parameter in define cluster commends do?