By default, the WFL jobs that FILECOPY creates and starts run from the same job queue as the FILECOPY run. All jobs are titled COPY unless you use the JOBNAME option to assign them specific titles. The CLASS for the FILECOPY run is included as part of the WFL job (CLASS is the job attribute that selects the queue number). If any of the WFL jobs receive a syntax error after their initiation, the operating system discontinues FILECOPY.
The following WFL job initiates FILECOPY:
BEGIN JOB FILECOPY; RUN SYSTEM/FILECOPY; EBCDIC CARD . . <input to filecopy> . . ?END JOB;