× 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.



On 24 May 2012 05:39, Koester, Michael wrote:
Never tried this before: I have a SQLRPGLE program running in batch
that needs to submit another program to batch and pass a data
structure to that new job. <<SNIP>> I normally use a call to
QCMDEXC to launch (via SBMJOB) such a job from RPG, but my question
is more about passing a data structure ( like I'd do in a prototyped
call ). <<SNIP>>
(Extra points to a response that say's "it's easy") Thanks.

If easy enough to do as "normally" to build the command string, then the following should be almost as easy:

Use the expression 'X''' CONCAT HEX(:DS) CONCAT '''' as the data for the parameter [within PARM()] in the CALL command string that is built. If there is some restriction on use of :DS, then define a based character variable for the length of the DS, thn use that :variable after setting the basing pointer to the address of the DS variable.

Regards, Chuck

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.