× 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 have also run into this issue and it was a length problem in my source
file being processed by RUNSQLSTM. It's kind of frustrating since if I
CUT/PASTE the data from the source member into a RUN SQL SRIPT window, it
will execute fine.



Tommy.Holden@xxxxxxxxxxxxxxxxxxxxx
Sent by: midrange-l-bounces@xxxxxxxxxxxx
10/04/2007 09:33 AM
Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>


To
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
cc

Subject
Re: runsqlstm continuation






quick question....does any of the statement extend past position 80 in
your source member?

RUNSQLSTM only looks at the first 80 characters anything past that gets
truncated. that *could* be the problem.

Thanks,
Tommy Holden



rob@xxxxxxxxx
Sent by: midrange-l-bounces@xxxxxxxxxxxx
10/04/2007 10:49 AM
Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>


To
midrange-l@xxxxxxxxxxxx
cc

Subject
runsqlstm continuation






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

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.