View previous topic :: View next topic |
Author |
Message |
manishjain Beginner
Joined: 22 Feb 2006 Posts: 2 Topics: 1
|
Posted: Wed Feb 22, 2006 1:14 am Post subject: DSNTIAUL return codes |
|
|
I am using DSNTIAUL to unload. I am receiving RC 4. Is it acceptable?
Could you suggest any manual where i can find this information?
Thankss,
Manish |
|
Back to top |
|
 |
Ravi Beginner
Joined: 27 Jun 2005 Posts: 88 Topics: 2
|
Posted: Wed Feb 22, 2006 3:26 am Post subject: |
|
|
Manish,
Welcome to MVSForums.
Try doing a search in MVSForums.
Anyways you can find in this link about DSNTIAUL.
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DSNAPH11/APPENDIX1.3.1?DT=20010710165542
Code: | Return Meaning
code
0 Successful completion.
4 An SQL statement received a warning code. If the SQL statement was a SELECT statement, DB2 did not perform the associated unload operation.
8 An SQL statement received an error code. If the SQL statement was a SELECT statement, DB2 did not perform the associated unload operation.
12 DSNTIAUL could not open a data set, an SQL statement returned a severe error code (-8nn or -9nn), or an erroroccurred in the SQL message formatting routine.
|
|
|
Back to top |
|
 |
manishjain Beginner
Joined: 22 Feb 2006 Posts: 2 Topics: 1
|
Posted: Wed Feb 22, 2006 11:20 am Post subject: |
|
|
Thanks Ravi,
Do you know if RC 4 ( warning ) is OK ?
My DBA is saying it shud always be RC=0 , but i think RC=4 is OK too while unloading. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|