Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
MPE/iX Quick Reference Guide: HP 3000 MPE/iX Computer Systems > Chapter 1 Command Descriptions

Commands Syntax

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

These are abbreviated descriptions for the commands for MPE/iX.

ABORT

Aborts the current program or operation.

   ABORT
ABORT

ABORTIO/ =ABORTIO

Aborts one pending I/O request for a device.

   ABORTIO ldev

=ABORTIO ldev

ABORTIO 53
ABORTIO 53

ABORTJOB/ =ABORTJOB

Aborts a job or session.

   ABORT JOB { #Jnnn
#Snnn
[jobname,] user.acct }
   =ABORTJOB { #Jnnn
#Snnn
[jobname,] user.acct }
   ABORTJOB #S139

ACCEPT

Permits a designated device to accept jobs/sessions and/or data.

   ACCEPT [ JOBS
DATA ] ,ldev
   ACCEPT 19

ALLOCATE

Loads a compatibility mode program or procedure into virtual memory.

   ALLOCATE [ PROCEDURE,
PROGRAM, ] name
   ALLOCATE PROCEDURE, PROC1

ALLOW

Grants a user access to a specific operator command.

   ALLOW FILE= formaldesignator[;SHOW]

or

   ALLOW { @.@
user.@
@.acct
user.acct } ;COMMANDS=command[,command, ...]
   ALLOW FILE=ALLOWTMP;SHOW
ALLOW USER.TECH;COMMANDS=REPLY,ABORTIO

or

   ALLOW
>MGR.MANUAL;COMMANDS=BREAKJOB
>EXIT

ALTACCT

Changes the attributes of an existing account. See Chapter 7 for a listing of account capabilities and defaults.

   ALTACCT acctname

[;PASS=[password]][;FILES=[filespace]][;CPU=[cpu]]
[;CONNECT=[connect]]

[;CAP=[capabilitylist]][;ACCESS=[(fileaccess)]]
[;MAXPRI=[subqueuename]]

[;LOCATTR=[localattribute]][;ONVS=volumesetname]
ALTACCT AC2;PASS=GLOBALX;FILES=50000

ALTGROUP

Changes one or more attributes of a group.

   ALTGROUP groupname[.acctname]  [;PASS=[password]]
[;CAP=[capabilitylist]]

[;FILES=[filespace sectors]] [;CPU=[cpu seconds]]
[;CONNECT=[connect minutes]]

[;ACCESS=[(fileaccess)]] [;ONVS=volumesetname]
[;HOMEVS=volumesetname]

ALTGROUP GROUPX;PASS=PASS2

ALTGROUP LEILA;ONVS=TIME_LORD;FILES=10000
ALTGROUP LEILA;HOMEVS=DICHONDRITE

ALTJOB

