List of jobs that are set to No-Execute or made DUMMY

A lot of scripts ans example to extract information from Control-M tools.
Post Reply
User avatar
ayushT
Nouveau
Nouveau
Posts: 1
Joined: 22 Mar 2011 12:00

List of jobs that are set to No-Execute or made DUMMY

Post by ayushT » 22 Mar 2011 6:52

Hi,

Could anyone help me figure out a way to create a mainframe jcl to get the list of jobs that have been set to No-execute.

Report should have the jobname,memlib,overlib,task type.

Thanks,
AyushT

User avatar
rperaltaag
Nouveau
Nouveau
Posts: 7
Joined: 03 Feb 2011 12:00

Here you ate an example

Post by rperaltaag » 29 Mar 2011 11:40

MEMNAME DUMMY MEMLIB DUMMY
OWNER Z309278 TASKTYPE JOB PREVENT-NCT2 DFLT Y
APPL GROUP SOPOTE_TECNICO
DESC EJEMPLO PROCESO DUMMY

OVERLIB BMC.CTM.V7R0M00.OVERLIB STAT CAL
SCHENV SYSTEM ID NJE NODE
SET VAR
CTB STEP AT NAME TYPE
DOCMEM EJEMPLO DOCLIB BMC.CTM.V7R0M00.OPER.DOC
===========================================================================
SCHEDULE RBC
RELATIONSHIP (AND/OR) O
DAYS DCAL
AND/OR
WDAYS ALL WCAL
MONTHS 1- Y 2- Y 3- Y 4- Y 5- Y 6- Y 7- Y 8- Y 9- Y 10- Y 11- Y 12- Y
DATES
CONFCAL SHIFT RETRO N MAXWAIT 00 D-CAT
MINIMUM PDS

Post Reply