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

X Prog753 error: What could be the causes for this error


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
George Koshie

New User


Joined: 17 Jan 2007
Posts: 2
Location: India

PostPosted: Wed Mar 28, 2007 10:10 am
Reply with quote

Hello,
Program Description.
-------------------------
I have a CICS online program coded in COBOL which basically reads data from a DB2 table using a CURSOR and each record fetched is written to a TSQ until no more records are found. Subsequently the TSQ is read and each record is moved to the MAP and the MAP is SEND using CICS SEND MAP.
The MAP has some headear fields like date time userid function name etc which is filled each time before the SEND MAP. It also has a footer area which has an error message line, a commad line and a field to enter CURSOR value.
The detail portion of the MAP has 15 lines with just 3 alphanumeric fields, a field for selection, and 2 fields which dispalys values read from the TSQ.

Problem description.
-----------------------
The Map displays data with the 15 records initially. A subsequent PF8 also shows the next 15 records. But a subsequent PF7 (for scrollup) or a PF8 (for scroll down) results in X PROG753 error.

What could be the causes for this error??? Can anyone help.

What I have ensured so far is
1) data does not contain junk values.
2) Used the SSRANGE compiler option so that boundary conditions are ensured when processing the map detail area (an ARRAY of 15)
3) MAP itself is initialised with LOW-VALUES.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Mar 28, 2007 1:58 pm
Reply with quote

It sounds like that there is something (probably in the third send) that is doing an illegal command....
Back to top
View user's profile Send private message
George Koshie

New User


Joined: 17 Jan 2007
Posts: 2
Location: India

PostPosted: Wed Mar 28, 2007 2:25 pm
Reply with quote

The 3rd SEND follows the same path as the 2nd SEND and therefore an illegal command during the next PF8 or PF7 seems unlikely.

Do let me know if what I have understood from your suggestion is wrong.
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 -> CICS

 


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