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 the difference between exec cics handle condtion and an exec cics ignore command?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
Explain how do you set the mdt option to on status, even if data is not entered?
Explain the difference between a package and a plan.
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
After execute the map, What will happen ? Give breif Description
Is it possible start a transaction CICS from job Batch? How do it?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
What are the CICS commands available for program control?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
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