Thank you for responding. But it didn't work the way I want.
I don't want a solution like batch files. I'm trying to migrate scripts from oracle to db2, but it is important that the file aren't changed two much...
Here is the scenario (for oracle):
I have two sql scripts:
1. test.sql
contains: @inside.sql
2. inside.sql
contains: SELECT * FROM USERS;
Is there no symbol for '@' in db2 with the same functionality?