Example 1

To use a CCW that your System/370 application has already built, you could code CONSOLE EXCP as follows:
CONSOLE EXCP,PATH='PATH1',CCW=CCWADDR

PATH=‘PATH1’ specifies the name of the path. CCW=CCWADDR specifies the address of a channel program, which consists of one or more format-0 CCWs that indicate the operation(s) to be performed.