>//STDIN     DD  *
>ln -s /usr/lpp/db2/db2810/jcc/classes/db2jcc_license_cisuz.jar 
db2jcc_license_c\
>isuz.jar

Maybe you should try:

ln -s /usr/lpp/db2/db2810/jcc/classes/db2jcc_license_cisuz.jar      \
db2jcc_license_cisuz.jar


And one more thing... (Thanks to Walter Heestermans for pointing this out.) 
If you need to quote some data and continue that on the next line, it 
becomes really odd:

//STDIN    DD *
...
----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+-
---8
db2sqljcustomize -url jdbc:db2://150.45.92.33:3200/TMMEDB2D -user 
whe4841      \
 -password xxxxxxxx -bindoptions 'EXPLAIN YES DEGREE 1 ISOLATION CS OWNER 
TCOD
 COLLECTION TCOD QUALIFIER TCOD SQLERROR NOPACKAGE VALIDATE 
BIND'              \
 -collection TCOD -qualifier TCOD -staticpositioned NO -automaticbind 
YES      \
 -onlinecheck YES -singlepkgname TCO92052 -
storebindoptions                    \
 com/tmme/whe4841/dao/iterator/db2/NamedIteratorWithHold_SJProfile0.ser
...


(the above may have been wrapped. The point is that when you open a string 
with an apostrophe and want to continue that string on the next line, you 
do NOT put a backslash at the end of the string to continue.)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to