Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference b/w sequential and ESDS
Explain the process in which flat files are converted into vsam files?
How did you refresh a VSAM file and how frequently you do it ?
3 Answers CSC, IBM, Patni, Xansa,
difference between vsam and database tables
How vsam datasets are cataloged?
what do you mean by a vsam slot?
How to get the last record in vsam file in cluster?
Using alternate indexes in batch program?
what do you mean by the cobol record key clause in vsam?
how many ways can we open i vsam file ? like print ch ids (/) is thre any other way to open the vsam file please can any one answer ?
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
max how many AIX coded in a vsam dataset??