KB Article #71632

Securing only command SEND

Problem

Is it possible to only secure command SEND or if it is necessary to follow all steps described in book "CFT/MVS Security Guide"  for using CA-ACF2 / CA-Top Secret


Resolution

- Actually It's possible to secure the command SEND using CA-ACF2 / CA-Top Secret, as it's described in "CFT/MVS Security Guide" .



- There is another simpler way to do that, with CFT parameters:



CFTPART     MODE       =  replace,      
           ID         =  LOOPT01,      
           SYST       =  MVS,          
           NSPART     =  LOOPT01,      
           NRPART     =  LOOPT01,      
           SAUTH      =  'LIST01',              <<<<------------  Sauth (SEND)
           SAP        =  %SAPID%,        
           PROT       =  pesitany      
                                                                                                   
CFTAUTH     MODE       =  replace,                
           ID         =  LIST01,       <<<<<<<<<<<<<--------   Sauth (SEND)            
           IDF        =  (TXT,IDF2)      /* liste d'IDF */    <<<<-------------- TXT IDF
                           
                             
CFTSEND    ID       = TXT, <<<<<<<<<<--------------------  IDF VALUE                  
          IMPL     = NO,                    
          FCODE    = EBCDIC,                  
          SUSER    = &USERID,                  
          DELETE   = NO  ,
          FNAME    = SOP$CFT.CFTV2.SEND2 ,    
          MODE     = REPLACE        



In this example, CFT can only send to partner LOOPT01 files with IDF defined as TXT and IDF2. If the parameter  Userctrl is set to Yes, the user's right for accessing file will be checked.