Previous Topic: LJOB CommandNext Topic: LJOBR Command


LJOB Examples

This example lists all information about a single job.

LJOB,JOB=CA7JOB1,LIST=ALL

This example lists all jobs in network WEEKLYS with system PAYROLL.

LJOB,JOBNET=WEEKLYS,SYS=PAYROLL

This example lists all jobs with names beginning with CA7. Even though only one line per job is listed for any generic job name request, the output from this type of request could be quite lengthy and should be done using a batch terminal.

LJOB,JOB=CA7*

This example lists all jobs with output network information and input requirements. Even though only one line per job is listed for any generic job name request, the output from this type of request could be quite lengthy and should be done using a batch terminal.

LJOB,JOB=*,LIST=RQMT

LJOB,JOB=* JOB=* DATE=YY.DDD PAGE 0001 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME DUSAXX01 000 DUSAXX01 PAYROLL 000 ALL 000026 YES 004 012 0001 YYDDD/1430 PERAA01A 000 PERAA01A PERSONEL 000 ALL *NONE* NO 003 010 0000 00000/0000 PERAB01A 000 PERAB01A PERSONEL 000 ALL *NONE* NO 001 004 0000 00000/0000 PERAC01A 000 PERAC01A PERSONEL 000 ALL *NONE* YES 005 017 0001 YYDDD/1410 ACPBA01W 001 ACPBA01W PAYABLES 000 ALL *NONE* NO 004 012 0001 YYDDD/1411 ACPCA01W 001 ACPCA01W PAYABLES 000 ALL *NONE* NO 003 009 0001 YYDDD/1411 ACPCA0XW 001 ACPCA0XW PAYABLES 000 ALL *NONE* NO 002 008 0107 YYDDD/1415+

LJOB,LIST=JOB Panel

LJOB,JOB=DUSAXX01,LIST=JOB JOB=DUSAXX01 LIST=JOB DATE=YY.DDD PAGE 0001 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME DUSAXX01 000 DUSAXX01 PAYROLL 100 /SY3 000009 YES 003 012 0073 YYDDD/1330+ (LongDUSAXX01) --------------------------- JOB INFORMATION --------------------------- N -- SCHD RESOLUTION REQUIRED Y -- LOAD STEP TO BE EXECUTED N -- OVERRIDE OF JCL REQUIRED N -- JOB MARKED AS MAINT ONLY N -- MANUAL VERIFICATION REQD N -- JOB SET FOR HOLD IN REQQ Y -- REQUIREMNTS TO BE LISTED N -- COMP TRIGGERS OTHER JOBS Y -- AUTO-GENERATION OF 7 RMS Y -- JOB ELIGIBLE FOR PROMPTS Y -- ERRORS FOR RQMT NOT USED Y -- JOB SET FOR EXEC on MAIN Y -- ERRORS FOR DSN NOT FOUND N -- JCL TO BE KEPT IN PRRN/Q . LAST RUN: CA 7=YY.DDD 13:30:24 EXEC=YY.DDD 14:30:24 EXEC TZO=-05:00 . OWNER= USERID JCLLIB= *NUMERIC JCLID* ARFSET= *NONE* . LAST MAINTENANCE on YY.DDD AT HH:MM:SS VIA DBM BY OPERATOR:USERID . JCL SET FOR RETRIEVAL FROM OVERRIDE LIB FOR NEXT RUN . CLASS=,MSGCLASS=B,REGION=040K,PRTY=02,CPUTM=00001,ELAPTM=0009 . TAPE1: CALC=000,MANL=000,TAPE2: CALC=000,MANL=000,DRCLASS= *NONE* . LTERM=CONTROL,JOBNET=PAYWEEK1,NXTCYC=SKP . DONT SCHEDULE BEFORE YYDDD AT 0800 AND AFTER YYDDD AT 2300 . CONSIDER ABNORMAL END IF ..text.. . SATISFACTION LEAD TIME (HRS): JOB=01 DSN=00 . # OF TIMES LATE = 0000 # OF TIMES RESTARTED = 0000

