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

How to add TYPRUN=SCAN to some jobs


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

New User


Joined: 18 Mar 2007
Posts: 44
Location: New Jersey,USA

PostPosted: Fri Jan 09, 2009 6:04 pm
Reply with quote

How can i add the TYPRUN=SCAN parameter at the end of the given jobs in JOBCARDS ?
Because the jobs given to me , had already ben coded with JOBCARDS. they had changed some parametersin the JCL , and they want me to confirm the JCL for any errors ?
Because i could not workout any logic where i can add the "
TYPRUN+SCAN" exactly at the end of the JOBCARDs!!
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jan 09, 2009 10:00 pm
Reply with quote

Hello,

FWIW - " TYPRUN=SCAN, " does not have to be exactly at the end of the job statement.

Many "standard" job statements use multiple lines. It may be easier to insert the TYPRUN=SCAN between lines, rather than trying to place it at the end.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri Jan 09, 2009 10:10 pm
Reply with quote

Easier yet, simply concatenate these stmnts to the end of the submitted jobstream to SCAN and override the NOTIFY msg back to you!
Code:
/*SCAN                         
/*NOTIFY yourid               
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 Finding and researching jobs All Other Mainframe Topics 0
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts Ca7 long running jobs report All Other Mainframe Topics 1
Search our Forums:

Back to Top