What is EXEC TP in a CICS program



Support for OS/VS COBOL, VS COBOL II, COBOL for OS/390 & VM and Enterprise COBOL for z/OS

What is EXEC TP in a CICS program

Postby sandeepan » Mon Aug 09, 2010 12:23 pm

Hi All,

I have a DB2-CICS cobol program which has a below code while calling a subprogram

 MOVE 'S60PBSC'          TO WS-PROGRAM-NAME       
 CALL WS-PROGRAM-NAME USING                       
                        EXEC TP                   
                            DFHEIBLK             
                            DFHCOMMAREA           
                        END-EXEC                 
                                  PBS1REC         
 END-CALL                                       


Can someone tell me what is "EXEC TP " does here and why "EXEC CICS" is not used ? I have middleware in my system . Is this linked to it ?
sandeepan
 
Posts: 2
Joined: Mon Jun 14, 2010 2:29 pm
Has thanked: 0 time
Been thanked: 0 time

Return to IBM Cobol

 


  • Related topics
    Replies
    Views
    Last post