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

Cics program is showing 'X PROG755' in Terminal Screen


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sen_1983us

New User


Joined: 21 May 2005
Posts: 21
Location: Hyderabad

PostPosted: Wed Nov 29, 2006 1:46 pm
Reply with quote

an online cics program is showing the following at bottom of the terminal screen.

X PROG755

does anyone have some information on this error situation?

and anuy one can suggest how to solve this problem
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 Nov 29, 2006 4:50 pm
Reply with quote

There is probably some low hex value (like x'0e') in the map. an uninitialized field?
Back to top
View user's profile Send private message
astro

New User


Joined: 08 Mar 2006
Posts: 3

PostPosted: Sat Dec 09, 2006 1:07 pm
Reply with quote

Hi,
Your CICS map tries to display a character which is not available in the character set of mainframe.

It is better to check all the values the map tries to display in the variable field. You can check them by writing some TSQ or using DISPLAY statement for each variable field of the map.
Mostly the error will come from some special or non-displayable characters.With this in mind, You need to identify potential list of fields.

Try to alter the special characters of each field (one by one) by some SUBSTRing manipulation commands & re-execute the transaction after each variable modification.

This way you can exactly locate which variable and character causing this error.

After wards identify the source of this value. If it comes from any DB2 Table or File then you need to change all the occurrences in the Table / File.

If you can not correct the source then live with some work around and also correct other programs which might try to display these values.

Hope this helps

Rgds
Astro
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top