Qualifiers

-B[ACKWARD]=shift

Specifies the number of bytes to shift data in the direction of the block header. The -BACKWARD qualifier is incompatible with the -FORWARD qualifier.

-F[ORWARD]=shift

Specifies the number of bytes to shift data toward the end of the block. The -FORWARD qualifier is incompatible with the -BACKWARD qualifier.

-O[FFSET]=offset

Specifies the starting offset, in bytes, of the portion of the block to shift.

-SPawn

The SPAWN command forks a child process for access to the shell without terminating the current DSE environment. Use the SPAWN command to suspend a session and issue shell commands such as MUPIP INTEG -REGION or GDE. The SPAWN command accepts an optional command string for execution by the spawned sub-process. If the SPAWN has no command string parameter, the created sub-process issues a shell prompt and accepts any legal shell command. To terminate the sub-process, use the shell logout command.

The format of the SPAWN command is:

       
       
       SP[AWN] [shell-command]
       
       

The SPAWN command has no qualifiers.

DSE SPAWN works with an argument. If the argument contains spaces, enclose it with quotes.