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.
 

<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>
Panel
Html bobswift

 
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.
 

<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>
Panel
Html bobswift

 
Job step STEP1 executes the procedure USAPPRC.

...

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

html-bobswift

{RUN

Panel
<pre>
usap	
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>

usap      {RUN | 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]


 
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:
 

-client

Panel
Html bobswift
<pre>
usap 

-sub

Html bobswift
 file.usp 

-immediate

Html bobswift
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>

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