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?
explain how many ways you can load data in a vsam cluster?
What is the difference between lds and esds?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
in a cobol select statement, can you tell what is the organization for a ksds?
How do you define an altindx?
what do you mean by the repro command?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
Define a path?
What is speed parameters in define cluster command?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
What is control interval?
Would you specify freespace ce for an esds?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What are the steps involved in access method services?