MPE/iX Commands Reference Manual (32650-90877)
228 Chapter6
Command List IV
Commands FCOPY thru GETRIN
Use
This command may be issued from a session, job, or program. It may not be used in
BREAK. Pressing
Break suspends the execution of this command. Entering the RESUME
command continues the execution.
Examples
The following example compiles and links an HP FORTRAN 77/iX program entered
through your standard input device and stores the linked program in the file $OLDPASS.
The listing is printed on your standard list device.
FTNXLLK
To compile and link an HP FORTRAN 77/iX source program from the source file FORTSRC,
store it in FORTPROG, and send the listing to your standard list device, enter:
FTNXLLK FORTSRC,FORTPROG
Related Information
Commands FTNXL, FTNXLGO, LINK, RUN, XEQ, LINKEDIT Utility
Manuals HP FORTRAN 77/iX Reference
MPE Segmenter Reference Manual
GETLOG
Establishes a logging identifier on the system.
Syntax
GETLOG
logid
;LOG=
logfile
{ ,DISC ,TAPE ,SDISC ,CTAPE } [;PASS=
password
]
[{ ;AUTO;NOAUTO} ]
Parameters
logid
The logging identifier to be established. This must contain from one to
eight alphanumeric characters beginning with an alphabetic character.
logfile
The name of the file to receive data from the logging procedure. It must
contain from one to eight alphanumeric characters, beginning with an
alphabetic character. You must also specify the device class on which the
log file resides, DISC, TAPE, SDISC (serial disk) or CTAPE (cartridge tape).
password
Logging identifier password, assigned by the creator for protection against
illegal use of a particular identifier. The password must contain from one
to eight alphanumeric characters, beginning with an alphabetic character.
The password is optional. if ;PASS= is entered without a password none is
assigned.
AUTO Initiates an automatic CHANGELOG if the log file becomes full. This option is
ignored if TAPE is specified.
NOAUTO Prevents initiation of an automatic CHANGELOG. A CHANGELOG is not
performed if the log file becomes full.