Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following figure illustrates the Universal Connector for SAP for z/OS JCL procedure (USPPRC, located in the SUSPSAMP library) that is provided to simplify the execution JCL and future maintenance.
 

Panel
//USPPRC   PROC UPARM=,               -- USAP options
//             SAPRFC=USPRFC00,       -- SAP RFC member
//             USAPPRE=#SHLQ.UNV,
//             USAPPRD=#PHLQ.UNV
//*
//PS1      EXEC PGM=USAP,PARM='ENVAR(TZ=EST5EDT)/&UPARM'
//STEPLIB  DD  DISP=SHR,DSN=&USAPPRE..SUNVLOAD
//*
//UNVNLS   DD  DISP=SHR,DSN=&USAPPRE..SUNVNLS
//UNVRFC   DD  DISP=SHR,DSN=&USAPPRD..UNVCONF(&SAPRFC)
//UNVTRACE DD  SYSOUT=*
//*
//SYSPRINT DD  SYSOUT=*
//SYSOUT   DD  SYSOUT=*
//CEEDUMP  DD  SYSOUT=*

 
The parameter UPARM specifies EXEC PARM keyword values. The parameter CONFIG specifies the configuration member. The parameter SAPRFC specifies the SAP RFC configuration member. The parameter USAPPRE specifies the data set name prefix of USAP installation data sets.

...

The following figure illustrates the Universal Connector for SAP for z/OS JCL using the USPPRC JCL procedure, above.
 

Panel
//jobname  JOB CLASS=A,MSGCLASS=X
//STEP1    EXEC USPPRC
//SYSIN    DD  *
  -dest BIN_45 -client 850 -userid user -pwd password  
  -run
  -jobname SAMPLE1   
  -jobid 13203001  
  . . .
/*

 
Job step STEP1 executes the procedure USAPPRC.

...

The following figure illustrates the command line syntax of Universal Connector for SAP for z/OS.
 

Panel

usap      {RUN

SUBMIT

MODIFY

START

WAIT

ABORT

DISPLAY

GENERATE

PURGE

CRITERIA MANAGEMENT

PROCESS CHAIN

INFO PACKAGES

SYNTAX

 | SUBMIT | MODIFY | START | WAIT | ABORT | DISPLAY | GENERATE | PURGE | CRITERIA MANAGEMENT | PROCESS CHAIN | INFO PACKAGES | SYNTAX | RAISE EVENT}

HOSTUSER

CFT

EVENT

INFORMATIONAL

LOCAL

MESSAGE

RFC

COMMAND FILE [CFT]  [EVENT]  [INFORMATIONAL]  [LOCAL]  [MESSAGE]  [RFC]  [COMMAND FILE]


 
Names enclosed in {BRACES} identify command groups. For each execution, a single command is specified from one of these groups. One or more configuration options associated with each command also can be used to specify additional information / actions for the execution. See Universal Connector for SAP Commands for detailed information on the commands, and their associated configuration options, in each command group.

...

The following is an example of a command line syntax executing Universal Connector for SAP:
 

Panel

usap -sub file.usp -immediate-client  987 -dest BIN_HS0092 -userid 123 -pwd ABC -lang lang english -level info