|
The save file is at:
http://klement.dstorm.net/rpg/socktut/socktut.savf
To put it on your AS/400, you'll need to first create an empty save
file there (CRTSAVF QGPL/SOCKTUT) then FTP that file from your PC
to the AS/400 in binary mode:
ftp as400.example.com
cd qgpl
binary
put socktut.savf qgpl/socktut
quit
Finally, restore the library:
rstlib savlib(socktut) dev(*savf) savf(qgpl/socktut)
Once you've done that, you can use CMPPFM to see the differences between
mine and yours. Good Luck!
On Mon, 9 Sep 2002 meovino@estes-express.com wrote:
>
> Scott and Buck,
>
> Just figured out how to debug the service program. Here's what I get for
> CH when I check it each time after the receive:
>
> 6D - _
> 69 - N (with a tilde)
> 6B - ,
> 65 - A (with an accent mark)
> 0D
> 0A
>
> Then, the Translate function seems to translate this to 'mike' just fine,
> as it should. So it looks like it's receiving it just fine.
>
> You mentioned a save file. Where is it? I'd like to compare it to what
> I've keyed into the sockutilr4 program. I compared what I keyed with what
> you have here:
> http://klement.dstorm.net/rpg/socktut/qrpglesrc.sockutilr4
>
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.