I understand that you can execute a db2 script with the following command:
db2 -f <file name>
Is there a way to pass command line parameters to this file?
For example, in oracle you can do this by referring to the first command line parameter as &1, the 2nd as &2, ect... Does DB2 have anything similar?
db2 -f <file name>
Is there a way to pass command line parameters to this file?
For example, in oracle you can do this by referring to the first command line parameter as &1, the 2nd as &2, ect... Does DB2 have anything similar?