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

getting X PROG 755 error


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

New User


Joined: 11 Nov 2005
Posts: 26

PostPosted: Mon Jun 12, 2006 4:30 pm
Reply with quote

Hi all,

when i'm trying to view a screen i'm getting X prog 755 at the bottom of the screen.

is this error due to data or prog error?
Back to top
View user's profile Send private message
kamran

New User


Joined: 01 May 2005
Posts: 55

PostPosted: Mon Jun 12, 2006 7:43 pm
Reply with quote

Hi,
As I remember it belong to a mismatch between map and data area's defined in your program and one or both of them could be in error!
Usually the data would be showed in the screen up to the field which has wrong attribute(numeric/alphanumeric) or wrong positon.
Check the definition of the map and the area which you defined for map copy book in your program and if there is not any error recompile them maybe it repairs the error!
Above is a hint and I wish it helps you.
Back to top
View user's profile Send private message
nankrish

New User


Joined: 11 Nov 2005
Posts: 26

PostPosted: Tue Jun 13, 2006 6:40 pm
Reply with quote

Hi Kamran,

Thanks for ur suggestion.

the data was having a junk value x'15' and it was causing the problem.

i edited that data and this time no error came.

is it possible to check if any non-displayable character comes that should be changed to spaces or any other displayable character
Back to top
View user's profile Send private message
kamran

New User


Joined: 01 May 2005
Posts: 55

PostPosted: Wed Jun 14, 2006 10:01 am
Reply with quote

Hi nankrish,

It is not a good idea to change any none displayable data to displayable character because some of them are attribute, position or other valid fields of the 3270 data stream.It is better to check the input with any valid charachter range including alphanumeric and special charachters and also valid 3270 data stream fields like cursor position, function codes and fields attribute and position.
Back to top
View user's profile Send private message
senthils

Active User


Joined: 15 Nov 2005
Posts: 117
Location: Chennai, India

PostPosted: Thu Aug 31, 2006 12:45 pm
Reply with quote

Hi kamran,

Is there anywhere I can fing a list of valid 3270 data stream fields/characters?

Because in our installation we are trying to simulate this type of abend and I need to know what type of data will cause this type of abend.
Back to top
View user's profile Send private message
kamran

New User


Joined: 01 May 2005
Posts: 55

PostPosted: Sat Sep 02, 2006 7:56 pm
Reply with quote

Hi,

Unfortunately I don't have any complete and reliable self explanatory document about 3270 data stream but you can find a useful short tutorial which is covered just 3270 data stream structure bellow:
http://www.tommysprinkle.com/mvs/P3270/
I hope it satisfies your needs
regards


senthils wrote:
Hi kamran,

Is there anywhere I can fing a list of valid 3270 data stream fields/characters?

Because in our installation we are trying to simulate this type of abend and I need to know what type of data will cause this type of abend.
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