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

JCL TYPRUN=SCAN


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

New User


Joined: 08 Jul 2005
Posts: 4

PostPosted: Thu Sep 08, 2005 10:59 am
Reply with quote

Hi,

When TYPRUN=SCAN is given, jcl errors are not shown in the job output queue.
For eg : This is the job :-
//IDCAMS JOB 7220,'JEXEC',CLASS=T,MSGCLASS=T,NOTIFY=&SYSUID,
// TYPRUN=SCAN
//STEP001 EXEC PGM=ICETOOL
//TOOLMSG DD SYSOUT=*
//DFSMSG DD SYSOUT=*
//DD1 DD DSN=EBL.ZZTEST.BLD11XO1.PM8,DISP=SHR
//TOOLIN DD DATA
COUNT FROM(DD1) EMPTY
/*

DD1 file is not existing, so giving disp=shr gives jcl error 8 on doing !jck.

But when typrun=scan is given and job is submitted, following is the output queue :-
NP DDNAME StepName ProcStep DSID Owner C Dest Rec-Cnt PAGE
JESMSGLG JES2 2 GALAKAL T LOCAL 10
JESJCL JES2 3 GALAKAL T LOCAL 8

JESJCL is just showing JCL and JESMSGLG is not showing any erros.

Where is the result of JCL scanning (CC=8, disp=shr but file not found) ?
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Thu Sep 08, 2005 5:26 pm
Reply with quote

From the manuals....

Quote:
TYPRUN=SCAN checks the JCL only through the converter, not the interpreter. The difference is that the converter basically checks all expressions to the LEFT of an equal sign plus SOME expressions to the right of an equal sign (and issues messages that start with IEFC), while the interpreter checks all expressions to the RIGHT of an equal sign (and issues messages that start with IEF). For example, a data set name containing a qualifier that exceeds eight characters,


Regards,

Priyesh.
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 Pipeline scan problem CICS 1
No new posts CICS TS 5.3 migr after DFHCSDUP UPGRA... CICS 6
No new posts Scan for Calls to DB2 IBM Tools 10
No new posts Using Wildcard for PDS names with PDS... CA Products 1
No new posts table scan can cause deadlock over RID? DB2 10
Search our Forums:

Back to Top