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

To check Jobs in batch mode


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ganeshcet

New User


Joined: 25 Jan 2007
Posts: 11
Location: New York

PostPosted: Thu Jan 25, 2007 10:48 am
Reply with quote

Hi all
Normally we use different tools to check JCL syntax,like JJ, JCLPREP, !JCK which lists out all the messages on the screen itself. Is they any utility which does the syntax check in batch mode? I have to check around 80 Jobs whether their syntax is right or wrong.Please let me know.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Jan 25, 2007 12:01 pm
Reply with quote

Don't know about the others, but !JCK (which is an edit macro provided with CA-JCLCheck) comes with a batch interface. Here's what the fine manual says:
Quote:
2.1 Running CA-JCLCheck in Batch
CA-JCLCheck execution in the background (batch) permits you to display
CA-JCLCheck output on the JES spool and also use the JES subsystem to print output
on local and channel attached printers.
To invoke CA-JCLCheck in batch mode, use the sample JCL provided in member
Z1EXJCHK in the SAMPJCL data set. This member uses the CAZ1JCHK JCL
procedure located in CAIPROC to execute the JCLCheck program.
Once you tailor this JCL, all you need to do is submit it for processing. When
processing is complete, the primary reports appear in the SYSPRINT DD as referenced
in the CAZ1JCHK procedure library member.
Note: The CAZ1JCHK procedure is usually prepared by the person responsible for
installing CA-JCLCheck. This JCL usually remains constant. The programmer
using CA-JCLCheck usually tailors the PROC symbolics in the Z1EXJCHK
member.
To tailor the Z1EXJCHK JCL member to run CA-JCLCheck against a JCL member in
batch you need to complete three basic steps. These steps are:
■ Accessing member Z1EXJCHK
■ Modifying member Z1EXJCHK
■ Executing member Z1EXJCHK to scan a group of JCL members
To complete the tasks required to submit JCL in batch, follow the instructions on the
following pages.


O.
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu Jan 25, 2007 1:31 pm
Reply with quote

ProJCL - With this you can do JCL check in batch mode.

If you dont have any utility, then just use TYPRUN=SCAN in Jobcard.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts HILITE on Browse mode? TSO/ISPF 2
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts SCOPE PENDING option -check data DB2 2
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts How to create a list of SAR jobs with... CA Products 3
Search our Forums:

Back to Top