View previous topic :: View next topic |
Author |
Message |
mnandakumar Beginner
Joined: 09 May 2007 Posts: 22 Topics: 14
|
Posted: Fri Jul 13, 2007 4:58 am Post subject: PROG754 error in CICS |
|
|
Hi
In CICS screen when we try to enter the TRAN id it enters into another transaction but the MAP remains the same.
This is not the condition every time.It occurs in location and not in another location.
Moreover at the bottom of the terminal we get PROG754 error . Could anyone explain this?
Thanks in advance. |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Fri Jul 13, 2007 5:18 am Post subject: |
|
|
are you doing a clear, the receive map prgm doing an erase then return with no id, then enter tranid in upper left then enter
or
are you entering a tranid in a MAP? Is your receive map pgm have logic to xctl to the appropriate module.
PROG754 is that not a 3270 error? and does it not come with a send map. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
mnandakumar Beginner
Joined: 09 May 2007 Posts: 22 Topics: 14
|
Posted: Fri Jul 13, 2007 5:46 am Post subject: |
|
|
Hi
I could not get u. I am trying to enter an tranid SECU and XCTL to another program which has the tranid SEC3. But the map does not get transferred.It remains in the same map that coreesponds to SECU. |
|
Back to top |
|
 |
CICS Guy Intermediate
Joined: 30 Apr 2007 Posts: 292 Topics: 3
|
Posted: Fri Jul 13, 2007 5:50 am Post subject: |
|
|
The PROG754 may be a result of garbage in the last map sent (by SECU).....Without manually resetting the terminal, no other map will get displayed..... |
|
Back to top |
|
 |
Earl Beginner
Joined: 09 Jun 2007 Posts: 26 Topics: 1
|
Posted: Wed Aug 01, 2007 4:09 pm Post subject: |
|
|
as CICS Guy identified, if you are gettting progxxxx , then program is trying to send a map with bad data (normally , non-displayable characters).
From your desrciption, it sounds like SEC3 is trying to display a map or text message the has bad data.
Use CEDF or if you have another debugger to track what is going on. |
|
Back to top |
|
 |
|
|