CP


The jBASE CP command utilizes the jBASE copy command to output records from a file to a spooler print job.

 

COMMAND SYNTAX

CP filename {recordlist} {(Options}

 

SYNTAX ELEMENTS

filename is the name of the file from which to copy records.

recordlist is the list of record ids which to copy, the recordlist may be supplied by an active SELECT list or default to all records in file.

Options can be the following:

X    display in hexadecimal format.

 

EXAMPLE

CP CUSTOMERS SMITH


Utilities