Numerical Matrix Format
User Reference
EXPORT_JOBFILE array

MATRIX Array Level: 3

The JOBFILE array exports a Job files.

Note
The Job file saves time because you do not need to define LAYER array or GERBER array. After exporting a job file, it will now be available to add for any purpose such as panelization, insert, steprepeat, etc.
Fields in the JOBFILE array
Description
JOB=NAME Assign top Cell to use. Required. Dynamic Job References are also supported.
FILE=LOCATION File path for the Job file. The path may be either Absolute or Relative.

Example EXPORT_JOBFILE Array:

EXPORT_JOBFILE {
JOB=MyCoolDesign
LOCATION=MergeFolder/pcb2311.job
}