What CICS command would you use to read a VSAM KSDS
sequentially in ascending order?
sequential access of VSAM file under CICS is
called "browsing". we 'll use this coomand::
EXEC CICS READNEXT
DATASET(NAME)/FILE(NAME)
INTO(DATA-AREA)
LENGTH(DATA-VALUE)
RIDFLD(DATA-AREA)
END-EXEC.
the READNEXT command is used to read a record of afile
sequentially forward .the STARTBR must ve been succesfully
completed prior to issuing the READNEXT command.
| Is This Answer Correct ? | 6 Yes | 2 No |
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
Mention the 5 fields available in the symbolic map for every ?NAMED? field in the DFHMDI macro? Give a brief description of these fields (Not exceeding a line).
What does EIB mean?
Explain the difference between intra partition tdq and extra partition tdq?
What is program reentrance?
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
What does EIB mean in CICS?
What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?
Explain the maps in cics?
What is meant by a CICS task?
Define primary objective of cics?
What is meant by pseudo-conversation?