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 effect of including the TRANSID in the EXEC CICS RETURN command?
What is a transid?
What is meant by pseudo-conversation?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
For multithreading an application program need not be re- entrant(True or False).
What command do you issue to delete a record in a transient data queue ?
Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS.
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
What are the parameters that you have to give when you are using the CSSN transaction?
Is it possible start a transaction CICS from job Batch? How do it?
How to execute a cics program from a paticular date and time .or specified date and time.
Explain the usage of language in the ppt entry?