But we understood, Rob.
Jerry C. Adams
I don't like being told what to do - unless I'm naked.
IBM i Programmer/Analyst
--
NMM&D
615-832-2730
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Rob
Berendt
Sent: Thursday, February 25, 2016 8:55 AM
To: Midrange Systems Technical Discussion
Subject: RE: FTP to a Delimited File
By golly did I have a lot of typos in that last one. Sorry.
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1 Group Dekko Dept 1600 Mail
to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
From: Rob Berendt <rob@xxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Date: 02/25/2016 09:54 AM
Subject: RE: FTP to a Delimited File
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
Jumping into my WayBack machine...
Back on the S/36 it did not have 'libraries' to store files. They were
all in the root.
And, the closet thing they had to a generic file save (like SAVOBJ G* on
IBM i) was to prefix that group of files with something they a dot like
G.FILE1
G.FILE2
G.FILE3
H.FILE1
H.FILE2
H.FILE3
And you could save those G files with one command the the H files with
another.
Of course, this naming convention confuses the heck out of SQL on IBM i
and often requires that you wrap the object names in quotes like
SELECT * FROM "G.FILE1"
Not that SQL was ever used on a S/36.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.