Latest Answer : COMMAND IS JUSTMAPME*&# ...
My CICS Screen looks like this. Enter Notes Print/No Print ___________________ N ___________________ N ___________________ N ___________________ N ___________________ N ___________________ N ___________________ N This is an existing screen, Whenever i type on the notes field, once it reaches to the end of the line it skips to print field and if we type any thing there it will skip to second line of the notes field. My requirement is: 1. If i type data until end of the notes
Latest Answer : Let us take an example:Total no.of Items = 50 (MAX-ITEM)Total no.of items per page = 8 (PG-ITEM)So, initially display should start with item number one. Whenever you come to the scroll screen display the first 8 items and display page down key alone.User ...
In what situation do we use more than one map/mapset? Does, using more than 1 map/mapset will display all the maps continuously on CICS screen? Do we need to use PgDown and PgUp to view the entire mapset?
How to use start keyword in index(ksds) file ? Explain with real time situation where you would use this.
A CICS PGM 'P1' has T1,T2,T3 Transactions. If there is a T1 Transaction can be invoked in the system at that time. How many tasks are available in the system?
On a IBM mainframe running the z/OS operating system, how do you create a temporary dataset and why would you use one?
When executing a CICS program that updates DB2 tables, if the program performs a LINK to another CICS modules and the Database changes have not been commited, will the process Rollback the database changes
Latest Answer : CICS have special future for data Base updates i.e. TWO FACE COMMIT. On completion of CICS program, syncpoint will execute which will commit the changes from CICS end and request for DB2 Commit. For this question, here there is no explicit DB2 Commit ...