Dfhwosm func=dsect macro, Dfhwosm func=jjc macro, Dfhwosm func={jjs|qjjs} macro – IBM SC34-6814-04 User Manual

Page 719: Dfhwosm func=dsect macro dfhwosm func=jjc macro

Advertising
background image

DFHWOSM FUNC=DSECT macro

The DFHWOSM FUNC=DSECT macro generates a number of DSECTs, including
the DSECT of the DBLID definitions.

DFHWOSM FUNC=JJC macro

The DFHWOSM FUNC=JJC macro issues a JES cancel for a named job with a
JES job identifier.

Input

The PARM value is a pointer to the addresses of the following:

v

An 8-byte job name

v

An 8-byte JES job ID

v

A 256-byte SSOB return area.

The TOKEN value is the ENTRY token.

Output

Register 15

Contains the following completion codes:

0

JES cancel completed; SSOB and status array returned from
JES

Nonzero

Return code from JES.

DFHWOSM FUNC={JJS|QJJS} macro

Supplied with a job name and JES job identifier, both versions of the DFHWOSM
FUNC={JJS|QJJS} macro return the current JES job status into a copy of the JES
subsystem options block (SSOB).

The FUNC=JJS macro returns control when the JES call has completed
successfully or unsuccessfully. The FUNC=QJJS macro returns control immediately
and posts an event control block (ECB) once the JES request has completed.

Input

For FUNC=JJS, the PARM value is a pointer to the addresses of the following:

v

An 8-byte job name

v

An 8-byte JES job ID

v

A 256-byte SSOB return area.

The TOKEN value is the ENTRY token.

DFHWOSM FUNC=DSECT

DFHWOSM FUNC=JJC

[,PARM={parm address|1}]
[,TOKEN={token register|14}]

label

DFHWOSM FUNC={JJS|QJJS}

[,PARM={parm address|1}]
[,TOKEN={token register|14}]

Chapter 26. The extended recovery facility overseer program

697

Advertising