What are the CICS tables? How to traverse from one screen
(program) to another on CICS?
In cics have different tables such that
FCT(file control table)
PPT(program processing table)
PCT(program control table)
RCT(resource control table)
JCT(journel control table)
DCT(destination control table)
TCT(Terminal control table)
TST(temporary storage table)
Program to program transactions are diff types.
XCTL,LINK,AND COBOL CALL STATEMENT.
Hi frends let me know your comments about this answer.
| Is This Answer Correct ? | 15 Yes | 0 No |
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 is interval control and what are some of the CICS commands associated with it?
What is Journal Recovery and Dynamic Transaction Backout?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is task control and what are the CICS commands associated with it?
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
What is task control?
How ENQ and DEQ used in CICS?
What is the attribute byte?
how do you fire a batch job from a cics txn ?
Define cics interface block?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?