___________________________________________________________________
| |
| PRINT UTILITY PROGRAM |
|_________________________________________________________________|
MEANING: The name of a computer program
CONTEXT: NONMEM support utility routine
DISCUSSION:
PRINT is a program which is supplied on the NONMEM distribution medium
as part of file 10 ("NMUTIL").
PRINT produces a file with the appropriate ASCII print control charac-
ters from a sequential file containing FORTRAN carriage control char-
acters. The input file need not be written by NONMEM; it may be writ-
ten by any other FORTRAN program. Moreover, PRINT will appropriately
handle any number of consecutive FORTRAN print records containing the
+ carriage control character. The output file is a direct access file
and constitutes a "stream" of characters that may be sent to an ASCII
printer. The input file should be preconnected to FORTRAN logical unit
5. The output file connection is made by the program; the file name
specifier for this file is PRINTOUT.
PRINT is not needed with many operating systems, e.g., with UNIX, use
fpr. With CMS, the NONMEM output file should be given the file type
LISTING. Carriage control is then automatically recognized and han-
dled correctly.
REFERENCES: Guide III Section IX.1.3, X.1.2
Go to main index.
Created by nmhelp2html v. 1.0 written by Niclas Jonsson (Modified by AJB 5/2006,11/2007)