View previous topic :: View next topic |
Author |
Message |
petluri Beginner

Joined: 05 Dec 2002 Posts: 19 Topics: 5 Location: Virginia, USA
|
Posted: Thu Mar 11, 2004 7:32 am Post subject: PROG 403 Error for CICS Programs |
|
|
Hi All,
I am getting this PROG 403/PROG 402 errors when I am testing my CICS programs.Can any one tell me how to solve these kind of problems?
Regards,
Sreeni |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Mon Mar 15, 2004 2:03 am Post subject: |
|
|
You are sending data to your terminal that is not 3270 datastream data. This usually happens when you send a field that has not been initialized or filled with correct data. Usually these are hex characters. Could also happen if you try sending ASCII data to the terminal. Another possibility is that your mask and program are not coordinated. |
|
Back to top |
|
 |
|
|