× 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 wanted a shell script driver CL (EXESHLSCR) so I could simplify my
running of shell scripts. Parm one would be the shell script. I made
the var 12 *char to to exactly match the size of the incoming parm to eliminate any trailing blanks issue.

If I run:

CALL PGM(EXESHLSCR) PARM('sndstmprd.sh')

Where 'sndstmprd.sh' gets loaded to the var &SHLSCR and then the CL does
a:

CALL QP2SHELL PARM(&SHLSCR)

I get:

3 > CALL PGM(EXESHLSCR) PARM('sndstmprd.sh')
Too much data to load OS/400 PASE program sndstmprd.sh
I QBATCH
QGPL
QBATCH QGPL
*NONE
*DFT QPRINT
QGPL OPS-ALERT
QPGMR
Error loading OS/400 PASE program sndstmprd.sh I
QBATCH QGPL
QBATCH QGPL
*NONE


So, you can't pass a var to CALL QP2SHELL?

Hardcoded parm works. IE: CALL QP2SHELL PARM(sndstmprd.sh)

Jerry

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.