System Guide 7- 17TroubleshootingConfiguring XJDC/UnixThe configuration file, CONFIG.TXT found in the directory /opt/XRXnps/bin/, contains default parameters for the invocation ofXJDC. The text file can be edited using any simple text editor.The first line of the configuration file must not be edited; it containsXJDC version information. Each subsequent line contains a singleoption; any text following the first word, and any invalid options,are ignored. Options may be repeated or contradicted on followinglines; the last option specified overrides previous options. Thefollowing sample configuration file is provided:XJDC VM10 PDL CompilerREPLACENODISPLAYPRINTTRUNCATELABELCOMPILESINGLEBYTEVM10PAPERSIZE=USLETTERDATE=USPAGINATE=60OUTPATH =/opt/XRXnps/resources/lcdsXJDC hints and tips• If the config file needs to be changed, modify the /opt/XRXnps/XRXXJDC/data/CONFIG.TXT file. Otherwise, the defaultsetting in the CONFIG.TXT file takes effect.• An example for the syntax /opt/XRXnps/bin/XJDC filenamewould be: /opt/XRXnps/bin/XJDC /home/XDJCtest/BASIC.JSL where the filename is represented by /home/XJDCtest/BASIC.JSL• The output files are stored under the OUTPATH directorywhich is specified in either /opt/XRXnps/bin/CONFIG.TXT fileor command line. For example, if OUTPATH is /opt/XRXnps/temp/, then all the output files are put in the directory of /opt/XRXnps/temp.• JSL source files can be edited using the textedit command orUNIX vi command. The textedit utility is available with the sunoperating system. To invoke the editor, bring up a Terminalwindow and type textedit. For example, open a terminal shelland on the command line, type: textedit BASIC.JSL or viBASIC.JSL• During the XJDC compilation, if an error is encountered, thecompiler prints the error report to the printer. Ensure the first