in reply to Re: Accessing flat files on the mainframe
in thread Accessing flat files on the mainframe
Here is an example of the query, its written in SAS so I changed it to SQL:0401... .... | ... 21 .... 4323432 ... FFFF00452342334FFFFFF23333333333233333
Thanks again for all your help guys.. FuismCreate table FILE1 as Select column1, column2, column4, column5 From CSPAM Where TNDR_VOID_C = '0' AND OCCUR_Q > 1 Create table FILE2 as Select column1, column3, column14, column25 From ACCT Where ST = 'MN' Select a.*, b* from FILE1 a, FILE2 b where a.ID = b.ID
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Accessing flat files on the mainframe
by Old_Gray_Bear (Bishop) on Sep 02, 2004 at 23:19 UTC |