View previous topic :: View next topic |
Author |
Message |
MFdigger Beginner
Joined: 09 Sep 2005 Posts: 124 Topics: 52 Location: Chicago
|
Posted: Sun Jun 08, 2008 6:51 pm Post subject: Routing the data to the Screen? |
|
|
Hi All,
I have to modify a program with a minor change just with a MOVE statement.
I have to test the program as per the Process. In this program, we have the CHNG function which is directing the output to the printer. The Printer is not at our location.
In order to test the program, I thought I can move the LTERM (obtained from I-O-PCB) value to the CHNG function so that the output can be routed to the screen.
Not sure if this works out for me but I'm facing with A1 status code when I'm xpediting the program.
Coudl some one please help me If I'm doing some thing wrong
here.  _________________ Tx
Digger |
|
Back to top |
|
 |
hari_uss Beginner
Joined: 19 Dec 2002 Posts: 78 Topics: 6 Location: Trivandrum, India
|
Posted: Mon Jun 09, 2008 7:04 pm Post subject: |
|
|
A1 return code for a CHNG call to an alternate I/O PCB indicates that the transaction or device named in the CHNG call is not defined. What you need to is to define the transaction or device or to ensure that the program is using the correct name in the CHNG call. |
|
Back to top |
|
 |
|
|