Examples of MODIFY Commands through the IUI

This section shows examples of MODIFY commands for Connect:Direct® for z/OS®.

The following MODIFY commands set the bits to turn on a short send/receive trace and to dynamically allocate the ddname RPLOUT.

MODIFY DYN=‘DD=RPLOUT,DSN=A985467.PRINT,DISP=SHR,FREE=CLOSE’
MODIFY BITS.ON=X‘00000040’

After running the trace, the following MODIFY commands close the ddname RPLOUT and turn off the short send/receive trace.

MODIFY  BITS.OFF=X‘00000040’
MODIFY  CLOSE=RPLOUT