Alters the attributes of waiting or scheduled jobs.

   ALTJOB [JOB=] {#Jnnn
#Snnn} [;INPRI=inputpriority]
[;OUTDEV={ldev
devclass}][;JOBQ=jobqueuename] [;HIPRI]
ALTJOB #J1;INPRI=10;OUTDEV=LP

ALTLOG

Alters the attributes of an existing user logging identifier.

   ALTLOG logid[;LOG=logfile {,DISC
,TAPE}][;PASS=password]
[{;AUTO
;NOAUTO}]
ALTLOG KIM;LOG=C,DISC

ALTPROC

Changes the priority for the specified process(es) if you have OP or SM capabilty. Native Mode

   ALTPROC [ [;PIN=] {pinspec  }]
{(pinspec[,pinspec]...)}
[ [;JOB=] {jobspec }]
{(jobspec[,jobspec]...)}
{ [;PRI=] pri
[;WG=]{workgrp
NATURAL_wg }}
[;TREE | ;NOTREE]
[;USER | ;ANYUSER]
[;SYSTEM]

ALTPROC 42;PRI=CM
ALTPROC O;PRI=DS
ALTPROC job=mgr.payroll; PRI=155
ALTPROC #p133;TREE;PRI=CS
ALTPROC (150,#p247,211);PRI=ES
ALTPROC job=@j; PRI=CS;ANYUSER
ALTPROC job=@j;PRI=CS; USER

ALTSEC

Changes the access permissions by altering the access control definition (ACD). Access permissions may be changed for a

  • file

  • hierarchical directory

  • device

  • device class

File access masks can also be changed with this command (only files have access masks). The file status change time stamp is updated by ALTSEC.

NOTE: The ALTSEC command does not change access permissions for MPE groups, accounts, or the root directory.

Syntax

   ALTSEC objectname [,{FILENAME
LDEV
DEVCLASS} ]
[;[ACCESS=](fileaccess[;[fileaccess][;...]])]
[ {;NEWACD=
;REPACD=
;ADDPAIR=
;REPPAIR=} {(acdpair [;acdpair][;...] )
^filereference } ]
[;DELPAIR= {(userspec [;userspec][;...])
^filereference } ]
[;COPYACD= objectname {,FILENAME
,LDEV} ] [;DELACD][;MASK]

ALTSPOOLFILE

Alters the characteristics of an output spoolfile.

   ALTSPOOLFILE {#Onnn
ldev1} {;PRI=outputpriority
;COPIES=numcopies
;DEV={ldev2
devclass}
;DEFER } |;...|
ALTSPOOLFILE #O86;DEFER
ALTSPOOLFILE 6;DEFER
ALTSPOOLFILE #O123;PRI=3

ALTUSER

Changes the attributes currently defined for a user.

   ALTUSER username[.acctname]
[;PASS=[password]]
[;CAP=[capabilitylist]]
[;MAXPRI=[subqueuename]]
[;LOCATTR=[localattribute]]
[;HOME=[homegroupname]]
[;UID=[uid]]
[;USERPASS={REQ [,EXPIRED]}
{OPT}]
   ALTUSER JONES;CAP=IA,BA,SF,PH,DS,MR
ALTUSER JONES;PASS=JJ;MAXPRI=DS

ASSOCIATE

Gives a user operator control of a device class.

   ASSOCIATE devclass
ASSOCIATE TAPE

BASIC

Interprets a compatibility mode BASIC/V program.

   BASIC [commandfile][,[inputfile][,listfile]]
BASIC MYCOMDS,MYDATA,MYLIST

BASICGO

Compiles, prepares, and executes a compatibility mode BASIC/V program.

   BASICGO [commandfile][,listfile]
BASICGO
$CONTROL USLINIT
$COMPILE MYPROG
$EXIT

BASICOMP

Compiles a compatibility mode BASIC/V program.

   BASICOMP [commandfile][,[uslfile][,listfile]]
BUILD OBJECT;CODE=USL
BASICOMP, OBJECT
$CONTROL USLINIT
$COMPILE MYPROG
$EXIT

BASICPREP

Compiles and prepares a compatibility mode BASIC/V program.

   BASICPREP [commandfile][,[progfile][,listfile]]
BASICPREP,MYCOMDS

BBASIC

Starts execution of the HP Business BASIC/V interpreter in compatibility mode.

   BBASIC [commandfile][,[inputfile][,listfile]]
BBASIC

BBASICGO

Compiles, prepares, and executes an HP Business BASIC/V program in compatibility mode.

   BBASICGO infile[,listfile]
BBASICGO MYPROG,LISTFL

BBASICOMP

Compiles an HP Business BASIC/V program in compatibility mode.

   BBASICOMP infile[,[uslfile][,listfile]]
BBASICOMP MYPROG,OBJECT

BBASICPREP

Compiles and prepares a HP Business BASIC/V program in compatibility mode.

   BBASICPREP infile[,[progfile][,listfile] ]
BBASICPREP MYCOMDS,MYPROG

BBXL

Initiates execution of the HP Business BASIC/XL interpreter.

   BBXL [commandfile][,[inputfile][,[listfile]]] [;XL=xllist]
BBXL

BBXLCOMP

Compiles an HP Business BASIC/XL program.

   BBXLCOMP textfile[,[objectfile][,listfile]]
BBXLCOMP MYPROG,OBJECT

BBXLGO

Compiles, links, and executes an HP Business BASIC/XL program.

   BBXLGO textfile[,[listfile]] [;XL=xllist]
BBXLGO MYPROG,LISTFL

BBXLLK

Compiles and links an HP Business BASIC/XL program.

   BBXLLK textfile[,[progfile][,listfile]]
BBXLLK MYSCR,MYPROG

BREAKJOB

Suspends an executing job.

   BREAKJOB #Jnnn
BREAKJOB #J68

BUILD

Creates and immediately allocates a new empty file on disk.

   BUILD filereference
[;REC=[ [recsize][,[blockfactor][,[F
U
V
B][,BINARY
,ASCII ]]]]]
[;CCTL
;NOCCTL] [;TEMP] [;DEV= [ dsdevice#
dsdevice#device
device ] ]
[;CODE=filecode] [;DISC=[ [numrec][,[numextents][,initialloc]]]]
[;RIO
;NORIO] [;MSG
;CIR
;STD
;KSAMXL
;SPOOL] [;ULABEL=numlabels] [;KEY={^filereference
keyinfo} ]
[;FIRSTREC=recnum][;REUSE
;NOREUSE]

Where:

   ;KEY=(keytype,keylocation,keysize [,DUP
,RDUP];
.
.
.

keytype,keylocation,keysize [,DUP
,RDUP])
BUILD WORKFILE;REC=-80,3,F,ASCII;DISC=2000,10,2
BUILD VFILE;DISC=500,10,1;REC=-80;DEV=VCLASS1
BUILD NEWDATA;DISC=3000,1,1;CODE=LOG

BYE

Ends an interactive session.

   BYE
BYE

CALC

Evaluates an expression.

   CALC expression
CALC 5*10-7

CCXL

Compiles an HP C/iX program.

   CCXL [textfile][,[objectfile][,[listfile]]] [;INFO=quotedstring]
CCXL

CCXLGO

Compiles, links, and executes an HP C/iX program.

   CCXLGO [textfile][,[listfile]][;INFO=quotedstring]
CCXLGO SOURCE,LISTFILE

CCXLLK

Compiles and links an HP C/iX program.

   CCXLLK [textfile][,[ [progfile]][,[listfile]]] [;INFO=quotedstring]
CCXLLK SOURCE,PROG

CHANGELOG

Changes the user logging file without stopping or interrupting the logging process.

   CHANGELOG logid [;DEV=device]
CHANGELOG KATHY

CHDIR

Changes the process' current working directory (CWD).

Syntax

   CHDIR [ [DIR=]dir_name] [;SHOW | NOSHOW]
CHDIR /MYACCT/MYGRP/dir1|

CHGROUP

Switches you from the current group to any other group within the logon account to which you are allowed access.

   CHGROUP [ [groupname] [/grouppass] ]
CHGROUP GORODA

COB74XL

Compiles an HP COBOL II/XL program using the 1974 ANSI standard entry point and creates an object file.

   COB74XL [textfile] [,[objectfile][,[listfile][,[masterfile][,newfile]]]]
[;INFO=quotedstring] [;WKSP=workspacename] [;XDB=xdbfilename]
COB74XL SOURCE,OBJECT,LISTFL

COB74XLG

Compiles, links, and executes an HP COBOL II/XL program using the ANSI 1974 standard entry point.

   COB74XLG  [textfile][,[listfile][,[masterfile][,newfile]]]
[;INFO=quotedstring] [;WKSP=workspacename] [;XDB=xdbfilename]
COB74XLG TEXTFL,LISTFL

COB74XLK

Compiles and links an HP COBOL II/XL program using the 1974 ANSI standard entry point.

   COB74XLK [textfile] [,[progfile][,[listfile][,[masterfile][,newfile]]]]
[;INFO=quotedstring] [;WKSP=workspacename] [;XDB=xdbfilename]
COB74XLK SFILE,MYPROG

COB85XL

Compiles an HP COBOL II/XL program using the 1985 ANSI standard entry point and creates an object file.

   COB85XL [textfile] [,[objectfile][,[listfile][,[masterfile][,newfile]]]]
[;INFO=quotedstring] [;WKSP=workspacename] [;XDB=xdbfilename]
COB85XL SOURCE,OBJECT,LISTFL

COB85XLG

Compiles, links, and executes an HP COBOL II/XL program using the ANSI 1985 standard entry point.

   COB85XLG [textfile][,[listfile][,[masterfile]
[,newfile]]]
[;INFO=quotedstring] [;WKSP=workspacename] [;XDB=xdbfilename]
COB85XLG TEXTFL,LISTFL

COB85XLK

Compiles and links an HP COBOL II/XL program using the 1985 ANSI standard entry point.

   COB85XLK [textfile] [,[progfile][,[listfile][,[masterfile][,newfile]]]]
[;INFO=quotedstring] [;WKSP=workspacename] [;XDB=xdbfilename]
COB85XLK SFILE,MYPROG

COBOLII

Compiles a compatibility mode COBOLII program on the COBOL 74 compiler.

   COBOLII [textfile][,[uslfile][,[listfile][,[masterfile][,newfile]]]]
[;INFO=quotedstring] [;WKSP=workspacename]
BUILD OBJECT;CODE=USL
COBOLII SOURCE,OBJECT,LISTFL

COBOLIIGO

Compiles, prepares, and executes a compatibility mode COBOLII program on the COBOL 74 compiler.

   COBOLIIGO [textfile][,[listfile][,[masterfile][,newfile]]]
[;INFO=quotedstring][;WKSP=workspacename]
COBOLIIGO TEXTFL,LISTFL

COBOLIIPREP

Compiles and prepares a compatibility mode COBOLII program on the COBOL 74 compiler.

   COBOLIIPREP [textfile]
[,[progfile][,[listfile][,[masterfile][,newfile]]]]
[;INFO=quotedstring][;WKSP=workspacename]
COBOLIIPREP SFILE,MYPROG

COMMENT

Inserts a comment into the command stream.

   COMMENT [text]
!JOB USER.TECHPUBS
!COMMENT THIS IS A SAMPLE JOB
!FORTGO MYPROG
!EOJ

CONSOLE

Changes the system console from its current device to another job-accepting terminal.

   CONSOLE [ldev]
CONSOLE 31

CONTINUE

Overrides any job error which may occur in the next command so that the job or user command (command file or UDC) continues executing.

   CONTINUE
!JOB USER.PUBS
!CONTINUE
!RUN MYPROG
.
.
.
!EOJ

COPY

Copies one file to another by creating a new file or by overwriting an existing file. The COPY command can be used to copy files to and from HFS directories. Also, users with SM capabilities are able to copy files to MPE accounts outside of their current logon account.

Syntax

   COPY [FROM=]sourcefile[[;TO=]targetfile][ ;ASK | YES | NO ]

COPY ABCD, EFG
COPY ABCD,.newgroup
COPY ABCD.grp
COPY ABCD.grp,.mygroup

COPY myfile.pub.sys, ./MyFile
COPY ./File1, myfile.pub
COPY ./dir0/file1, ./dir1/file2

DATA

Enters data into the system from a device file. (Cannot be used to enter data from $STDIN.)

   DATA[jsname,]username[/userpass].acctname[/acctpass][;filename]
DATA SESSB,BROWN.ACCT1
.
.
.
:EOD

DEALLOCATE

Deallocates a program or procedure previously loaded into memory with the ALLOCATE command.

   DEALLOCATE [PROGRAM  
PROCEDURE],name
DEALLOCATE PROGEX

DEBUG

Instructs MPE/iX to enter the system debugger.

   DEBUG [commands]
DEBUG TRACE;C

DELETESPOOLFILE

Deletes a spoolfile from disk.

   DELETESPOOLFILE {#Onnn
#Innn
ldev }
DELETESPOOLFILE 6

DELETEVAR

Deletes one or more MPE/iX session variables.

   DELETEVAR varname[,varname]...[,varname]
DELETEVAR firstvariable,secondvariable
DELETEVAR JOBNUM, SESSNUM

DISALLOW

Prohibits access to a specific operator command.

   DISALLOW FILE=formaldesignator[;SHOW]
DISALLOW {@.@
user.@
@.acct
user.acct};COMMANDS=command[,command,...]
DISALLOW USER.TECH;COMMANDS=REPLY,ABORTIO

DISASSOCIATE

Removes control of a device class from the user.

   DISASSOCIATE devclass
DISASSOCIATE TAPE

DISCRPS

Enables or disables the rotational position sensing (RPS) feature on a specified logical device.

   DISCRPS ldev {,ENABLE [{,value,value}]
,DISABLE}
DISCRPS 1,ENABLE

DISKUSE

Displays disk space usage, in sectors, for one or more directories or a directory tree.

Syntax

   DISKUSE [ [DIR=]dir_name][; TREE | NOTREE | USENAME ]
DISKUSE mydir.group.acct

DISMOUNT

Causes a volume set that was explicitly reserved by the user (with a MOUNT or VSRESERVE command) to be released. The equivalent MPE/iX command is VSRELEASE.

   DISMOUNT [{*
(blank)
volumesetname}][.groupname[.acctname]]
DISMOUNT MYSET.B.C

DO

Allows the user to reexecute any command still retained in the command line history stack.

   DO [CMD=cmdid][;EDIT=editstring]
DO 10

DOWN

Removes a device from normal system use. This command does not apply to disks.

   DOWN ldev
DOWN 7

DOWNLOAD

Downloads format information to a line printer.

   DOWNLOAD ldev [,filename
,MARGIN=nn] [,...]
DOWNLOAD 11,VFCPAY

DSTAT

Displays the current status of the disk drives on the system.

   DSTAT [ldev
ALL]
DSTAT ALL

ECHO

Displays a message on the standard list device.

   ECHO [message]
SETVAR a, 'hi there'
ECHO !a, Cathy

EDITOR

Starts the EDIT/3000 subsystem.

   EDITOR [listfile]
FILE LISTFILE;DEV=LP
EDITOR *LISTFILE

ELSE

Provides an alternate execution sequence for an IF statement in a jobfile or user command within an IF statement.

   ELSE
!CONTINUE
!PASXL MYPROG,MYUSL
!IF JCW>=FATAL THEN
! TELL USER.TECHPUBS;COMPILE FAILED
!ELSEIF JCW ≥ WARN THEN
! TELL USER.TECHPUBS;COMPILE COMPLETED WITH WARNINGS
!ELSE
! TELL USER.TECHPUBS;COMPILE COMPLETED WITH NO WARNINGS
!ENDIF

ELSEIF

Provides an alternate execution sequence for an IF statement.

   ELSEIF expression [THEN]
IF EXPN1 THEN
...
ELSEIF EXPN2 THEN
...
ELSEIF EXPN3
...
ELSE
...
ENDIF

ENDIF

Terminates an IF block.

   ENDIF

IF
.
.
.
ENDIF

ENDWHILE

Terminates a WHILE block.

   ENDWHILE
WHILE logical_expression
.
.
.
ENDWHILE

EOD

Denotes end-of-data on input stream from a jobfile (from an input other than $STDIN). It also terminates data initialized by the DATA command. The colon (:) is a required part of this command.

   :EOD
DATA SESS1,BLACK.ACCTSP
... data ...
:EOD

EOJ

Ends a batch job.

   EOJ

!JOB USER.PUBS
!RUN MYPROG1
!RUN MYPROG2
!EOJ

ERRCLEAR

Zeros out all HP predefined error-related variables.

   ERRCLEAR

ERRCLEAR

ERRDUMP

Allows a user to dump either the process or system error stack to a specified depth.

   ERRDUMP [errorstackdepth][;SYS]

ERRDUMP 1;SYS

ESCAPE

Allows the CI programmer to simulate all aspects of CI error handling. Control leaves all user commands and returns to the CI (unless a CONTINUE is in effect).

   ESCAPE [ [CIERR=] errnum]

cmd1
CONTINUE
udc1
ucmdA
ucmdB
ESCAPE
cmd2

EXIT

Terminates the command interpreter.

   EXIT

EXIT

FCOPY

Runs the FCOPY subsystem.

   FCOPY [fcopycommand]
FCOPY FROM=UDC.TECHPUBS;TO=TEMP;NEW

FILE

Declares the file attributes to be used when a file is opened. This declaration, informally known as a file equation, may be used to override programmatic or system default file specifications. With the addition of shared parameters from the NS3000/XL AdvanceNet subsystem, the declaration may specify a formal file designator that may be used to access a remote file or device in a subsequent command or intrinsic. NS3000/XL AdvanceNet is not part of the 900 Series HP 3000 Computer System Fundamental Operating System and must be purchased separately.

   FILE formaldesignator =[*formaldesignator
$NULL
$NEWPASS
$OLDPASS
$STDIN
$STDINX
$STDLIST
filereference]
[:nodespec
,filedomain] [;DEV=[ [envname]#][device][,[outpri][,numcopies]]]
[;VTERM] [;ENV=envfile[:nodespec]][;option][;access][;DEL
;TEMP
;SAVE
;SPSAVE]

Syntax for Option:

   [;REC=[recsize][,[blockfactor][,[F
U
V]]
B[,BINARY

,ASCII ]]]
[;DEN=[density]][;DISC=[numrec][,[numextents][,initialloc]]]
[;CODE=filecode]
[;RIO
;NORIO] [;STD
;MSG
;CIR
;KSAMXL
;SPOOL] [;ULABEL=numlabels]
[;KEY={^filereference
keyinfo}] [;FIRSTREC=recnum] [;REUSE
;NOREUSE]

Syntax for keyinfo:

   ;KEY=(keytype,keylocation,keysize [,DUP
,RDUP]; [vellip]keytype,keylocation,keysize
[,DUP
,RDUP])

Syntax for Access:

   [;NOCCTL  [;NOMULTI   [;NOMR    [;WAIT      [;ACC= [IN
;CCTL] ;MULTI ;MR ] ;NOWAIT] OUT
;GMULTI] UPDATE
OUTKEEP
APPEND
INOUT] ]





[;BUF=[numbuffers] [;LOCK [;COPY
;NOBUF] ;NOLOCK ] ;NOCOPY ] [;FORMS=formsmsg]


[;EXC
;SHR
;EAR
;SEMI]

[;NOLABEL
;LABEL=[ [volid][,[IBM
ANS][,[expdate][,seq] ] ] ] ][;FORMID=formid]
[;PRIVATE]


FILE SOURCE=INX
FILE DEST=OUTX
RUN MYPROG
FILE DEST=FILEX,NEW;REC=64,2,F,ASCII;DISC=800,10,2;SAVE
RUN MYPROG
FILE SOURCE=TAPE1,OLD;DEV=TAPE;REC=-80
FTNXL *SOURCE
FILE FTNTEXT=*SOURCE
FILE X=./my_file;SAVE
PURGE *X

FINDDIR (UDC)

The FINDDIR UDC executes the LISTFILE command to search for a directory.

NOTE: System-defined UDCs are not automatically available. Your System Manager must use the SETCATALOG command to make these UDCs available for your use. For example:
   SETCATALOG HPPXUDC.PUB.SYS

Syntax

   FINDDIR [ [DIR=]dir_name][ [START=]start_dir]

Refer to the LISTFILE command later in this chapter for examples.

FINDFILE (UDC)

The FINDFILE UDC executes the LISTFILE command to search for a file.

NOTE: System-defined UDCs are not automatically available. Your System Manager must use the SETCATALOG command to make these UDCs available for your use. For example:
   SETCATALOG HPPXUDC.PUB.SYS

Syntax

   FINDFILE [FILE=]filename[ [START=]start_dir]

FORMSALIGN

Configures one spooled printer or a group of spooled printers related by device class, to conditionally enter into a forms message dialog with its operator when the current spoolfile includes a forms message.

   FORMSALIGN [ DEV= ] { ldev
devclass
devname }
[;[DIALOG=] { { EACHCHANGE
EACHFILE
EACHCOPY } [, { FORMIDOVERRIDE
NOFORMIDOVERRIDE } ] } ]
[;SHOW]
FORMSALIGN LP;SHOW

FORTGO

Compiles, prepares, and executes a compatibility mode FORTRAN 66/V program.

   FORTGO [textfile][,[listfile][,[masterfile][,[newfile] ] ] ]
[;INFO=quotedstring]
FORTGO SOURCE,LISTFL

FORTPREP

Compiles and prepares a compatibility mode FORTRAN 66/V program.

   FORTPREP [textfile][,[progfile][,[listfile][,[masterfile][,[newfile]]]]]
[;INFO=quotedstring]
FORTPREP TEXTX,PROGX,LISTX

FORTRAN

Compiles a compatibility mode FORTRAN 66/V program.

   FORTRAN [textfile][,[uslfile][,[listfile][,[masterfile][,[newfile] ] ] ] ]
[;INFO=quotedstring]
FORTRAN MYSOURCE,MYUSL,MYLIST;INFO= "$CONTROL BOUNDS"

FREERIN

Releases a global resource identification number (RIN).

   FREERIN rin
FREERIN 1

FTN

Compiles a compatibility mode FORTRAN 77/V program.

   FTN [textfile][,[uslfile][,[listfile]]][;INFO=quotedstring]
BUILD FORTOBJ;CODE=USL
FTN FORTSRC,FORTOBJ,LISTFILE

FTNGO

Compiles, prepares, and executes a compatibility mode HP FORTRAN 77/V program.

   FTNGO [textfile][,listfile][;INFO=quotedstring]
FTNGO FORTSRC,LISTFILE

FTNPREP

Compiles and prepares a compatibility mode HP FORTRAN 77/V program.

   FTNPREP [textfile],[progfile][,listfile][;INFO=quotedstring]
FTNPREP FORTSRC,FORTPROG

FTNXL

Compiles an HP FORTRAN 77/iX program.

   FTNXL [textfile][,[objectfile][,[listfile]]][;INFO=quotedstring]
FTNXL FORTSRC,FORTOBJ,LISTFILE

FTNXLGO

Compiles, links, and executes an HP FORTRAN 77/iX program.

   FTNXLGO [textfile][,[listfile]][;INFO=quotedstring]
FTNXLGO FORTSRC,LISTFILE

FTNXLLK

Compiles and links an HP FORTRAN 77/iX program.

   FTNXLLK [textfile][,[progfile][,[listfile]]][;INFO=quotedstring]
FTNXLLK FORTSRC,FORTPROG

GETLOG

Establishes a logging identifier on the system.

   GETLOG logid;LOG=logfile [,DISC 
,TAPE] [;PASS=password][;AUTO
;NOAUTO]
GETLOG FINANCE;LOG=A,DISC

GETRIN

Acquires a global resource identification number (RIN) and assigns a password to it.

   GETRIN rinpassword
GETRIN MYRIN

HEADOFF

Stops header/trailer output to a device.

   HEADOFF ldev
HEADOFF 6

HEADON

Resumes header/trailer output to a device.

   HEADON ldev
HEADON 6

HELLO

Initiates an interactive session.

   HELLO [session,]user[/userpass].acct[/acctpass][,group[/grouppass]]
[;TERM={termtype
termname}][;TIME=cpusecs][;PRI={BS
CS
DS
ES}]
[;INPRI=inputpriority
;HIPRI][;INFO=ciinfo] [;PARM=ciparm]
HELLO USER.TECHPUBS