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


Please Help Members By Posting Answers For Below Questions

OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

2054


What is the purpose of idcams?

563


What is the main purpose of having user catalog in vsam?

560


what is the meaning of dynamic processing in vsam?

572


what do you mean by the repro command?

557






Explain the function of entry-sequenced data set?

523


What is control interval?

602


What is the place for VSAM KSDS?

660


How do you define an altindx?

549


what is the purpose of the verify function of idcams?

583


What is control area?

627


What is the use of lds (linear data set)?

559


Explain about the file objects in vsam?

593


what is buffering and how does it apply to vsam files ?

694


what is the probability of a complete system distortion under high end low performing multiprocessor job?

2012