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

ESPIE RESET Macro Error - 46D


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

New User


Joined: 09 Jan 2007
Posts: 28
Location: Chennai

PostPosted: Wed Mar 25, 2009 9:44 pm
Reply with quote

Guys,

We are trying to run an EZT program and getting S46D abend, Reason Code = 14.

Large number of input records are used for processing.

If we process with few number of records, the program is executing absolutely fine. This abend occurs only when processing large number of records.

We tried giving REGION=0M for the whole job, the result is same.

We also tried increasing EZTVFM size, the result is same.

EZT program logic:

Read two input files (INPT1 and INPT2) using GET statement (GET is used as both the files contain duplicate keys for matching) and match them on a particular key.

For each key matching from INPT1 on INPT2, store the records from INPT2 into an array and also process INPT2 records to set indicators on INPT2 and write output file OTP1.

Use the array later to decide on setting indicators for the record in INPT1 to write output file OTP2.

(Array size is 109 bytes and 500 occurrences)

The program code is really big to post it.

We could not relate the error to the program.

Any ideas please?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Mar 25, 2009 9:49 pm
Reply with quote

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA1H731/2.402?SHELF=EZ2MO901&DT=20000407064116&CASE=

I would contact CA support
unless Your storage is badly clobbered, ( array index overflow )
Back to top
View user's profile Send private message
satheeshkamal

New User


Joined: 09 Jan 2007
Posts: 28
Location: Chennai

PostPosted: Wed Mar 25, 2009 9:54 pm
Reply with quote

Thanks enrico,

Quote:
14
The ESPIE RESET macro passed an incorrect TOKEN parameter. TOKEN is incorrect for one of these reasons:

The TOKEN itself is not valid.

The exit that the TOKEN represents has been deleted


What is meant by TOKEN parameter?

Could you explain what actually this message is trying to point?

Thanks very much.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Mar 25, 2009 10:02 pm
Reply with quote

the message implies that some parameters used to process the ESPIE macro were wrong

read the ESPIE macro docs for the exact meaning of the term

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2A671/CCONTENTS?SHELF=IEA2BK81&DN=SA22-7605-09&DT=20080117104757

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2A780/CCONTENTS?SHELF=IEA2BK81&DN=SA22-7606-09&DT=20080125033741

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2A780/94.1.8?SHELF=IEA2BK81&DT=20080125033741&CASE=
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: Wed Mar 25, 2009 11:25 pm
Reply with quote

Hello,

Suggest you look for the solution in the application code. Things like the ESPIE and TOKEN are not really the problem but rather the symptom.

The application code has "run amuck" somehow and the abend is the result of this (most likely).

If you cannot isolate the problem by experimenting with different versions of the application code, you may want to open an issue with CA support (as previously suggested).
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 PRINTOUT macro PL/I & Assembler 0
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top