× 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 can't afford to lose any more hair off this old head.
Can someone please tell me what's wrong with this SQL Procedure code?

Record *...+... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 .
      1 Drop   Procedure    BIO610F/ZXUZSC ;
      2 Create Procedure    BIO610F/ZXUZSC (
      3     in @XUUSER char(10),
      4     in @XUTYPE          char( 1),
      5     in @XUATTN          char( 1),
      6     in @XULANG          char( 3),
      7     in @XUAPRD          char( 1),
      8     in @XUCLAS          char(10),
      9     in @XUGRUP          char(10),
     10     in @ZWHSE           char(80),
     11     in @ZCOMP           char(80),
     12     in @ZTREF           char(80),
     13     in CallingProgram   char(10),
     14     in CopyFromUserID   char(10)
     15     )
     16     language SQL
     17     set option dbgview = *source
     18

And here's the error produced when RUNSQLSTM is executed...

MSG ID SEV  RECORD  TEXT
SQL7990   0       1  Position 1 DROP PROCEDURE statement complete.
SQL0117  30       2  Statement contains wrong number of values.


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.