How do I check my CA7 schedule?

LJOB,JOB=ABCD1234,LIST=SCHD will provide you with the information about the different schds for the job and which days (weekly, daily, etc) the job runs for each schd. LIST=ALL should have provided this if you scrolled through enough screens.

How do I trigger a job in CA7?

In the Mainframe Graphs section, to the right of the Explore Projects view, double-click CA7 Job Triggering Flow to display the CA7 Job Triggering Flow wizard. The Available CA7 Jobs area displays the CA7 jobs available for graph generation. Use the Name field to filter the contents of the list.

Which command in CA7 is used to list last run job information?

Tags

CA7 COMMAND DEFINITION
,LIST=RQJOB Displays job predecessors (this job’s pre-requisites).
,LIST=RQUSR Displays manual USR requirements.
LPRRN,JOB=xxxxxxxx,LIST=ALL Lists date of most recent run on CA7.
LQ,SEQ=JOB Displays all jobs (in alphabetical order) currently in the queue.

Which command is used to put a job in hold in CA7?

HOLD,JOB=jobname | THE REQUEST QUEUE.

What is Schid in CA7?

another schedule ID. The schedule ID is defined in the SCHID field on the Job Schedule Parameter Edit screen. when you schedule the job. It is then entered on the screens where you define triggers and. requirements.

How do I hold a job in mainframe?

Use the $H job command to hold a specific job or a range of jobs. For example, issuing $H J5-8 places batch jobs 5, 6, 7, and 8 in hold status. The current status of the indicated jobs is displayed in the $HASP890 message. The $A job command releases specified jobs in the same manner.

How do you add negative dependency in CA7?

If you’re a CA7 developer, you can define a negative dependency by prefixing the predecessor Job name with a /. It is recommended that a negative dependency definition be applied to both (or all) jobs in the set to ensure that this applies regardless of which job enters the Queue/s first.

How do you release a hold job in JCL?

Use the $A A command with the same parameters to release the held jobs. Use the $H job command to hold a specific job or a range of jobs. For example, issuing $H J5-8 places batch jobs 5, 6, 7, and 8 in hold status.

What is schedule ID in CA7?

CA7 JOB# is just a number XA7 attributes for any jobs running in CA7. It is different that the one in JES2. Schedule Ids are 1 to 3 digits numbers that are used to identify scheduling variations. These variations allow to schedule the same job in different ways.

What is Qtm in CA7?

The following are an explanation of the acronyms used in this knowledge document: DOTM (due-out time) DLTM (deadline start time) LDTM (lead time) SBTM (submit time) QTM (queue time)

What is Typrun hold in JCL?

JCL TYPRUN parameter is optional keyword parameter which can be used for – Specifying whether a job is to be kept on hold until the job is requested to be released.

How do I release a job from Sdsf?

Use the $A A command with the same parameters to release the held jobs. Use the $H job command to hold a specific job or a range of jobs. For example, issuing $H J5-8 places batch jobs 5, 6, 7, and 8 in hold status. The current status of the indicated jobs is displayed in the $HASP890 message.