CA-7-1

Embed Size (px)

Citation preview

  • 8/8/2019 CA-7-1

    1/17

    THURSDAY, SEPTEMBER 20, 2007

    CA7 Basics & CommandsCA-7 Basics & Commands

    Add a one-time requirement:Use the ADDRQ command to manually add temporary, one-time, pre-executionuser or predecessor job requirements. These requirements must be added to the jobwhile it is in the CA-7 request queue. These added requirements apply only to thecurrent run of the job.

    SYNTAX:Add a job dependency requirement:

    ADDRQ,JOB=job name or job number, DEPJOB=job this run is dependent on

    Add a user requirement :ADDRQ,JOB=job name or job number ,USR=text

    Cancel a Job :Use the CANCEL command to delete jobs from the CA-7 queues. This commandonly removes the job from the CA-7 queues. Cancellation of a job in the CA-7active queue or ready queue (if it has been submitted) does not cause terminationof the job's execution. CPU jobs which may be executing have to be canceled fromthe operating system separately.

    SYNTAX:

    CANCEL,JOB=job number or job name, FORCE=YES,REASON=text

    (Note: If you want to cancel the job without removing it from the CA-7 queue, donot specify FORCE=YES.)

    Change a Job submit time :Type the 'XQ' top line command to get to the queue maintenance screen. Type a 'U'

    beside the job you want to update, and hit enter.

  • 8/8/2019 CA-7-1

    2/17

    ----------------- CA-7 QUEUE MAINTENANCE - CPU JOBS STATUS ----------------F-JOBNAME--CA7#GSAJPWH3 2877 JOB: GSAJP*GSAJPWH5 2843 SEQ: ENTRYGSAJPWH1 2833 QUEUE: REQGSAJPWH2 2873 LIST: ALLGSAJPWH4 2874GSAJPDH1 2876 FUNCTIONS:U GSAJPWDE 2773 C=CANCELF=RESTART

    H=HOLDJ=JCLOVRDP=RSVPQ=REQUEUER=RELEASES=SUBTM OFFU=UPDATEV=VERIFYX=RQMT POSTE=EDIT QJCLPROGRAM: QM20 MSG-INDX: 00 -- QM.1-X -- 98.028 / 20:34:33MESSAGE: ENTER FUNCTION IN 'F' FIELD OR ENTER A COMMAND ONTHE TOP LINE

    The next screen displayed is the CPU Job Attributes screen. Here you can changethe job submit time, as well as several other job attributes.

    --------------- CA-7 QUEUE MAINTENANCE - CPU JOB ATTRIBUTES ----------

    JOB: GSAJPWDE CA-7#: 2773 MCNT: 001 QUEUE: REQ

    ---------SCHEDULING--------- ------MANUAL REQUIREMENTS-------DEADLINE TIME.... 98028 2205 JOB HELD...................... NDUE-OUT TIME..... 98028 2210 MANUAL VERIFICATION REQUIRED.. NSUBMIT TIME...... 98028 2200 JCL OVERRIDES REQUIRED........ N

  • 8/8/2019 CA-7-1

    3/17

    MAINID........... ALL

    ----------RESTART----------- -----------PROMPTING------------GENERATE CA-11 STEP....... N ELIGIBLE FOR PROMPTS... NFORMAT CA-11 CMT.......... N PROMPT ACKNOWLEDGED.... NRETAIN JCL IN PRRN QUEUE.. N LTERM FOR MESSAGES..... MASTER

    ----------------------------RESOURCES-----------------------------JOB CLASS............. A JOB PRIORITY.......... 100ELAPSED TIME (HHMM)... 0000 TAPE DRIVES OF TYPE1.. 000CPU TIME (MMMSS)...... 00000 TAPE DRIVES OF TYPE2.. 000

    PROGRAM: QM40 MSG-INDX: 00 -- QM.3-X -- 98.028 / 20:35:42

    MESSAGE: CHANGE DESIRED FIELDS OR ENTER A COMMAND ON THETOP LINE

    Delay schedule start and due out times :

    Use the ADDSCH command to delay scheduled start and due-out times for up to24 hours.You can use this command for a specific job, or for an entire workload in the caseof a major unexpected and unscheduled change in the environment.

    Syntax:ADDSCH,JOB=nnnn or ALL,TIME=mmmmnnnn specifies the CA-7 job number of a single jobmmmm specifies the amount of time to be added to the start time and due-out timeof the job in minutes

    e.g. ADDSCH,JOB=2502,TIME=0060Be careful when using JOB=ALL. This command will then apply to every job inthe request, ready, active, and post-process queues.

    Demand a Job into request queue :It is advisable not to use DEMANDH to run nightly cycle jobs during the day. The

  • 8/8/2019 CA-7-1

    4/17

    post-processing will cause the out-conditions to be posted, possibly allowing anysuccessors to execute as soon as CA-7 brings them into the request queue. UseRUNH instead.

    Use the DEMANDH top-line command to demand a job into the CA-7 requestqueue:

    DEMANDH,JOB=job name, SCHID=schedule ID

    e.g. DEMANDH,JOB=GSAJPORF,SCHID=070You will be prompted to enter hold information (name, phone, reason for hold). Goto the request queue and review your job to make sure it has the appropriaterequirements. If everything looks okay, release the hold requirement.Schedule ID is required procedurally, but is not required by CA-7. Be extremely

    careful to use the correct SCHID when demanding jobs into CA-7. If you do notspecify a schedule ID, CA-7 will use the first schedule ID it finds in the CA-7database, which may not be the one you want.

    Edit the execution JCL : Note: If you are not the on-call SE but plan to restart a job, you need to contact theon-call SE and let them know. When you edit the execution JCL in CA-7 it doesnot prevent someone else from editing the dataset and they can overlay your changes.Type the XQ top line command to get to the CA-7 Queue Maintenance Screen.Tab down to the job you want to edit and type an 'E' beside it and hit the Enter key.

    ----------------- CA-7 QUEUE MAINTENANCE - CPU JOBS STATUS ----------------F-JOBNAME--CA7#GSAJPF24 2459 JOB: GSAJP*GSAJPDH1 2449 SEQ: ENTRYGSAJPWH5 2450 QUEUE: REQGSAJPWH3 2451 LIST: ALL

    GSAJPWH4 2454GSAJPPD2 2384 FUNCTIONS:GSAJPBDH 2386 C=CANCELGSAJPBH5 2431 F=RESTARTGSAJPWH1 2430 H=HOLDE GSAJPWH2 2433 J=JCLOVRDGSAJPF37 2480 P=RSVP

  • 8/8/2019 CA-7-1

    5/17

    Q=REQUEUER=RELEASES=SUBTM OFFU=UPDATEV=VERIFYX=RQMT POSTE=EDIT QJCLPROGRAM: QM20 MSG-INDX: 00 -- QM.1-X -- 98.028 / 16:10:38MESSAGE: ENTER FUNCTION IN 'F' FIELD OR ENTER A COMMAND ONTHE TOP LINE

    HOLD A JOB :Type the XQ top line command to get to the CA-7 Queue Maintenance Screen.Tab down to the job you want to hold, type an 'H' beside it, and hit the Enter key.

    ----------------- CA-7 QUEUE MAINTENANCE - CPU JOBS STATUS ----------------F-JOBNAME--CA7#GSAJPF24 2459 JOB: GSAJP*GSAJPDH1 2449 SEQ: ENTRY

    GSAJPWH5 2450 QUEUE: REQGSAJPWH3 2451 LIST: ALLGSAJPWH4 2454GSAJPPD2 2384 FUNCTIONS:GSAJPBDH 2386 C=CANCELGSAJPBH5 2431 F=RESTART

    GSAJPWH1 2430 H=HOLDH GSAJPWH2 2433 J=JCLOVRDGSAJPF37 2480 P=RSVPQ=REQUEUER=RELEASE

    S=SUBTM OFFU=UPDATEV=VERIFYX=RQMT POSTE=EDIT QJCLPROGRAM: QM20 MSG-INDX: 00 -- QM.1-X -- 98.028 / 16:10:38MESSAGE: ENTER FUNCTION IN 'F' FIELD OR ENTER A COMMAND ON

  • 8/8/2019 CA-7-1

    6/17

    THE TOP LINE

    POST JOB REQUIREMENTS:Type the XQ top line command to get to the CA-7 Queue Maintenance Screen.Tab down to the job you want to view requirements on. Type an 'X' beside it andhit the Enter key.

    ----------------- CA-7 QUEUE MAINTENANCE - CPU JOBS STATUS ----------------F-JOBNAME--CA7#GSAJPF24 2459 JOB: GSAJP*GSAJPDH1 2449 SEQ: ENTRY

    GSAJPWH5 2450 QUEUE: REQ

    GSAJPWH3 2451 LIST: ALLGSAJPWH4 2454GSAJPPD2 2384 FUNCTIONS:GSAJPBDH 2386 C=CANCELGSAJPBH5 2431 F=RESTARTGSAJPWH1 2430 H=HOLDX GSAJPWH2 2502 J=JCLOVRDGSAJPF37 2480 P=RSVPQ=REQUEUER=RELEASES=SUBTM OFFU=UPDATEV=VERIFYX=RQMT POSTE=EDIT QJCLPROGRAM: QM20 MSG-INDX: 00 -- QM.1-X -- 98.028 / 16:10:38MESSAGE: ENTER FUNCTION IN 'F' FIELD OR ENTER A COMMAND ONTHE TOP LINEYou will see the job requirements on the following screen. To post a requirement,

    type an 'X' beside the job name and hit enter.

    -------------- CA-7 QUEUE MAINTENANCE - CPU JOB PREDECESSORS ---------JOB: GSAJPWH2 CA-7#: 2502 MCNT: 001F-TYP-NUMBER-E-DESCRIPTION

  • 8/8/2019 CA-7-1

    7/17

    X SUB WAITING FOR SUBMIT TIME (16:45)

    PULL JCL FROM ALTERNATE LIBRARY:When a job comes into the request queue, CA-7 will first search the alternatelibrary for the JCL. If the member name is found in the alternate library, the JCLwill be pulled from there. If the member is not in the alternate library, then CA-7will search the champ JCL library.JCL Library JCL IDPGSAJ.SSBCH.JCLPDS 013PGSAJ.SSBLB.DYNJCL 104 Alternate Library for 013The alternate library will be used for JCL overrides (e.g. coding the JCL to pull asource member from FIXLIB instead of PRODLIB.) It will also be used for anyJCL that gets written out from an ALC module (Draw, Catalog).We have EID write access to the alternate library.

    RELEASE A HOLD REQUIREMENT:To release a job that has been put on hold, enter the 'XQ' topline command to go tothe queue maintenance screen. Type an 'R' beside the job you want to release, andhit enter.(Note: Posting the hold requirement accomplishes the same thing as using theRelease.)

    ----------------- CA-7 QUEUE MAINTENANCE - CPU JOBS STATUS ----------------F-JOBNAME--CA7#GSAJPWH3 2877 JOB: GSAJP*GSAJPWH5 2843 SEQ: ENTRYGSAJPWH1 2833 QUEUE: REQGSAJPWH2 2873 LIST: ALLGSAJPWH4 2874GSAJPDH1 2876 FUNCTIONS:R GSAJPWDE 2773 C=CANCELF=RESTART

    H=HOLDJ=JCLOVRDP=RSVPQ=REQUEUER=RELEASES=SUBTM OFFU=UPDATE

  • 8/8/2019 CA-7-1

    8/17

    V=VERIFYX=RQMT POSTE=EDIT QJCLPROGRAM: QM20 MSG-INDX: 00 -- QM.1-X -- 98.028 / 20:29:50MESSAGE: ENTER FUNCTION IN 'F' FIELD OR ENTER A COMMAND ONTHE TOP LINE

    REQUEUE A JOB:The easiest way to requeue a job is with the requeue command:REQUEUE,JOB= jobnumber or jobnameYou can also accomplish this through the queue maintenance screen. Type the XQtop line command to get to the CA-7 Queue Maintenance Screen. Tab down to the

    job you want to requeue, type a 'Q' beside it, and hit the Enter key. Note: If the job is in another queue, you can use the XQ,Q=RDY command to get

    to the ready queue, or use the XQ,Q=ACT command to get to the active queue.

    ----------------- CA-7 QUEUE MAINTENANCE - CPU JOBS STATUS -----------------F-JOBNAME--CA7#GSAJPF24 2459 JOB: GSAJP*GSAJPDH1 2449 SEQ: ENTRYGSAJPWH5 2450 QUEUE: REQGSAJPWH3 2451 LIST: ALLGSAJPWH4 2454GSAJPPD2 2384 FUNCTIONS:GSAJPBDH 2386 C=CANCELGSAJPBH5 2431 F=RESTARTGSAJPWH1 2430 H=HOLDQ GSAJPWH2 2433 J=JCLOVRDGSAJPF37 2480 P=RSVPQ=REQUEUER=RELEASES=SUBTM OFF

    U=UPDATEV=VERIFYX=RQMT POSTE=EDIT QJCLPROGRAM: QM20 MSG-INDX: 00 -- QM.1-X -- 98.028 / 16:10:38MESSAGE: ENTER FUNCTION IN 'F' FIELD OR ENTER A COMMAND ONTHE TOP LINE

  • 8/8/2019 CA-7-1

    9/17

    RESTART A JOB:Type the XQ top line command to get to the CA-7 Queue Maintenance Screen.Tab down to the job you want to restart, type an 'F' beside it, and hit the Enter key.

    ----------------- CA-7 QUEUE MAINTENANCE - CPU JOBS STATUS -----------------F-JOBNAME--CA7#GSAJPF24 2459 JOB: GSAJP*GSAJPDH1 2449 SEQ: ENTRYGSAJPWH5 2450 QUEUE: REQGSAJPWH3 2451 LIST: ALLGSAJPWH4 2454GSAJPPD2 2384 FUNCTIONS:

    GSAJPBDH 2386 C=CANCELGSAJPBH5 2431 F=RESTARTGSAJPWH1 2430 H=HOLDF GSAJPWH2 2433 J=JCLOVRDGSAJPF37 2480 P=RSVPQ=REQUEUER=RELEASES=SUBTM OFFU=UPDATEV=VERIFYX=RQMT POSTE=EDIT QJCLPROGRAM: QM20 MSG-INDX: 00 -- QM.1-X -- 98.028 / 16:10:38MESSAGE: ENTER FUNCTION IN 'F' FIELD OR ENTER A COMMAND ONTHE TOP LINE

    (Note: If the job is not in the ready queue, you will have to requeue the job beforeit can be restarted.)

    The next screen displayed will be the "CPU JOB IN RESTART STATUS" screen.Enter your reason for restarting the job, type an 'X' beside RESUBMIT FOR PRODUCTION, and hit enter.

    -------- CA-7 QUEUE MAINTENANCE - CPU JOB IN RESTART STATUS ---------JOB: GSAJPWH2 CODE: JCL-ERROR LAST-STEP MCNT: 001

  • 8/8/2019 CA-7-1

    10/17

    CA-7#: 2433 JES#: 20505 NODE-NAME: LOCALREASON: JOB NOT RUN DUE TO ERROR. RESUBMIT PER SE.-- X -- RESUBMIT FOR PRODUCTION-- -- FORCE COMPLETE...{The rest of this screen contains CA-11 restart options.DO NOT UNDER ANY CIRCUMSTANCES RESTART USING ANY OFTHESE OPTIONS!!!Our jobs are not set up for CA-11 restart and you can screw up royally.}

    VIEW JOBS IN REQUEST QUEUE:XQ -> Lists all jobs in request queue (but only the jobs you have ACF2 authorityto view)XQJ -> Lists jobs in jobname sequenceXQM -> Lists jobs and a summary of job requirementsTo view the jobs in other queues add Q=queue parameter Eg: XQ,Q=RDY to view the ready queueXQ,Q=ACT to view the active queue

    CA-JCL check:Use the LJCK command to list JCL for a CA-7 job. JCL is fetched from the libraryindicated on the DB.1 panel or its alternate. LJCK keyword values for DATE,TIME, and SCHID may affect the display if scheduled overrides such as #JI and#JO are used. If the CA-Driver procedures are used, LJCK displays CA-Driver JCL modifications.

    Syntax:

    LJCK,JOB=jobname,DATE=YYDDD,TIME=hhmm,SCHID=nnnDATE, TIME and SCHID parameters are optional.

    The execution JCL for the specified job will be evaluated by CA-JCLCheck and allJCL substitutions, procedure expansions, errors, and other messages returned byCA-JCLCheck will be displayed inline following the relevant execution JCLstatements.

  • 8/8/2019 CA-7-1

    11/17

    CA-7 JCL overrides:

    #JI OverridesIndicates the statement are to be included based on the specified schedulingcriteria.

    #JO OverridesIndicates the statements are to be omitted based on the specified schedulingcriteria.

    #JENDIndicates the end of a set of override control statements

    #SCCStatements placed within the JCL to define step level condition code tests used todetermine whether the job completed successfully. To use these statements, the jobmust be defined on the DB.1 screen with a condition code of 0 (zero) and therelational operator of #S.

    Additional overrides and examples may be found in the CA-7 DatabaseMaintenance Guide Section 10.

    CA-7 Commands

  • 8/8/2019 CA-7-1

    12/17

    /DISPLAY,ST=JCLUse this command to obtain information about the JCL libraries attached to theCA-7. The ST=JCL parameter provides the information about the JCL libraries andtheir associated ID number.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    /DISPLAY,PRINT=SCHUse this command to obtain the information about Schedule Scan (SSCAN). ThePRINT=SCH provides the information about SSCAN such as INCR, SPAN,QDWELL intervals and the next run.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    CANCELCANCEL,JOB=jobname or job number,FORCE=YES,REASON=textCancels job out of CA-7 Request Queue.If job is in the Ready or Active queues, cancelling it in CA-7 would not prevent the

    job from running. It would only prevent CA-7 from tracking the job. If you need tocancel a job that is awaiting execution (ready queue) or executing (active queue),cancel it from SAM or call the operator and have them cancel the job.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    DEMANDHDEMANDH,JOB=jobname,SCHID=nnnUse this command to request a job to run in CA-7. This command will place aHOLD on the job which must be posted. A reason will be required. The SCHID

    parameter should be nnn if triggering is not to be done. If triggering is needed, then

    the appropriate SCHID should be supplied. Caution should be used whenexecuting jobs from the batch cycle during the day. Doing so could cause problemsduring the next nightly cycle.See also RUNH

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

  • 8/8/2019 CA-7-1

    13/17

    FJOB,FROM=,TO=FJOB,FROM=(mmddyy,hhmm),TO=(mmddyy,hhmm),SYS=GSAJKJUse this command to obtain forecasted job execution information for jobs in aspecified system for a specified date and time period.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    FJOB,SPAN=FJOB,SPAN=hh,SYS=GSAJKJUse this command to obtain forecasted job execution information for jobs in aspecified system for a specified future time span in hours.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    * * * *

    FSTRUC,JOB=FSTRUC,JOB=jobname,LIST=ALLUse this command to obtain job flow structure information for a job. TheLIST=ALL parameter provides the job trigger relationships and the elapsed time of each job

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    LACT,JOB=LACT,JOB=jobname or SYS=sysnameUse this command to obtain CA-7 information on jobs in the active queue. TheJOB=jobname parameter can be a specific job or can be a generic mask such asJOB=GSAJ*. The SYS=system name parameter can be either an * indicating allsystems or the value must be a specific system name.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    * * * *

    LDSN,DSN=LDSN,DSN=dataset name or dataset number,LIST=ALLUse this command to obtain information about a dataset. The DSN parameter can

    be used with the dataset name or dataset number if known. The LIST=ALL parameter provides information about the dataset, the using jobs and any

  • 8/8/2019 CA-7-1

    14/17

    documentation entries.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    LJCL,JOB=LJCL,JOB=jobnameUse this command to review the JCL contained in the associated JCL library.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    LJOB,JOB=LJOB,JOB=jobname,LIST=ALL or LIST=TRIG

    Use this command to obtain miscellaneous information about a job. TheLIST=ALL parameter provides information about the job requirements, triggersand characteristics or attributes.LIST=TRIG parameter provides information aboutthe job triggers.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    LQ,JOB=LQ,JOB=jobnameUse this command to obtain CA-7 information on the jobs in the ready, request andactive queues

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    LQ,JOB=,ST=ABNDLQ,JOB=jobname,ST=ABNDUse this command to obtain CA-7 information on the jobs in the request that are in

    abend status.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    LQ,JOB=,ST=LATELQ,JOB=jobname,ST=LATE

  • 8/8/2019 CA-7-1

    15/17

    Use this command to obtain CA-7 information on the jobs in the request that are inlate status.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    LPROS,JOB=LPROS,JOB=jobnameUse this command to review the prose for a job.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    LPRRN,JOB=

    LPRRN,JOB=jobname,LIST=ALLUse this command to review the last run of a job. The information is obtained fromthe prior-run queue. The LIST=ALL parameter is optional and provides all datarelative to the queue.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    LRLOG,SPAN=,SYS=LRLOG,SPAN=hh,SYS=system nameUse this command to review the run log information for jobs in a specified systemfor the specified span of time in hours.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    LSCHD,JOB=LIST=LSCHD,JOB=jobname,LIST=SIDnnn or LIST=BYSIDUse this command to obtain information about the schedule(s) for a job. The

    SCAL=SIDnnn parameter provides the schedule information for a specificschedule identifier (SCHID). (The nnn in the SIDnnn should be the SCHID.) TheLIST=BYSID parameter provides scheduling information for all SCHIDs. This isuseful if a job has multiple SCHIDs. A month-by-month calendar is displayed for

    both parameters.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  • 8/8/2019 CA-7-1

    16/17

    * * * *

    REQUEUE,JOB=REQUEUE,JOB=jobname,Q=ACT or Q=RDYUse this command to move a member from one the ready or active queue to therequest queue. The Q=queue name parameter is optional. If the Q=queue name

    parameter is not used, then the RDY and ACT queues are both searched. Thiscommand must be used whenever a job enters the request queue in skeleton mode(no JCL attached to job).

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    RUNH,JOB=

    RUNH,JOB=jobnameUse this command to execute a special run of a job so that requirements will not be

    posted, and jobs will not be triggered. This command places a HOLD on the jobwhich must be posted.Note that any mutually exclusive conditions the jobs have(which are requirements) will not take effect.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * * *

    XQJ,JOB=XQJ,JOB=jobname,Q=REQ or Q=RDY or Q=ACTUse this command to review and/or perform actions on the request queue. TheJOB=jobname parameter may be a specific jobname or generic such asJOB=GSAJKN*. The Q=queue name parameter is optional and the queue namemay be REQ (request), RDY (ready) or ACT (active). The list is displayed in

    jobname sequence. If no members are found matching the jobname criteria, theQUEUE MAINTENANCE panel is displayed.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    * * * *

    XQM,JOB=XQM,JOB=jobname,Q=REQ or Q=RDY or Q=ACTUse this command to review and/or perform actions on the request queue. TheJOB=jobname parameter may be a specific jobname or generic such asJOB=GSAJKN*. The Q=queue name parameter is optional and the queue name

  • 8/8/2019 CA-7-1

    17/17

    may be REQ (request), RDY (ready) or ACT (active). The list is displayed in jobname sequence and a summary of the requirements is displayed. If no membersare found matching the jobname criteria, the QUEUE MAINTENANCE panel isdisplayed.

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ** * *