Obtaining files already stored on system disk, Displaying the text of a file – Xerox 721P85530 User Manual

Page 444

Advertising
background image

EDITOR QUICK REFERENCE

E-2

XEROX DOCUPRINT 180 LPS PDL REFERENCE

full command line, a continuation of a previous command line, or a
comment line.

For example, if you wish to add line 00011, following 000010, you
would simply enter 11.

Step 6.

Input the text, your JSL coding, by entering the text after the line
number which appears on the system controller display.

For example, the display would show:

EDIT>INSERT 10,10
00010.

You would then enter your text following 00010:

00010 XAMPLE:JDL;

The display would then provide the next record, 00020 for you to
enter another line of text.

Step 7.

Save the text file you have created on system disk by entering:

SAVE

file-id

Remember that

file-id consists of file-name.file-type.

Step 8.

Terminate the editing session.

To end the editing session without printing the work file, simply enter

END

To end the editing session and print the work file, enter:

PCE

PCE represents PRINT, CLEAR, and END. This provides a print
version of your source, clear the workfile, and end the editing session
in one command.

Obtaining files already stored on system disk

To transfer the source code to a work file, follow these steps:

Step 1.

Gain access to the file by entering:

LOGON 3,

password

Step 2.

Begin the editing session by entering:

EDIT

Step 3.

Clear the work file of all data by entering:

CLEAR

Step 4.

Retrieve the file you want by entering:

GET

file-name.file-type

Displaying the text of a file

If you wish to see the lines of source code in the work file, you can
use any of the following options:

Display the entire work file by entering

Advertising