Communicator e3000 MPE/iX Release 6.0 Express 1 (C.60.01) (30216-90286)

Chapter 3 21
Technical Articles
CI Enhancements
Outclass string Outclass name for a job’s STDLIST, e.g. “LP”.
Empty (““) for sessions.
Outpri int output priority.
PassExempt string ** The system’s password exemption policy for
jobs: “NONE”, “USER”, “XACCESS”, “MAX”.
Priority int current priority for the usermain (CI) process,
e.g., 150, 200, etc.
Private bool * True if the job’s stdlist is marked private.
Quiet bool True if :set msg=off is in effect.
RawIntroDate int date job was introduced in CALENDAR format.
RawIntroTime int time job was introduced in CLOCK format.
RawStreamedByDate int date job/session was submitted in CALENDAR format.
RawStreamedByTime int time job/session was submitted in CLOCK format.
Restart bool True if “;RESTART” specified in job “card”.
State string see “JobState”.
StdinSPID string “Innn” identifier for the stdin spoolfile for
jobs.
StdinSPstate string STDIN spoolfile state: “OPEN”, “ACTIVE”, “READY”.
““ for sessions.
StdlistDelete bool True if SET STDLIST=delete in effect.
StdlistSPID string “Onnn” identifier for the stdlist spoolfile for
jobs. ““ for sessions.
StdlistSPstate string STDLIST spoolfile state: “CREATE”, “DEFER”,
“READY”,“XFER”, “PRINT”, “PROBLM”, “DELPND”,
“SPSAVE”.
Note: some of these states apply to jobs that have
terminated. No JINFO information is available on
jobs that have terminated.
StreamedBy string * full identifier of the job/session that streamed
or initiated the target job. For example:
“jobname,user.account (#J123)”. This is the same
value as seen in the HPSTREAMEDBY CI variable.
StreamedByDate int see “IntStreamedByDate”.
StreamedByLdev int * Ldev of job/session that submitted the target
job.
StreamedByTime int see “IntStreamedByTime”.
User string user name.
User Account string “user.account” names concatenated.
User Account Group string “user.account,group” names concatenated.
UserAccount string See “User Account”.
UserAccountGroup string See “User Account Group”.
* indicates you must have SM or OP capabilities, or the job must be your own job,
or you must have AM capability and be logged on into the same account as the
target job, or you must be logged on as the same user.account as the target job
and JOBSECURITY is LOW.
** indicates you must have SM or OP capabilities.
JOBCNT
Syntax: JOBCNT ( job_match [,joblist_var] )
Defn: A CI evaluator function that returns the number of jobs and/or sessions
that match ‘job_match’. Optionally, these matching job/session numbers
are returned in the CI variable named by the ‘joblist_var’ parameter. All
jobs/sessions matching “job_match” are counted, including: executing,
waiting, suspended and scheduled jobs.