z/OS MVS Using the Subsystem Interface
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Input Parameters

z/OS MVS Using the Subsystem Interface
SA38-0679-00

Input parameters for the function routine are:
  • SSOB
  • SSIB
  • SSRR
SSOB Contents: The caller sets the following fields in the SSOB control block on input:
Field Name
Description
SSOBID
Identifier 'SSOB'
SSOBLEN
Length of the SSOB (SSOBHSIZ) control block
SSOBFUNC
SSI function code 21 (SSOBRTRN)
SSOBSSIB
Address of an SSIB control block
SSOBINDV
Address of the function dependent area (SSRR control block)

Set all other fields in the SSOB control block to binary zeros before issuing the IEFSSREQ macro.

SSIB Contents: The caller sets the following fields in the SSIB control block on input:
Field Name
Description
SSIBID
Identifier 'SSIB'
SSIBLEN
Length of the SSIB (SSIBSIZE) control block
SSIBSSNM
Subsystem name — name of the subsystem to which this Return Job ID call is directed.

This name identifies either the primary subsystem, or in the case of JES2, a secondary JES subsystem.

You must use the same subsystem name in this SSIBSSNM field as you used for the original Request Job ID call (SSI function code 20).

SSIBJBID
Returned job ID

You must use the job ID obtained during the previously issued Request Job ID call (SSI function code 20).

SSIBSUSE
(JES3 only) Subsystem use — the SSIBSUSE value that was returned upon completion of the Request Job ID call (SSI function code 20).

Set all other fields in the SSIB control block to binary zeros before issuing the IEFSSREQ macro.

SSRR Contents: The caller sets the following fields in the SSRR control block on input:
Field Name
Description
SSRRLEN
Length of the SSRR (SSRRSIZE) control block
SSRRVER
Version of mapping for the caller. Set this field to SSRRCVER (an IBM-defined integer constant within the SSRR control block).
Note: This SSRR control block can be the same SSRR control block that was provided on the original Request Job ID call (SSI function code 20). All of the fields except the SSRRLEN field and the SSRRVER field contain binary zeros.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014