PRINT Administration

Install PRINT by linking PRINT and PRIN0 and placing the resulting type 6 files on the directory /PROGRAMS. Use the link command files #PRINT and #PRIN0.

You can configure certain PRINT attributes at link time using the &FFL module. To change the attributes listed in Table 42, edit and compile &FFL, then link PRINT and PRIN0 using #PRINT and #PRIN0. The #PRINT, #PRIN0 command files and the &FFL module all reside in the directory /RTE_A.

Note

The &FFL module requires the HP 92836A FORTRAN 77 product in order to customize it for the PRINT utility. The FORTRAN 77 product is an optional product and is not available on the system unless purchased separately.

Table 42 shows the &FFL variables, their defaults, and the corresponding PRINT runstring options that can be used to override the value set in &FFL. These variables exist in data statements in the &FFL module.

Table 42. &FFL Variables

Variable

Explanation

Default

PRINT Option

Value

Override

 

 

 

 

 

 

defbanner

Should a banner be printed before each file?

yes

-B

header

Should a header be printed before each file?

yes

+H

numffs

How many form feeds belong at the end of the listing?

2

+F

outputlu

Default printer LU

6

n

printmsgquiet

Should message •Print job supervised by PRINX"

no

+Q

 

be suppressed?

 

 

 

 

 

 

The following variables control the width and spacing of banner headlines only:

 

 

 

 

 

printerlength

How many spaces per line sent to the line printer?

80

+L

filelength

How many spaces per line sent to the file?

80

+L

printerbanspace

How many spaces between banner characters?

3

+Y

filebanspace

How many spaces between banner characters?

3

+Y

 

 

 

 

 

 

 

 

The PRINT Utility 411