Note: All lines may not display, and a page break may occur between the lines.

This panel contains the following fields:

JOB NAME

Identifies the name defined in the database for this job.

JCL ID

Identifies the numeric INDEX assigned to the JCL statement that defines the data set in which this member resides. ID=255 indicates that a symbolic INDEX is assigned to the JCL statement that defines the data set in which this member resides.

JCL MEMBER

Identifies the member name of the JCL that is executed by this job.

SYSTEM NAME

Identifies the value from the SYSTEM field on the DB.1 panel.

USR ID

Identifies the value from the UID field on the DB.1 panel.

MAIN ID

Identifies the value from the MAINID field on the DB.1 panel.

PROSE DSNBR

Identifies the CA WA CA 7 Edition generated DSNBR for the job documentation defined for this job.

SCHD

Identifies whether the job has any schedules.

NUMBER OF STP

Identifies the number of steps executed within this job.

NUMBER OF DDS

Identifies the number of DDs referenced by this job.

NUMBER OF RUNS

Identifies the number of times this job has successfully executed under CA WA CA 7 Edition.

LAST RUN DATE/TIME

Identifies the last date/time (start date/time) that the job ran successfully under CA WA CA 7 Edition. A plus sign displayed immediately after the field indicates that job's last run date/time is normalized to the time zone of the running CA WA CA 7 Edition.

Note: If a job has a long job name, that name appears immediately before the Job Information line. If not, the line is empty.

JOB INFORMATION

All job information values are either Y or N.

SCHD RESOLUTION REQUIRED

Identifies whether this job's schedule information entered through the DB.2.1 panel needs to be RESOLVed.

OVERRIDE OF JCL REQUIRED

Identifies whether the QJCL requires modifying before job submission (see JCL-OVRD field on the DB.1 panel).

MANUAL VERIFICATION REQD

Identifies whether this job has an initial requirement in the request queue for verification (see VERIFY field on the DB.1 panel).

REQUIREMENTS TO BE LISTED

Identifies whether this job's requirements should be written to the LTERM indicated on the DB.1 panel upon initial queue entry.

AUTO-GENERATION OF 7 RMS

Identifies whether CA WA CA 7 Edition is to insert the RMS step (see INSERT-RMS field on the DB.1 panel).

ERRORS FOR RQMT NOT USED

Identifies whether an error message should be produced and sent to the LTERM specified on the DB.1 panel if this job shows to use a data set, but while the job was executing, CA WA CA 7 Edition did not receive SMF data indicating its use (see RQMTS NOT USED field on the DB.1 panel).

ERRORS FOR DSN NOT FOUND

Identifies whether an error message should be produced and sent to the LTERM specified on the DB.1 panel if CA WA CA 7 Edition receives SMF data from this job's execution for a data set that is not referenced by the job's database record (see DSN NOT FOUND field on the DB.1 panel).

LOAD STEP TO BE EXECUTED

Identifies whether this job should go through load processing the next time it is to be executed.

JOB MARKED AS MAINT ONLY

Identifies whether this job is to run as a maintenance job (see MAINT field on the DB.1 panel).

JOB SET FOR HOLD IN REQQ

Identifies whether the job should enter the request queue with an initial hold requirement (see HOLD field on the DB.1 panel).

COMP TRIGGERS OTHER JOBS

Identifies whether this job's successful completion triggers other jobs into CA WA CA 7 Edition.

JOB ELIGIBLE FOR PROMPTS

Identifies whether the LTERM (from the DB.1 panel) is notified on a timer basis should this job become late or need restarting (see PROMPTS field on the DB.1 panel).

JOB SET FOR EXEC on MAIN

Identifies whether this is an executable job (see EXEC field on the DB.1 panel).

