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

How do I resolve X752 error


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
syed-sameer-ahmed
Warnings : 2

New User


Joined: 22 Feb 2007
Posts: 45
Location: Bangalore

PostPosted: Wed May 05, 2010 10:14 pm
Reply with quote

Hi,

I am receiving a PROG752 error and I am unable to find the junk data in the program.

Please advise

Thanks,

SAMeer
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed May 05, 2010 10:28 pm
Reply with quote

If this is an initial map SEND, be sure to specify ERASE.

Otherwise, seek and ye shall find. There's no easy way to find non-displayable data unless you use CEDF and just prior to the SEND, flip to HEX (F2) and review the data.

If your MAP copybook has been redefined, all you need to be is one-byte off and a pesky non-displayable character could wind up in one of your displayable MAP data-fields.

You can also mess with this in CECI, providing this is a non-Production environment and you have access.

Bill
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu May 06, 2010 7:29 am
Reply with quote

as Bill suggests, you have problems with data stream being sent,

be sure to move low-values to the entire map area before populating
map data fields.

Use a debugger to look at data stream before the EXEC CICS SEND MAP is issued.
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 Need help to resolve a hard edit COBOL Programming 8
Search our Forums:

Back to Top