Suppose there are 10 SELECT COUNT (*) SQL commands written in a script file. want one db2 command which will execute this script file and store the output in another file. like equivalent of SPOOL in oracle. without using re-direction '>>' operator.
db2 command
Collapse
X
Comment