MPE/iX Commands Reference Manual (32650-90877)

Chapter 10 371
Command List VIII
Commands PASCAL thru PURGEUSER
:PAUSE job="J@,@.PROD"
# note the quotes are required
The next example sleeps while the backup job ("JBACKUP,OP.SYS") has not been
streamed. PAUSE reports CIWARN 9032 if the job is not streamed within 30 minutes.
:PAUSE 1800, job="jbackup,op.sys"; notexist
The final example polls the system job table every 3 minutes looking for any job or session
matching a user name that includes the letters "MGR", and waits for all such job/sessions
to terminate before the pause ends.
:PAUSE , @mgr@.@ , 180
Related Information
Commands WHILE, INPUT, SHOWJOB
Manuals None
PLISTF (UDC)
The PLISTF UDC executes the LISTFILE command to list descriptions of one or more disk
files.
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;SYSTEM;APPEND
Syntax
PLISTF[
fileset
] [,
format_opt
] [;
outfile
]
Parameters
The following parameters are supported with the PLISTF UDC. Refer to the LISTFILE
command for a complete explanation of the parameters used with the PLISTF UDC.
fileset
Specifies a set of files to be listed, including MPE and HFS files. If
fileset
is not specified, the default is @.
format_opt
An output format option. If this parameter is omitted, the default is
FORMAT=0, which shows only the file names. The format option must be
specified as a numeric value. Format names (for example, QUALIFY) are not
supported by this UDC. Refer to the LISTFILE command for a complete
description of each available format option.
outfile
The name of the output file. If this parameter is omitted, the output is
displayed to $STDLIST. The
outfile
supports both MPE and HFS syntax.
The
outfile
cannot be $NEWPASS.
Operation Notes
The PLISTF UDC lists descriptions of one or more disk files at the level of detail you select.
The UDC executes the following form of the LISTFILE command: