|
I suggested both but I think George hit it on the head with missing %subst
with lenght.
Thanks
Bill H.
"Bartell, Aaron L. (TC)" <ALBartell@xxxxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
11/06/2003 02:31 PM
Please respond to RPG programming on the AS400 / iSeries
To: "'RPG programming on the AS400 / iSeries'"
<rpg400-l@xxxxxxxxxxxx>
cc:
Subject: RE: Junk Passed 32 on 3000A parm
I am assuming he is testing it from the command line. . . Try testing it
by
calling it from another program. If you don't want junk in 'cmd' then you
need to specify all 3000 bytes when you call it.
CALL ExecuteCommand Parm('DSPPFM CUSTMSTPF
')
Ugly yes, but you shouldn't have the same problem if you call it from a
program.
Aaron Bartell
-----Original Message-----
From: Bill Hopkins [mailto:BHopkins@xxxxxxxxxxxxxxxxxxx]
Sent: Thursday, November 06, 2003 1:09 PM
To: RPG400-L@xxxxxxxxxxxx
Subject: Junk Passed 32 on 3000A parm
Got ask this off list. Someone was trying to test out PR of qcmdexc. Wants
to do something like this to see how it works.
But because parm is over 32A it has junk in the 3000A. Say he sends in
SBMJOB command or something. Any way to get around this. I build my
command strings in code so don't have this problem. Any comments on
solution. He's learning I'm always learning.
Thanks
Bill Hopkins
d ExecuteCommand PR ExtPgm('QCMDEXC')
d cmdstr Like(Cmd) Const Options(*Varsize)
d cmdLen 15P 5 Const
d cmdOpts 3A Const Options(*NOPASS)
D cmd S 3000A
c *entry plist
c parm cmd
c CallP ExecuteCommand(cmd:%len(%trim(cmd))
c eval *inlr = *on
c return
_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
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.