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 |
Explain cemt transaction commands?
The EIB field which gives the last CICS command executed is
Can you define attribute byte?
What is the difference between a PF key & a PA key ?
what are the reserved words for cics?
How do you set the MDT option to ?ON? status, even if data is not entered?
What is the use of the eibaid field?
What is BMS?
How do you access storage outside your CICS program?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
Can you define cics task?
Explain the function of the cics translator?