What are all the ways we can create datasets?

Answers were Sorted based on User's Feedback



What are all the ways we can create datasets?..

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

What are all the ways we can create datasets?..

Answer / guest

vsam DATASETS can be created using IDCAMS utility in JCL

Is This Answer Correct ?    5 Yes 0 No

What are all the ways we can create datasets?..

Answer / akviswa

we can also use rexx to create dataset

Is This Answer Correct ?    2 Yes 0 No

What are all the ways we can create datasets?..

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

What are all the ways we can create datasets?..

Answer / ghanshyam

using TSO commands

Is This Answer Correct ?    0 Yes 0 No

What are all the ways we can create datasets?..

Answer / raghav

1.Through IDCAMS
2.Throught FILE-AID

Is This Answer Correct ?    0 Yes 0 No

What are all the ways we can create datasets?..

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

Post New Answer

More VSAM Interview Questions

what will happen when you try to open an empty vsam file in a cobol program for input?

0 Answers   IBM,


Differentiate between control interval (ci) and control area (ca)?

0 Answers  


What is VERIFY command ? when do you use this command?? What actually it does ??

2 Answers   Xansa,


Would you specify FREESPACE for an ESDS?

1 Answers  


Do primary key values have to be unique? Do alternate key values have to be unique?

1 Answers  






While designing vsam files,what is the best way to choose control interval size for the data and the index?

1 Answers  


in what type of vsam datasets can an alternate index be defined??

4 Answers  


Define free space?

0 Answers  


What do you mean by dirty read ?

5 Answers  


what is the use of the file status clause in the select statement in vsam?

0 Answers   IBM,


there are seven idcams commands in vsam. Can you name and explain each of them?

0 Answers   IBM,


How many buffers are allotted to VSAM KSDS and ESDS?

1 Answers  


Categories