How to open VSAM file from 3.4?
i have millions of records and i dont want to use the print
ch ids(/) command bcz it takes to much time.
so if you have any another command to open this plz tell me.

Answer Posted / padma

Type 'f1' to the left of the dataset yo open the beam file in view or browse mode. You can type 'f2' to open the dataset in edit mode.

Is This Answer Correct ?    3 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do you mean by the cobol record key clause in vsam?

615


What is a ci split? What is a ca split?

657


explain the information contained in ci

616


Explain the purpose of the file status clause in the select statement?

533


What is a ci split?

560






Explain the index set?

624


Define dynamic processing?

555


Explain the significance of the shareoptions parameter?

539


explain in brief how are different versions of gdg named?

551


How is record management performed in vsam?

602


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

2087


Describe the uses of ams?

555


Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?

621


can you specify some the distinctive features of a ksds, key sequenced dataset?

599


What are the advantages of vsam over isam?

698