Output files – Xerox 701P40211 User Manual

Page 97

Advertising
background image

System Guide

Troubleshooting

Common Controller

9-17

JSL source files can be edited using the textedit command or
UNIX vi command. The textedit utility is available with the sun
operating system. To invoke the editor, bring up a Terminal
window and type textedit. For example, open a terminal shell
and on the command line, type: textedit BASIC.JSL or vi
BASIC.JSL

During the XJDC compilation, if an error is encountered, the
compiler will print the error report to the printer. Ensure the
first available queue is a PostScript queue.

Output files

Upon compilation of a JSL source file, the XJDC generates the
following:

JSL source listing file

<filename>.lst or <filename>.LST

The filename is the name of the JSL file, excluding path
information. The case of the file extension corresponds with
the case of the file extension of the JSL source file.

Resource listing file

<filename>.rsc or <filename>.RSC

The filename is the name of the JSL file, excluding path
information. The case of the file extension corresponds with
the case of the file extension of the JSL source file.

Zero or more PDL object files of types

.JDL .CME .IDR .LIB .PDE .STK .TST

All filenames are in upper case and are written to the
directory <outpath>/VM10 where outpath is the output path
specified. Files are overwritten if the REPLACE option is
selected; otherwise they are renamed to $xx where xx is the
first two characters of the file type.

a log file containing messages displayed to the screen

XJDC.LOG

The log file is written to the directory in which XJDC/Unix is
installed and is appended at each invocation of XJDC.

Advertising