JCL TO BE KEPT IN PRRN/Q

Identifies whether on successful completion should a copy of the JCL that was submitted for this job be kept (see RETAIN-JCL field on the DB.1 panel).

LAST RUN.

Last date/time (start time) the job ran successfully under CA WA CA 7 Edition. This line is generated only if job EXEC time is different from CA7 time.

LAST RUN. CA 7.

The date/time is normalized to the time zone of the running CA WA CA 7 Edition.

LAST RUN. EXEC.

The execution time zone date/time.

EXEC TZO.

Time zone offset (TZO) from UCT of the site where the job ran. To determine the TZO of the local CA WA CA 7 Edition, issue a /DISPLAY,ST=CA7 command.

Note: Agent jobs are always normalized to the CA WA CA 7 Edition time zone through the CA Integrated Agent Services (CA IAS) interface.

OWNER

The security user ID associated with this job (see OWNER field on the DB.1 panel).

JCLLIB.

The symbolic INDEX assigned to the JCL statement that defines the data set in which this member resides. JCLLIB= *NUMERIC JCLID* indicates that a numeric INDEX is assigned to the JCL statement that defines the data set in which this member resides.

ARFSET.

The name of the ARFSET used on this job.

LAST MAINTENANCE ON…

The date and time of the last maintenance performed on this job through CA WA CA 7 Edition and the mode for this maintenance. Mode is indicated after VIA as one of the following:

JCL SET FOR…

The job's JCL is obtained from the override library for the next scheduled (or triggered) run.

CLASS.

Workload balancing class to be used for job submission (see CLASS field on the DB.1 panel).

MSGCLASS.

JES class that is used by this job (information only).

REGION.

Region used by this job (information only).

PRTY.

Initial workload balancing priority that is assigned to this job upon initial queue entry.

CPUTM.

CPU time (weighted average) for this job.

ELAPTM.

Time (weighted average) between job submission and job termination.

TAPE1. CALC

High-water mark number of TYPE1 tape drives used by any step within this job as calculated by CA WA CA 7 Edition.

TAPE1. MANL.

Override of the CA WA CA 7 Edition calculated number of TYPE1 tape drives used by this job (see TAPE DRIVES TYPE1 M field on DB.1 panel).

TAPE2. CALC.

High-water mark number of TYPE2 tape drives used by any step within this job as calculated by CA WA CA 7 Edition.

TAPE2. MANL.

Override of the CA WA CA 7 Edition calculated number of TYPE2 tape drives used by this job (see TAPE DRIVES TYPE2 M field on DB.1 panel).

DRCLASS.

The disaster recovery class assigned to this job.

LTERM.

The logical terminal (STATION) that is to receive various messages regarding this job.

JOBNET.

Value entered in the JOBNET field on the DB.1 panel.

NXTCYC.

If the normally scheduled processing cycles of the job have been suspended by the NXTCYC command, this value is SKP (for single cycle) or OFF (for all cycles until reset by the NXTCYC command).

DONT SCHEDULE BEFORE...

Dates and times to be resolved at the time a job record is to be brought into the request queue by schedule scan or a trigger (see the DONT SCHEDULE -- BEFORE and AFTER fields on the DB.1 panel). A job is not brought in automatically if it is a true condition.

CONSIDER ABNORMAL END IF...

Condition code tests to be performed to determine if the job has completed successfully.

SATISFACTION LEAD TIME...

Initial satisfaction lead time values for job and data set requirements. (See the SATISFACTION LEAD TIME field on the DB.1 panel.)

# OF TIMES LATE…

Number of times the job has been considered late, and the number of times the job has been restarted.

LJOB,LIST=SCHD Panel

