Q:
         
         
            
               Name some of the common tables in CICS and their usage?
            
                      
         
             Answer
                        PCT (Program Control Table) - Defines each transaction containing a list of valid transaction identifiers (transid) where each transaction is paired with its matching program.
PPT (Program Processing Table) - Contains a list of valid program names and maps and whether a current version is in the CICS region or needs to be brought in as a new copy.
FCT (File Control Table) - Contains a list of files known to CICS, the dataset name and status (closed/open, enable/disabled)
TCT (Terminal Control Table)- A list of the terminals known to CICS.
          
         
         
         
             View answer
             Workspace
             Report Error
             Discuss