MPE/iX Commands Reference Manual (32650-90877)
Chapter 6 217
Command List IV
Commands FCOPY thru GETRIN
FORTRAN MYSOURCE,MYUSL,MYLIST;INFO= "$CONTROL BOUNDS"
To compile a FORTRAN 66/V program and store the object code into a USL file you create
with the BUILD command, enter:
BUILD OBJECT;CODE=USL
FORTRAN SOURCE,OBJECT,LISTFL
To create a USL file with the BUILD command, the code must be specified.
Related Information
Commands FORTGO, FORTPREP, RUN, XEQ, PREP, SEGMENTER
Manuals HP FORTRAN/3000 Reference Manual
MPE Segmenter Reference Manual
FREERIN
Releases a global resource identification number (RIN).
Syntax
FREERIN
rin
Parameters
rin
The resource identification number (RIN) to be released. It must be a
number from one to the configured maximum.
Operation Notes
A resource identification number is used to manage a resource shared by two or more jobs
or sessions so that only one job or session at a time can access that resource.
The user acquires a RIN from the system by entering the GETRIN command. When all
users are finished with the RIN, the user who acquired it returns it to the system by
entering the FREERIN command. To free a RIN, you must be the original owner of that RIN,
that is, the user who actually issued the GETRIN command that allocated the RIN and
assigned it a password.
Use
This command may be issued from a session, job, or program. It may not be used in
BREAK. Pressing
Break has no effect on this command.
Example
To release RIN 1, enter:
FREERIN 1
Related Information
Commands GETRIN
Manuals MPE/iX Intrinsics Reference Manual