|
Cheers Mark,
I have created a very basic little program and service program that
illustrate the problem. They can be found at:
http://code.midrange.com/af2d3f1902.html
Thanks,
Steve
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Mark S. Waterbury
Sent: Monday, 20 July 2009 10:56 AM
To: RPG programming on the IBM i / System i
Subject: Re: CPF5192 error message with RPG program.
Hi, Steven:
Create a small, "cut-down" version of the display files and the RPG
program, that reproduces the problem, and then post the source code at
http://code.midrange.com -- and then post a reply to this list with avarious
link to the code you posted there.
That way, people on this list who want to help can look at the source
code and perhaps reproduce your problem, and perhaps then offer
solutions.50
All the best,
Mark S. Waterbury
> Steven Harrison wrote:
Hi All,program
I have been receiving the following error in the job log when my
runs:
Message ID . . . . . . : CPF5192 Severity . . . . . . . :
Negative
Message type . . . . . : Escape
Date sent . . . . . . : 17/07/09 Time sent . . . . . . :
10:50:57
Message . . . . : Data sent to device AFXIT02A not valid.
informationresponsedata
code is 10050112.
Cause . . . . . : The condition was caused by the program output
containing below hex 40 or too many input fields. More
on99
theFormats
negative response code can be found in either the IBM 5494 Remote
Control
Unit Functions Reference (under negative responses) or the SNA
may
Manual (under SENSE or LUSTAT codes). Invalid data (below hex 40)
have
occurred in one of the following ways:
etc etc...
followed by:
Message ID . . . . . . : RNX1251 Severity . . . . . . . :
price
Message type . . . . . : Escape
Date sent . . . . . . : 17/07/09 Time sent . . . . . . :
10:50:57
Message . . . . : Permanent I/O error occurred in file STATUSD.
Etc etc...
The following is happening:
Program 1 displays a subfile containing the discount rates for a
Couldcode. The DDS for this program contains the subfile.
Program 2 is a service program that is responsible for displaying a
window that reports any status events that might take place (ie.
withnot find price code, discount rate invalid etc...). The DDS for the
window is in a separate display file. I have never had a problem
Window.this program and it is used by a number of other programs to display
status events.
The error is occurring when Program 2 is called to display the
singleWhile trying to figure out what was causing the error I started
stripping out code bit by bit to identify where the problem was
occurring. I ended up removing the subfiles from Program 1's DDS
altogether and ended up with just a Header record displaying a
calledtext field and a Footer record that contains indicators for the F12and
F03 keys. It seems that the error is occurring when 'ExFmt' is
inProgram
Program 2 before a read or ExFmt in Program 1.exists.
So with the following code the error would occur:
Program 1:
Write Header;
DoesPriceCodeExist() <- Procedure to determine if the price code
If it doesn't it sets a status event that can be displayed by
2.happening?
event.
Call Program 2 <- Calls ExFmt on the Window to display the status
The program will fall over at this point.
ExFmt Footer;
But with the following code the error won't occur:
Write Header;
ExFmt Footer;
DoesPriceCodeExist()
Call Program 2 <- Display the window reporting that the Price Code
doesn't exist.
ExFmt Footer;
I'm wondering if anyone can shed some light on why this is
DDSWhy will the ExFmt on the Window cause the program to crash if the
theit is overlaying has only had Writes to it but it will be fine if
there has been a previous Read/ExFmt.
Both DDS files are compiled with RSTDSP *YES. Also for some strange
reason the error will not occur if I'm running the program in the
Debugger?!?!? Which I find very strange.
Any help would be greatly appreciated.
Steve
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.