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 |
What is the difference between FSET and FRSET?
What is the process of converting the CICS commands into the equivalent host language statements called?
What are the types of processes to create a map in cics?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
How do you dynamically set the CURSOR position to a specific field?
Can you define attribute byte?
What is the difference between a package and a plan. How does one bind 2 versions of a CICS
In the EIB block of CICS, highlight the names of few of the important fields?
What does the following transactions do?
Explain how do you set the mdt option to on status, even if data is not entered?
What is DFHEIBLK?