Server Guide

Defining Smalltalk to CICS on the workstation

Do the following:

  1. Start CICS.
  2. Sign on to CICS using a sign-on identifier that has administration authority (for example, SYSAD).
  3. Run the CEDA transaction.
  4. Add a Smalltalk program definition to the PCT. ABTVST40 is the dynamic link library (DLL) that starts Smalltalk under CICS.
    FAAPCT2                    Program Control Table-1
     
                Transaction Code . . . . . . :  STI
     
                Group Name . . . . . . . . . :  ABT
                Program Name . . . . . . . . :  ABTVST40
     
                Task Class . . . . . . . . . :  N        (1-10 or N)
     
                Secure . . . . . . . . . . . :  N        (Y or N)
                Can Be Purged. . . . . . . . :  Y        (Y or N)
     
                Use Alternate Screen Size. . :  N        (Y or N)
                Priority . . . . . . . . . . :    0      (0-255)
     
                System ID. . . . . . . . . . :
                Remote Transaction Code. . . :
     
                Description. . . . . . . . . :
     
    
  5. Install the program.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]