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
Using Alternate Indexes in Batch pgms: ?
Tell me how many alternate indexes you can have on a dataset?
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
Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?
what is vsam catalog ?
Alt key is used for what type of vsam file
What is the upgrade set?
Define free space?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
can any one tell "in esds in what structure records will stored?"
The first VSAM file V1 has 2 fields A and B . There is a DB2 file which has fields E and f. We need the fields A, B , E and F to another VSAM file called V2. Kindly mention the logic in procedure division in cobol..
what is the meaning of dynamic processing in vsam?