LJOB,JOB=DUSAXX01,LIST=SCHD JOB=DUSAXX01 LIST=SCHD DATE=YY.DDD PAGE 0001 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME DUSAXX01 000 DUSAXX01 PAYROLL 000 /SY3 000009 YES 003 012 0073 YYDDD/0826 ------------------------------ SCHEDULES ------------------------------ LAST RESOLV ON yy.ddd AT 16:42 CALENDAR SCALyy03 ID=001 ROLL=D INDEX=+000 SCAL= DOTM=0800 LEADTM=0130 STARTM=0630 WEEKLY DAY=MON,FRI ID=002 ROLL=D INDEX=+000 SCAL=7D DOTM=1200 LEADTM=0100 STARTM=1100 DAILY SLIA-00 REQUEST COMPLETED AT 16:00:05 on yy.ddd

LJOB,LIST=PROS Panel

LJOB,JOB=DUSAXX01,LIST=PROS JOB=DUSAXX01 LIST=PROS DATE=YY.DDD PAGE 0001 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME DUSAXX01 000 DUSAXX01 PAYROLL 100 /SY3 000009 YES 003 012 0073 YYDDD/1330 ---------------------------------- PROSE ------------------------------- THIS IS THE FIRST JOB IN THE TESTNTWK TO BE EXECUTED AND IS A SCHEDULED JOB. IT CONSISTS OF TWO STEPS. THE FIRST STEP RECEIVES A SET OF CONTROL CARDS AS INPUT, CREATES A DATASET CA7.TEST1 AS OUTPUT AND DEMANDS THE NEXT JOB DUSAXX02 TO BE STARTED.

LJOB,LIST=TRIG Panel

LJOB,JOB=DUSATAPE,LIST=TRIG JOB=DUSAXX01 LIST=TRIG DATE=YY.DDD PAGE 0001 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME DUSAXX01 000 DUSAXX01 PAYROLL 100 /SY3 000009 YES 003 012 0073 YYDDD/1330 ----------------- TRIGGERED BY JOBS/DATASETS/NETWORKS ----------------- JOB=DUSATPRM SCHID=000 QTM=0100 LEADTM=0010 SUBMTM=0000 ------------------------- TRIGGERED JOBS ------------------------------ JOB=DUSATGDG SCHID=000 QTM=0100 LEADTM=0010 SUBMTM=0000 SLIA-00 REQUEST COMPLETED AT 13:55:08 on yy.ddd

LJOB,LIST=STEPDD Panel

LJOB,JOB=DUSAXX01,LIST=STEPDD JOB=DUSAXX01 LIST=STEPDD DATE=YY.DDD PAGE 0001 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME DUSAXX01 000 DUSAXX01 PAYROLL 100 /SY3 000009 YES 003 012 0073 YYDDD/1330 ------------------------- STEP AND DD INFORMATION---------------------- 01 STEP1 PGM=IEBGENER REGION=000K TIME=1439,00 PSTEP=S1 **RST** 001 SYSIN TYPE=DUMMY 002 SYSPRINT TYPE=SYSOUT

LJOB,LIST=RQMT Panel

LJOB,JOB=DUSAXX01,LIST=RQMT JOB=DUSAXX01 LIST=RQMT DATE=YY.DDD PAGE 0001 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME DUSAXX01 000 DUSAXX01 PAYROLL 100 /SY3 000009 YES 003 012 0073 YYDDD/1330 ------------------ REQUIREMENTS AND NETWORK CONNECTIONS ----------------- NWK=TESTOTNW SCHID=000 NWKSCHID=001 LEADTM=0100 SUBID=RPT1205 DESC=BENEFITS ** OUTPUT ** DSN=CA7.LOADLIB **** PERM DSN **** DSNBR=DS00000004 SCHID=000 VRSN=YY135/1940 CREATED BY **NONE** USR=SAMPLE USER REQUIREMENT SCHID=000 SLIA-00 REQUEST COMPLETED AT 15:59:49 on yy.ddd

LJOB,SYS=A/P,LIST=DEPJ Panel

