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

how to execute JSCAN in batch mode.


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

New User


Joined: 20 Jun 2005
Posts: 3
Location: Bangalore,india.

PostPosted: Fri Oct 12, 2007 10:05 am
Reply with quote

Hi,

I would like to perform JEM/JSCAN operation in a batch mode. Could some one help me with the kind of JCL to use for this operation.
I will be having some number of jcls in a pds. I need to find which jcls are having jem errors. My plan is to write a JCL to do jem for each of those jcls.

Please let me know any otherways also.

Rgds,
Suresh.
Back to top
View user's profile Send private message
nuthan

Active User


Joined: 26 Sep 2005
Posts: 146
Location: Bangalore

PostPosted: Fri Oct 12, 2007 10:11 am
Reply with quote

You can use TYPERUN = SCAN in your job card. Check in your organization is there any tools or keywords to check the JCL syntax.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Fri Oct 12, 2007 10:15 am
Reply with quote

Nuthan,

Quote:
You can use TYPERUN = SCAN in your job card

From where did you get TYPERUN. Did you try this before suggesting?
Back to top
View user's profile Send private message
nuthan

Active User


Joined: 26 Sep 2005
Posts: 146
Location: Bangalore

PostPosted: Fri Oct 12, 2007 10:19 am
Reply with quote

Its TYPRUN = SCAN.
Sorry for typo error
Back to top
View user's profile Send private message
hemanth.nandas

Active User


Joined: 18 Aug 2007
Posts: 120
Location: India

PostPosted: Fri Oct 12, 2007 10:47 am
Reply with quote

Hi All,

Quote:
TYPRUN = SCAN


It works only for current Job, I mean JCL you are coded this.

Quote:
I will be having some number of jcls in a pds. I need to find which jcls are having jem errors.


As above statement, I don't how to do it(as my knowledge limited), But We can check all the JCL by Coding TYPRUN = SCAN in every job.

Just like this,

Code:
//JOB001 JOB  MGSCLASS=A,CLASS=O,NOTIFY=&SYSUID,TYPRUN=SCAN


Use above type of Job Card.

But If in your shop, If they are using Tool for the same you can also do same.

We are using PREPARE JCL in our shop. Ask your people for tools whether are they using any Tools for the same?
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
Search our Forums:

Back to Top