Hi All,
I am running into an issue with display a screen in IMS. As far as I can tell the underlying code runs successfully with no errors but when the screen gets launched I get XPROG 751 error. This is using 24x80 and 43x80 so I am getting the same error on both devices.
I read about the XPROG 751 error and it states that it occurs when the code is trying to send DBCS data (which I am not). I even had all the message values initialized (except for the transaction code of course) just before the ISRT call but still no luck.
Any help on this is greatly appreciated.
Thank You.
G
HELP...XPROG 751 ERROR
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: HELP...XPROG 751 ERROR
This is a DATA ERROR. It has nothing to do with the application. It has nothing to do with the screen size.
One or more of the bytes you are sending to the screen are not valid in the context they are used in. It could be the actual data values you are sending, or it could be how the map is defined. But something you are sending is not correct.
One or more of the bytes you are sending to the screen are not valid in the context they are used in. It could be the actual data values you are sending, or it could be how the map is defined. But something you are sending is not correct.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 1486
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 4
- 2125
-
by willy jensen
View the latest post
Tue Apr 20, 2021 1:26 pm
-
- 0
- 1218
-
by mehi1353
View the latest post
Tue May 28, 2024 2:42 pm
-
- 7
- 4002
-
by jcdm
View the latest post
Tue Jul 25, 2023 11:57 am
-
- 9
- 4781
-
by steve-myers
View the latest post
Sat Nov 13, 2021 12:17 am