JCL with CA-7 "schedule overrides"



Unicenter CA-7 Job Management: CA's workload automation tool for managing, visualizing, automating, optimizing applications

JCL with CA-7 "schedule overrides"

Postby regina » Wed Mar 24, 2010 8:55 pm

Hi,

Is there any way to list JCL with CA-7 "schedule overrides" only (#JI, #JO cards)?
I could find nothing in CA-7 Maintenace DB Guide.
I ran GRAPHD and got number of jobs w/# overrides had running for certain period of time,
but I need total number of CA-7 jobs using such JCL. Is it possible?

Thank you.
regina
 
Posts: 17
Joined: Wed Nov 04, 2009 11:48 pm
Has thanked: 0 time
Been thanked: 0 time

Re: JCL with CA-7 "schedule overrides"

Postby Robert Sample » Wed Mar 24, 2010 10:17 pm

Why not do an ISPF search of the job library for #J?
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: JCL with CA-7 "schedule overrides"

Postby regina » Wed Mar 24, 2010 10:50 pm

sorry, doesn't work.
use option 3 (UTILITIES), then 4 (DSLIST).
In library -- LOCATE string #JI and...
got bunch of JCL without Jcard.
What did I do wrong?

Thank you.
regina
 
Posts: 17
Joined: Wed Nov 04, 2009 11:48 pm
Has thanked: 0 time
Been thanked: 0 time

Re: JCL with CA-7 "schedule overrides"

Postby Robert Sample » Wed Mar 24, 2010 11:38 pm

Try ISPF 3.14
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: JCL with CA-7 "schedule overrides"

Postby regina » Thu Mar 25, 2010 12:02 am

Oh, no luck at all
3.14 --> Search String .. #JI
Data Set Name ... 'library.name'

and received list of ALL members

What's wrong now?

Thanks for your time and efforts
regina
 
Posts: 17
Joined: Wed Nov 04, 2009 11:48 pm
Has thanked: 0 time
Been thanked: 0 time

Re: JCL with CA-7 "schedule overrides"

Postby dick scherrer » Thu Mar 25, 2010 12:17 am

Hello,

and received list of ALL members
Is this truly ALL of the members or just most members?

Is it possible that the every member does have #JI - even if it is not used/active/commented?

The dataset may have been set up to easily handle overrides, so the question may not be "does the value exist" but rather "is it active"?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: JCL with CA-7 "schedule overrides"

Postby regina » Thu Mar 25, 2010 12:32 am

Yes, ALL
It is Indicated Row 00001 of 07162


Using 3.4 gives me exactly the same number .

And we have about 5-7% members with JCL override, but I need exact number

What else can be done?

Thank you.
regina
 
Posts: 17
Joined: Wed Nov 04, 2009 11:48 pm
Has thanked: 0 time
Been thanked: 0 time

Re: JCL with CA-7 "schedule overrides"

Postby dick scherrer » Thu Mar 25, 2010 12:35 am

Hello,

Sounds like the value (#JI) is in every member. . .

How else may the 5-7% with overrides uniquely be identified?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: JCL with CA-7 "schedule overrides"

Postby regina » Thu Mar 25, 2010 12:58 am

As example my test JCL with #JI

//RSDELAY JOB (000025,10),PRCL,
// CLASS=C,MSGCLASS=2
/*ROUTE PRINT REDUCE
//*
//STEP999 EXEC UCC7TRLR
//TRLR.SYSPRINT DD SYSOUT=*
//TRLR.SYSOUT DD SYSOUT=*
//SYSIN DD DATA,DLM=##
/LOGON
#JI,ID=10
DEMAND,JOB=RSTEST11,TIME=+0002,SCHID=10
#JEND

and another without, but both of them were selected

//RSWAIT60 JOB (000025,10),REG.,MSGCLASS=2,
// CLASS=C
/*ROUTE PRINT REDUCE
//*
//JSW20 EXEC MESSAGE,P='WAIT=60'
//SYSIN DD DUMMY,
// DCB=BUFNO=1
/*

I also tried search string UCC7TRLR - same result
regina
 
Posts: 17
Joined: Wed Nov 04, 2009 11:48 pm
Has thanked: 0 time
Been thanked: 0 time

Re: JCL with CA-7 "schedule overrides"

Postby dick scherrer » Thu Mar 25, 2010 1:20 am

Hello,

Hopefully, you begin the search this way:
                              Search-For Utility                 Strings found
Command ===>                                                                   
                                                                   More:     +
Search String  . . #JI                                                         
                                                                               
ISPF Library:                                                                 
   Project . . .                                                               
   Group . . . .          . . .          . . .          . . .                 
   Type  . . . .                                                               
   Member  . . .                 (Blank or pattern for member selection list, 
                                   "*" for all members)                       
Other Partitioned, Sequential or VSAM Data Set:                               
   Data Set Name . . . 'your.ca7.library(*)'                                   
   Volume Serial . . .           (If not cataloged)                           
                                                                               
Listing Data Set . . . SRCHFOR.LIST                                           
Data Set Password  . .           (If Search-For data set password protected)   
                                                                               
Enter "/" to select option               Execution Mode        Output Mode     
   Specify additional search strings     1  1. Foreground      1  1. View     
   Mixed Mode                               2. Batch              2. Browse   

When i search our ca7 library, it only returns info on the members that "match" the #JI. . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Next

Return to CA-7

 


  • Related topics
    Replies
    Views
    Last post