Xerox 6180N DocuSP Common Controller System Guide - Page 127

Output files

Page 127 highlights

Output files Troubleshooting • 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 prints the error report to the printer. Ensure the first available queue is a PostScript queue. 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. System Guide 8-19

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140

Troubleshooting
System Guide
8-19
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 prints 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.