File sort using qshell (this time with tags)
Hi,I'm trying to use qshell to do a sort of a (non-keyed) DB2 database file to remove duplicate records. I use the following command :-sort -u /QSYS.LIB/$1.LIB/$2.FILE/$3.MBR | cat > /QSYS.LIB/$1.LIB/$2.FILE/$3.MBRWhere $1 = Library name, $2 = File name, $3 = Member name.The command does a sort,...
Answer Question
| Jan 16 2008 3:12 PM GMT
| asked by
Gilly400
AS/400, Unix shells, Qshell


