What are different system tables used in CICS?
Answer / manik
They are
1.TCT (Terminal control Table): Terminals are registered
here
2.PCT (prgram contol table): Transaction-id are registered
here.
3.PPT (processing program Table):progarmas & cics map are
registered here.
4.FCT (file control program):vsam files that are used are
registered here.
5.RCT: DB2 plans are registered here.
6.DCT(destination control table):TDQ are registered here.
7.TST(temporary storage table):TSQ are registered here.
8.JCT(journal control table):it contains information
regarding system log and journal files
9.SNT(sign-on-table):user-id &password are registered here.
10.PLT(program list table):all the programs that are
automatically started during cics start up & stut down are
registered here.
AND MANY MORE........
| Is This Answer Correct ? | 18 Yes | 3 No |
What is the common systems area (CSA)?
Can a tsq of one particular transaction be accessed from an alternate transaction?
What is the term bms in cics?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
What is the difference between the enter key, the PF keys and the PA keys?
Which is the command used for terminating a browse operation?
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?
I have written a CICS program. What tables should I setup to run this program?
Explain the exact situation, when to use CALL, XCTL and LINK?
How can we code a program such that we will never get a MAPFAIL error?
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
How To Retrive The VSAM Datasets in CICS application programs?