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

Jcl abends and error messages


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

New User


Joined: 11 Feb 2008
Posts: 49
Location: chennai

PostPosted: Thu Aug 14, 2008 3:20 pm
Reply with quote

Hi,
One can generate a complete listing of compiler diagnostic messages, with their explanations, by compiling a program with the program-id of ERRMSG specified in the PROGRAM-ID in cobol,
paragraph.
EX:
IDENTIFICATION DIVISION
PROGRAM-ID.ERRMSG.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION.
STOP RUN.


do we have anything like this to view the jcl error messages.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Aug 14, 2008 3:43 pm
Reply with quote

JCL error messages means a lot of things. but that is because you are missusing the word JCL.

What you mean to say is, is there a place where we can find documentation for all messages found in the JES output.


No, other than looking at the documentation or
the ibm site lookat _ www-03.ibm.com/servers/eserver/zseries/zos/bkserv/lookat/

or go here publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/library
and search for MVS Messages.

check the downloads 'button' at the top of the page for a little application that this site offers for free - abendaid or something like that.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Fri Aug 15, 2008 6:46 pm
Reply with quote

Scroll up on this panel to the grey stripe at the top and click on "IBM Manuals", then scroll down on that page to the bottom and you'll see a section called "Messages and Codes".

That should be enough msgs to get you started.
Back to top
View user's profile Send private message
krithikaj

New User


Joined: 10 Aug 2008
Posts: 45
Location: India

PostPosted: Mon Aug 18, 2008 3:55 pm
Reply with quote

You can type JCLCHK or JEM and get the JCL messages.

Regards,
KJ
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Aug 18, 2008 4:01 pm
Reply with quote

krithikaj wrote:
You can type JCLCHK or JEM and get the JCL messages.
Should these be considered "equivalent" to ERRMSG.. icon_confused.gif
Back to top
View user's profile Send private message
krithikaj

New User


Joined: 10 Aug 2008
Posts: 45
Location: India

PostPosted: Mon Aug 18, 2008 4:05 pm
Reply with quote

Yes, this command will give you the error messages( error/warning/advisory).

Regards,
KJ
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top