×
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.
From what I read, I can't create a SQL view
by selecting file members.
What I have tried to get around this is to first
create a logical file over my physical, and actuality
qualify my members I want in the logical:
CRTLF FILE(xxxlib/xxxLF) DTAMBRS(xxxlib/xxxpf (F618001801))
Then in my SQL I attempt to join my logical to another physical,
and I get a SQL7010 "Logical File xxxLF in xxxlib not valid for create
view". my sql follows":
CREATE VIEW xxxxxML1
AS SELECT T02.OMSO#, T01.DSWCTR, T01.DSFSDT, T01.DSSTDT, T01.DSPRI,
T01.DSTO#, T01.DSOPR, T01.DSOPRS, T01.DSWSDT
FROM xxxLF T01,
PSMOMPF T02
WHERE T01.DSTO# = T02.OMTO#
AND( T01.DSWCTR = 1801)
Reviewing the archives (briefly) I see that others may just have done
copy from a member, to another file, it's base member. Is this how I
must pull this off?
As an Amazon Associate we earn from qualifying purchases.
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.