-
Retrieve record from VSAM
What is the best way to retrieve a record from a vsam file?
-
Passing Data Dynamically
How data can be passed to a dynamically called module without using linkage section?
-
Sort Card
What is the SORT CARD pertaining to the following statements:SD SORT-FILE.01 SORT REC. 05 NAME PIC X(10). 05 FILLER PIC X(45). 05 DEPIT PIC X(15). 05 AGE PIC 9(3). 05 SALARY PIC 9(6)V99 COMP-3. 05 FILLER PIC X(13).SORT SORT FILE ON ASCENDING KEY NAME SALARY DESCENDING KEY AGE.OPTIONS:a. SORT FIELDS=(1,10,CH,A,774,5,PD,A,71,3,ZD,D)B. SORT FIELDS=(1,10,CH,A,71,3,PD,D,74,5,ZD,A)C.SORT...
-
Working Storage Definition
Consider the follwing snippet:01 WS-VAR USAGE IS INDEXIs this a valid working storage definition?Justify your answer
-
Work File Buffer
What is a work file buffer?
-
-
-
-
-
-
-
-
-
-
-
-
Return Code
What does a return code of -2 Imply?
-
Access VSAM from CICS
How to access VSAM from CICS?