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

A004 - CATASTROPHIC ERROR IN MODULE


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
itjagadesh

New User


Joined: 05 Dec 2006
Posts: 89
Location: chennai

PostPosted: Fri Nov 28, 2008 10:23 am
Reply with quote

Hi Team,

Currently i am facing some catastrophic error in one of eazytrive program.

*******A004 CATASTROPHIC ERROR IN MODULE - A140 0A 13BA

In some manual it shows that we need to increase eazytrive file size(EZTVFM).
below is the one im using in my program
//EZTVFM DD DSN=&&TEMP,UNIT=(SYSDA,,DEFER),SPACE=(CYL,(1000,500)),
// DISP=(,DELETE,DELETE)


Can anyone please let me know the reason for catastrophic erro.

Jagadesh
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: Tue Dec 02, 2008 8:36 am
Reply with quote

Hello,

Quote:
Can anyone please let me know the reason for catastrophic erro.
Suggest you change the eztvfm dd to something like:
Code:
//EZTVFM   DD UNIT=SYSDA,SPACE=(CYL,(75,30),RLSE)

It is quite possible that the dsn and disp are causing a problem. Try this dd statement and post back what happens.
Back to top
View user's profile Send private message
itjagadesh

New User


Joined: 05 Dec 2006
Posts: 89
Location: chennai

PostPosted: Mon Dec 15, 2008 8:46 pm
Reply with quote

Hi Dick,

Thanks a lot.Its working fine for me by modifying //EZTVFM


Jagadesh
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: Tue Dec 16, 2008 1:24 am
Reply with quote

Good to hear it is working - thank you for letting us know icon_smile.gif

d
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 -> CA Products

 


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