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



You need a ; at the end of the statement like

CREATE TABLE DPWORK3/POLEFL (
PLCOMP Char (2) NOT NULL WITH DEFAULT,
PLFROUTQ Char (10) NOT NULL WITH DEFAULT,
PLFRLIB Char (10) NOT NULL WITH DEFAULT,
PLTOOUTQ Char (10) NOT NULL WITH DEFAULT,
PLTOLIB Char (10) NOT NULL With Default,
PLTOUSERID Char (10) Not Null With Default,
PLACTION Char (1) Not Null With Default);

LABEL ON COLUMN DPWORK3/POLEFL (
PLCOMP is 'Company',
PLFROUTQ is 'From OUTQ',
PLFRLIB is 'From Library',
PLTOOUTQ is 'To OUTQ',
PLTOLIB is 'To Library',
PLTOUSERID is 'To User-ID',
PLACTION is 'Action');

LABEL ON COLUMN DPWORK3/POLEFL (
PLCOMP Text is 'Company',
PLFROUTQ Text is 'From Output Queue',
PLFRLIB Text is 'From Library',
PLTOOUTQ Text is 'To Output Queue',
PLTOLIB Text is 'To Library',
PLTOUSERID Text is 'To User-ID',
PLACTION Text is 'Action: Move, Send, Both');

and the type is SQLTXT. It should provide a spool file of the error.


John Ross

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.