I have written a CICS program. What tables should I setup
to run this program?
Answers were Sorted based on User's Feedback
Answer / lalit verma
Entries should be made in the following Tables :
PPT(Processing Program Table)
PCT(Program Control Table)
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sahil
FCT and RCT also in case you have some VSAM file or DB2
table access otherwise program will result in abend.
Is This Answer Correct ? | 5 Yes | 0 No |
How do you delete Item 3 in a five-item TSQ?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
What is the abend command?
Explain how many exceptional condition can be given in a handle condition?
What is an MDT (Modified Data Tag) - it's meaning and use?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
What CICS facilities can you use to save data between the transactions?
Can you use occurs in bms map?
What is the name of the mapset definition macro?
What are the three ways available for a program to position the cursor on the screen?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
What is the difference between FSET and FRSET?