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

Facing problem in MAP Compile JCL


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

New User


Joined: 16 Aug 2009
Posts: 60
Location: chennai

PostPosted: Fri Mar 11, 2011 3:41 pm
Reply with quote

Hi All,

During the MAP compile i am facing problem.Following is the JCL

Code:
//IGMM201M JOB CLASS=X, NOTIFY=&SYSUID, PRTY=15,
//                   MSGCLASS=X           
//S1   EXEC  DFHMAPS,MAPNAME=T201AS1,OUTC='*',                     
//        MAPLIB='IGMMMST.CICS.LOADLIB',   <= CICS LOAD-PHYS MAP
//        DSCTLIB='IGMM201.IGMME.DSECT'   <=COPY SYMBOLIC MAP
//COPY.SYSUT1 DD DSNAME=IGMM201.IGMME.CICS(T201AS1),
//                   DISP=SHR       
//SYSPRINT DD SYSOUT=*                                             
//SYSOUT DD SYSOUT=*                                               
//                                                                 

I am not finding any error or compiled spool output.

Thanks .
Shreejita
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Mar 11, 2011 3:48 pm
Reply with quote

Since you didn't tell us what kind of problem you're having, we're not likely to randomly guess it. Psychic day was Wednesday this week.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Mar 11, 2011 3:49 pm
Reply with quote

Code:
//IGMM201M JOB CLASS=X, NOTIFY=&SYSUID, PRTY=15,
//                   MSGCLASS=X           
looks suspicious,
the space before notify makes the rest of the <parameters> comments
the output will be routed to the default msgclass which we do not know
for further insight the best place to ask would be Your support
Back to top
View user's profile Send private message
shreejita

New User


Joined: 16 Aug 2009
Posts: 60
Location: chennai

PostPosted: Fri Mar 11, 2011 3:58 pm
Reply with quote

Thanks for the prompt reply.

The spaces between JOb card is correct but i am getting following statements in spool but no where the kind of error or cause is mentioned
Code:

     JESMSGLG JES2                 2 IGMM201  X LOCAL                   10
     JESJCL   JES2                     3 IGMM201  X LOCAL                  121
     JESYSMSG JES2                 4 IGMM201  X LOCAL                    2

In JESYSMSG its saying procedure expanded
Code:
STMT NO. MESSAGE                                                     
       2 IEFC001I PROCEDURE DFHMAPS WAS EXPANDED USING SYSTEM LIBRARY SAMPLE.PROCLIB

In JESJCL no error.

thanks.
Shreejita
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Mar 11, 2011 4:04 pm
Reply with quote

Quote:
The spaces between JOB card is correct
horse manure!

the reply was based on Your statement
Quote:
I am not finding any error or compiled spool output.

remember... when You ask You get answers based on the information You provide

and not being able to find things, means that You are looking in the wrong place

if it was correct then You should see the <sysout> in class X
what happens when a colleague runs a similar job?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Mar 11, 2011 6:06 pm
Reply with quote

As enrico said, spaces beteen parameters is not allowed in JCL and will keep your job from running.

Furthermore, if you accurately posted your JCL, the MSGCLASS=X starts after column 16, which is the last column you're allowed to put the M in. This would also keep your job from running.

You may insist that these are not problems to keep your job from running, but until you correct them there's not much more for us to say. We look for the obviouis problems first and these are obviouis problems.
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 Mar 11, 2011 8:56 pm
Reply with quote

Hello,

If this is not yet working, you should post the JESMSGLG and JESJCL sysouts.
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts C Compile time time stamps Java & MQSeries 10
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
Search our Forums:

Back to Top