Hello all -
DB2 V 8.2 on aix.
Need to create a proc to export the data from the table in ASCII delimited format (etc: start from 1 to 9 = ssn, 10 to 40 name & so on)
??????
Any help is appreciated!
DB2 V 8.2 on aix.
Need to create a proc to export the data from the table in ASCII delimited format (etc: start from 1 to 9 = ssn, 10 to 40 name & so on)
Code:
db2 - a "export to "c:/temp/testfile.txt" select ssn (1,9), name(10,40) from member"
Any help is appreciated!