LJOB,SYS=A/P,LIST=DEPJ JOB=* LIST=DEPJ DATE=YY.DDD PAGE 0002 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME JOB01 000 JOB01 A/P 000 ALL 000000 NO 000 000 0000 00000/0000 JOB02 000 JOB02 A/P 000 ALL 000000 NO 000 000 0000 00000/0000 JOB03 000 JOB03 A/P 000 ALL 000000 NO 000 000 0000 00000/0000 -------------------------- SUCCESSOR JOBS ------------------------ JOB=JOB05 SCHID=001 JOB=JOB08 SCHID=002 JOB05 000 JOB05 A/P 000 ALL 000000 NO 000 000 0000 00000/0000 JOB06 000 JOB06 A/P 000 ALL 000000 NO 000 000 0000 00000/0000 -------------------------- SUCCESSOR JOBS ------------------------ JOB=JOB13 SCHID=000

LJOB,LIST=ALL Panel for an XPJOB Job

LJOB,JOB=CA07XPQ1,LIST=ALL JOB=CA07XPQ1 LIST=ALL DATE=YY.DDD PAGE 0001 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME CA07XPQ1 255 CA07XPQ1 QAXPSYS 000 XPJ *NONE* NO 000 000 0005 06289/0949 --------------------------- JOB INFORMATION --------------------------- N -- SCHD RESOLUTION REQUIRED N -- JOB SET FOR HOLD IN REQQ N -- MANUAL VERIFICATION REQD Y -- COMP TRIGGERS OTHER JOBS Y -- REQUIREMNTS TO BE LISTED Y -- JOB ELIGIBLE FOR PROMPTS Y -- ERRORS FOR RQMT NOT USED Y -- JOB SET FOR EXEC ON MAIN Y -- PRM TO BE KEPT IN PRRN/Q Y -- UNIX SWITCH USER CMD SU- . OWNER= *NONE* PRMLIB=&EROCJCL ARFSET= *NONE* . LAST MAINTENANCE ON yy.278 AT 12:36:05 VIA DBM BY OPERATOR: MASTER . CLASS=A,PRTY=000,CPUTM=00001,ELAPTM=0004,DRCLASS= *NONE* . LTERM=MASTER . # OF TIMES LATE = 0000 # OF TIMES RESTARTED = 0000 SLIA-00 REQUEST COMPLETED AT 14:07:08 ON yy.ddd

This panel contains the following fields:

JOB NAME

Identifies the name defined in the database for this job.

JCL ID

Identifies the numeric INDEX assigned to the JCL statement that defines the data set in which this member resides. ID=255 indicates that a symbolic INDEX is assigned to the JCL statement that defines the data set in which this member resides.

JCL MEMBER

Identifies the member name of the JCL that is executed by this job.

SYSTEM NAME

Identifies the value from the SYSTEM field on the DB.10 panel.

USR ID

Identifies the value from the UID field on the DB.10 panel.

MAIN ID

Specifies the value XPJ to represent an XPJOB.

PROSE DSNBR

Identifies the CA WA CA 7 Edition generated DSNBR for the job documentation defined for this job.

SCHD

Identifies whether the job has any schedules.

NUMBER OF STP

Identifies the number of steps executed within this job.

NUMBER OF DDS

Identifies the number of DDs referenced by this job.

NUMBER OF RUNS

Identifies the number of times this job has successfully executed under CA WA CA 7 Edition.

LAST RUN DATE/TIME

Identifies the last date/time (start date/time) that the job ran successfully under CA WA CA 7 Edition. A plus sign displayed immediately after the field indicates that job's last run date/time is normalized to the time zone of the running CA WA CA 7 Edition.

JOB INFORMATION

All job information values are either Y or N.

SCHD RESOLUTION REQUIRED

Identifies whether this job's schedule information entered through the DB.2.1 panel needs to be RESOLVed.

MANUAL VERIFICATION REQD

