IBM Support

z/OS Sample JCL job using PDUU HTTPS to send documentation

How To


Summary

Provide sample JCL job for z/OS customers to send documentation to IBM.

Objective

**Note: An IBM Support File Transfer ID is needed for the user ID and Password. You can obtain one from:
 This job uses HTTPS. More samples can be found in the documentation:
 
//XXXXXXXX JOB                                                        
//SENDSFTP EXEC PGM=AMAPDUPL,REGION=0M,TIME=NOLIMIT                   
//SYSUT1 DD DISP=SHR,DSN=UID.DUMP.XXXX
//SYSPRINT DD SYSOUT=A                                                
//DEBUG DD SYSOUT=A                                                
//CEEOPTS DD *                                                        
 ENVAR(GSK_V3_CIPHER_SPECS=3D38392F3233,GSK_PROTOCOL_TLSV1_2=1)       
//SYSIN DD *                                                       
USERID=y
PASSWORD=x
TARGET_SYS= *See Note Below*                                  
TARGET_DSN=UID.XXXX                                                
WORK_DSN=UID.PDUU.WORKDSN                                           
WORK_DSN_SIZE=100                                                     
CC_FTP=3                                                              
DIRECTORY=/toibm/mvs                                                       
CASE=TSxxxxxxxxx                                                      
USE_HTTPS=Y                                                           
HTTPS_KEYRING=UID/RING-NAME                                              
HTTPS_VERBOSE=Y                                                       
/*    

Note: As of 10/29/2024 the TARGET_SYS value can be one of the following:
*************************
HTTPS: www.ecurep.ibm.com
FTPS:  ftps.ecurep.ibm.com
*************************

  

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB56","label":"Z HW"},"Business Unit":{"code":"BU070","label":"IBM Infrastructure"},"Product":{"code":"SWG90","label":"z\/OS"},"ARM Category":[{"code":"a8m0z0000000ADCAA2","label":"z\/OS-\u003EService Aids"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]

Document Information

Modified date:
02 October 2024

UID

ibm16611213