I'm using DB2 on Unix and I want to call a master script that run some other scripts within it. Note that I 'm using CLP.
The master script would like as follow in Oracle :
@@script1 @@script2 etc
Is it possible to achieve this in DB2 using CLP ?
Note that I don't want to a bash script to solve the problem.