Quote:
> Hallo !
> Looking for REXX -scripts about db2.
> I want to automate the import of an files.bbs file (there are about 1000).
> files.bbs structure
> filename1 description
> description
> filename2 description
> description
> filename3 description
> description
> any hints ?
You may not even need a REXX script to do this. If the fields have a
constant spacing, you should be able to use DB2's IMPORT statement to
load the file as an ASC filetype. You might want to code a bit of REXX
to remove the description wrapping to make importing this way a bit
easier.
I hope this helps!
Brad BARCLAY
=-=-=-=-=-=-=-=-=-=
Posted from the OS/2 WARP v4.5 desktop of Brad BARCLAY.