The CC (Control Card) command directs the system to pass the subsequent Work Flow Language (WFL) statement on to the WFL compiler for processing. A synonym for CC is a question mark (?).
Syntax

Examples
Example 1
The following command passes the WFL statement MOVE XYZFILE TO NEWFAMILY to the WFL compiler for processing:
CC MOVE XYZFILE TO NEWFAMILY
Example 2
The following command passes the WFL statement RESTORE XYZFILE ORIGIN NEWFAMILY FROM ATAPE; to the WFL compiler for processing:
?RESTORE XYZFILE ORIGIN NEWFAMILY FROM ATAPE;
Considerations for Use
The BEGIN JOB construct can be used as an alternative to the CC or ? system commands to pass a WFL statement to the WFL compiler.
Note: | Certain WFL statements do not require any special construct or command when entered at an ODT; they are automatically passed to the WFL compiler. Other WFL statements cannot be entered at an ODT at all. Refer to “Work Flow Language (WFL) Jobs” for more information |