× 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 know the earliest message, quoted below, was prefaced by an allusion to an avoidance of a system API... However, seems kind of silly to follow the first of the paths shown below, when the second is so much more direct, eliminating the levels of indirection and any associated difficulties from having introduced that indirection:

1> RPGpgm->QCMDshell->CLcmd->Qshell->shell_request

2> RPGpgm->QshellAPI->shell_request

I have not used that Qshell API, but FWiW:
IBM i 7.1 Information Center -> Programming -> Shells and utilities -> Qshell -> Qshell APIs
http://pic.dhe.ibm.com/infocenter/iseries/v7r1m0/topic/rzahz/rzahzapis.htm
_i QzshSystem() - Run a QSH Command i_
"...
The QzshSystem() function runs the specified shell command by spawning a child process and invoking qsh in the child process. qsh interprets and runs command and then exits.

The QzshSystem() function returns when the child process has ended.
...

_Parameters_

*command (Input) Pointer to null-terminated string that contains the shell command to run.
..."

Regards, Chuck

On 10 Oct 2013 10:55, Vernon Hamberg wrote:
<<SNIP>>
You can specify a QShell function on the QSH CL command. An example
might be if you want to put a directory listing into an IFS file.

<<SNIP>>

QShell commands can be chained - so this would create the PF, then
run the ls command into it. The semi-colon let it ignore an error
like the PF already exists. I don't remember what separator makes it
stop on an error.

qsh cmd('system "crtpf qgpl/lsout rcdlen(255)"; ls > /qsys.lib/qgpl.lib/lsout.file/lsout.mbr')

To append to that file, use a double right-arrow.

On 10/10/2013 12:38 PM, Gary Thompson wrote:
<<SNIP>>

I do a fair amount of RPG call to QCMDEXC but never QSHELL so
a simple example would really help. <<SNIP>>

John Yeung on Thursday, October 10, 2013 10:58 AM wrote:
<<SNIP>>

Remember, anything you can do on a QSHELL or CL command line,
you can do in a CL or RPG program. (In the case of RPG, the
easiest would probably be to call QCMDEXC, which is still, for
most people, way easier than fiddling with system APIs.)



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.