sql source member to be used in RUNSQLSTM.
Problem: Break in middle of command string. How to...
Situation:
This works:
STRSQL
CALL QCMDEXC (
'DSPOBJD OBJ(*CURLIB/*ALL) OBJTYPE(*PGM *SRVPGM) OUTPUT(*OUTFILE)
OUTFILE(*CURLIB/DSPOBJDOUT)',95)
This does not work:
RUNSQLSTM SRCFILE(ROB/ANZOBJCVN) SRCMBR(SETUP) COMMIT(*NONE)
where this source contains:
CALL QCMDEXC (
'DSPOBJD OBJ(*CURLIB/*ALL) OBJTYPE(*PGM *SRVPGM) OUTPUT(*OUTFILE)
OUTFILE(*CURLIB/DSPOBJDOUT)',95);
Earlier source statements, like
CALL QCMDEXC (
'CRTSRVPGM SRVPGM(RTVOBSINF) EXPORT(*ALL)',40);
execute successfully.
DSPJOBLOG:
CPD0013-A matching parenthesis not found.
CPF0006-Errors occurred in command.
SQL0443-Trigger program or external routine detected an error.
...the external name is QCMDEXC in schema QSYS...
Rob Berendt
This mailing list archive is Copyright 1997-2026 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.