Identifies whether this job has an initial requirement in the request queue for verification (see VERIFY field on the DB.10 panel).

REQUIREMNTS TO BE LISTED

Identifies whether this job's requirements should be written to the LTERM indicated on the DB.10 panel upon initial queue entry.

ERRORS FOR RQMT NOT USED

Identifies whether an error message should be produced and sent to the LTERM specified on the DB.10 panel if this job shows to use a data set, but while the job was executing, CA WA CA 7 Edition did not receive SMF data indicating its use (see RQMTS NOT USED field on the DB.10 panel).

PRM TO BE KEPT IN PRRN/Q

Identifies whether on successful completion to keep a copy of the data sent to the destination node (see RETAIN on the DB.10 panel).

JOB SET FOR HOLD IN REQQ

Identifies whether the job should enter the request queue with an initial hold requirement (see HOLD field on the DB.10 panel).

COMP TRIGGERS OTHER JOBS

Identifies whether this job's successful completion triggers other jobs into CA WA CA 7 Edition.

JOB ELIGIBLE FOR PROMPTS

Identifies whether the LTERM (from the DB.10 panel) is notified on a timer basis should this job become late or need restarting (see PROMPTS field on the DB.10 panel).

JOB SET FOR EXEC on MAIN

Identifies whether this is an executable job (see EXEC field on the DB.10 panel).

UNIX SWITCH USER CMD SU-

Identifies whether to execute the UNIX Switch User command (see SUTYPE on the DB.10 panel).

OWNER.

Identifies the security user ID associated with this job (see OWNER on the DB.10 panel).

PRMLIB.

Identifies the data set identifier, either numeric or symbolic, in which the member associated with this job resides. If *NONE*, the XPJOB job has no external parameters.

ARFSET.

Identifies the name of the ARFSET used on this job.

LAST MAINTENANCE ON...

Identifies the date and time of the last maintenance performed on this job through CA WA CA 7 Edition and the mode for this maintenance. Mode is indicated after VIA as one of the following:

CLASS.

Identifies the workload balancing class to be used for job submission (see CLASS field on the DB.10 panel).

PRTY.

Identifies the initial workload balancing priority that is assigned to this job upon initial queue entry.

CPUTM.

Identifies the CPU time (weighted average) for this job.

ELAPTM.

Identifies the time (weighted average) between job submission and job termination.

DRCLASS.

The disaster recovery class assigned to this job.

LTERM.

Identifies the logical terminal (STATION) that is to receive various messages regarding this job.

# OF TIMES…

Identifies the number of times the job has been considered late, and the number of times the job has been restarted.

LJOB,LIST=XPJOB Panel

LJOB,JOB=CA07XPQ2,LIST=XPJOB JOB=CA07XPQ2 LIST=XPJOB DATE=YY.DDD PAGE 0001 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME CA07XPQ2 000 QAXPSYS 000 XPJ *NONE* NO 000 000 0004 yy289/0955 ------------------------- XPJOB INFORMATION ------------------------- Node: EROCTST Exec: cau9test PARM: t=60 Trace: N SLIA-00 REQUEST COMPLETED AT 14:55:34 ON yy.ddd

LJOB,LIST=AGJOB Panel

LJOB,JOB=CA7ESP01,LIST=AGJOB JOB=CA7ESP01 LIST=AGJOB DATE=YY.DDD PAGE 0001 JOB ----JCL---- SYSTEM USR MAIN PROSE SCHED --NUMBER OF- LAST-RUN NAME ID MEMBER -NAME- -ID -ID- DSNBR STP DDS RUNS DATE/TIME CA7ESP01 200 CA7ESP01 CA7SYS01 000 WIN *NONE* NO 000 000 0001 yy043/1217 ------------------------- AGENT INFORMATION ------------------------- Job Type: NT_JOB Agent : USER023ESP Userid : usero23 SLIA-00 REQUEST COMPLETED AT 09:47:04 ON yy.ddd