Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

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
Html bobswift
<pre>
//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=*
</pre>

 
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
Html bobswift
<pre>
//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  
  . . .
/*
</pre>

 
Job step STEP1 executes the procedure USAPPRC.

...

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

Panel
Html bobswift
<pre>
usap	

{RUN

Html bobswift
 | 

SUBMIT

Html bobswift
 | 

MODIFY

Html bobswift
 | 

START

Html bobswift
 | 

WAIT

Html bobswift
 | 

ABORT

Html bobswift
 | 

DISPLAY

Html bobswift
 | 

GENERATE

Html bobswift
 | 

PURGE

Html bobswift
 | 

CRITERIA MANAGEMENT

Html bobswift
 | 


PROCESS CHAIN

Html bobswift
 | 

INFO PACKAGES

Html bobswift
 | 

SYNTAX

Html bobswift
 | 

RAISE EVENT}

Html bobswift


HOST

Html bobswift

USER

Html bobswift
 [

CFT

Html bobswift
] [

EVENT

Html bobswift
] [

INFORMATIONAL

Html bobswift
] [

LOCAL

Html bobswift
] [

MESSAGE

Html bobswift
] [

RFC

Html bobswift
] [

COMMAND FILE

Html bobswift
]
</pre>

 
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
html-bobswift
<pre>
usap 

-sub

html-bobswift
 file.usp 

-immediate

Html bobswift

-client

Html bobswift
 987 

-dest

html-bobswift
 BIN_HS0092 

-userid

Html bobswift
 123 

-pwd

Html bobswift
 ABC 

-lang

Html bobswift
 english 

-level

Html bobswift
 info
</pre>