IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Mass JCL check/scan


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
findmadhav

New User


Joined: 02 May 2006
Posts: 7

PostPosted: Tue Apr 20, 2010 1:04 am
Reply with quote

Hi All,

Is there a way that I can do a mass JCL check/scan on say 500 JCLs in a pds for errors? I do not want to go and check each of the JCLs individually.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Apr 20, 2010 1:07 am
Reply with quote

You neglected to mention what product you're using for the checking/scaning. I'm pretty sure that any of the major ones allow for full batching of JCL checks.
Back to top
View user's profile Send private message
findmadhav

New User


Joined: 02 May 2006
Posts: 7

PostPosted: Tue Apr 20, 2010 1:39 am
Reply with quote

we use !JCK here
Back to top
View user's profile Send private message
pkmurali
Warnings : 1

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Tue Apr 20, 2010 11:41 am
Reply with quote

Hope !JCK must be an CLIST or edit macro, just write an REXX program to open the pds and apply the rexx program using edit macros, such that for each and every jcl's can be scanned.

Hope this helps.

Thanks,
Murali.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Apr 20, 2010 11:50 am
Reply with quote

!JCK is used with CA JCLCHECK, so all info will be in the CA manual(s).
Back to top
View user's profile Send private message
santu67159

New User


Joined: 13 Oct 2006
Posts: 2

PostPosted: Mon May 17, 2010 12:01 pm
Reply with quote

Do merge of all pds members to a single member using sort utility and do !jck to check/scan of jcls.
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Mon May 17, 2010 12:17 pm
Reply with quote

findmadhav wrote:
we use !JCK here

Hi,
Use JCLCHECK in batch mode..
Something like..
Code:

//JCLCHECK  EXEC  PGM=JCLCHECK,PARM='O(OPTS)'
//STEPLIB   DD  DSN=***.***.***.***LIB,DISP=SHR         
//SYSPRINT  DD  SYSOUT=*                                   
//SYSTSPRT  DD  SYSOUT=*                                   
//SYSTERM   DD  SYSOUT=*                                   
//SYSGRAPH  DD  SYSOUT=*,DCB=(RECFM=FBA,LRECL=133,BLKSIZE=1
//£NOSTDIN  DD  DUMMY,DCB=BLKSIZE=80                       
//SYSRDR    DD  SYSOUT=(A,INTRDR)                         
//OPTS      DD  *                                         
AUTOP                                                     
PDS                                                       
//SYSIN     DD  DSN=PDS.WITH.JOBS.TO.SCAN,DISP=SHR           
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Mon May 17, 2010 12:20 pm
Reply with quote

santu67159 wrote:
Do merge of all pds members to a single member using sort utility

Its not so straight... icon_neutral.gif
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon May 17, 2010 4:16 pm
Reply with quote

Escapa wrote:
santu67159 wrote:
Do merge of all pds members to a single member using sort utility

Its not so straight... icon_neutral.gif

I would love to know if the suggestor has actually tried this before posting .....

any bets icon_lol.gif
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Mon May 17, 2010 5:58 pm
Reply with quote

expat wrote:
I would love to know if the suggestor has actually tried this before posting .....

any bets icon_lol.gif

Am sure too.. .My 10 £
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts How to check whether who renamed the ... JCL & VSAM 3
No new posts No ++JCLIN, APPLY CHECK job JCL & VSAM 1
No new posts EMPTY file check scenario JCL & VSAM 6
Search our Forums:

Back to Top