× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



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.

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.