V,JES3 — Control the JES3 to BDT Interface

Purpose

Use this command to allow or prevent JES3 from sending commands, file-to-file transactions, and NJE transactions to BDT.

Format

Read syntax diagramSkip visual syntax diagramprefixVARYV,JES3,ONONLINEOFFOFFLINE
prefix
is the prefix. Do not use a prefix when submitting commands in a batch job.
JES3
is the interface between JES3 and BDT.
ON or ONLINE
allows JES3 to send commands and transactions to BDT. This is the default.
OFF or OFFLINE
prevents JES3 from sending commands or transactions to BDT.

Usage Notes

  1. To suspend or resume communication from JES3 to BDT for NJE only, use the F,JES3 command.
  2. If NJE transactions have been suspended from JES3 to BDT (see F,JES3 command), the V,JES3,ONLINE command will allow suspended NJE transactions to resume.
  3. You might want to issue this command before doing a JES3 dynamic system interchange (DSI). Your system programmer will tell you if it is necessary.
  4. This command has no effect in a JES2 complex.

Result

BDT issues this message:
BDT9967 JES3  INTERFACE VARIED {ONLINE|OFFLINE}

Examples of controlling the JES3 to BDT interface

  1. Using a prefix of *S,BDT, prevent JES3 from sending commands or transactions to BDT.
    *S,BDT,V,JES3,OFF
    Result:
    BDT9967 JES3 INTERFACE VARIED OFFLINE
  2. Allow JES3 to send commands and transactions to BDT.
    *S,BDT,V,JES3,ON
    Result:
    BDT9967 JES3 INTERFACE VARIED ONLINE