z/OS BDT Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


T — Send a Command to Another BDT Node (Requires File-to-File Feature)

z/OS BDT Commands
SC14-7584-00

Purpose

Use this command to direct a BDT command from one file-to-file node to another file-to-file node.

Format

Read syntax diagramSkip visual syntax diagram
>>-prefix--+-SEND-+--,node-name,bdt-command--------------------><
           '-T----'                           

prefix
is the prefix that is appropriate for your console or terminal. Do not use a prefix when submitting commands in a batch job.
node-name
is the name of the file-to-file node to which you want to send the command.
bdt-command
is the BDT command you want to send.

Usage Notes

  1. You cannot use the SEND command to send another SEND command. You can use it to send any other BDT command, including the JES command.
  2. If a session terminates before the SEND command is processed, the command will not execute and will be discarded. When this happens there is no notification from the system.

Result

You will receive any responses at your console.

Example of sending a command to another BDT node

Using a prefix of BDT, display the jobs that are active at node SYSA1.
BDT,SEND,SYSA1,I,A

Result:

BDT8672  BDTJOB JOBNAME JESJOB  DAP FROM   TO    ELAPSED  CPU TIME  BYTES
BDT8673  0166    PAY005         SEQ SYSA1 SYSA2  00 00 12 00000.20  24587
BDT8673  2101    TOPJOB         SEQ SYSA1 SYSA2  01 28 16 00006.30  01307K
BDT8673  3656    LOWJOB         PDS SYSA1 SYSA2  00 42 13 00000.74  13815
   .
   .
   .
BDT8673  8397    BDTJOB         PDS SYSA1 SYSA2  00 09 26 00000.60  00145K

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014