View previous topic :: View next topic |
Author |
Message |
buntyjain Beginner
Joined: 03 Jan 2003 Posts: 8 Topics: 5
|
Posted: Wed Jan 21, 2004 8:13 am Post subject: DB2 Null Indicators query |
|
|
Sir ,
I need guidance for the below two query regarding JCL,
1 ) How can we validate Set null values in a program ?
2 ) what is the meaning of 0,-1,-2 when it returns that ?
Thanks, |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Jan 21, 2004 8:32 am Post subject: |
|
|
buntyjain,
I am totally confused with your question. I assuming that you are talking about the NULL values in a cobol DB2 program. What has null got to do with JCL? If you are indeed about talking about null values in a cobol-db2 program then here is the answer.
A Null Indicator is used to indicate whether the host variable has been assigned a null. It used to indicate whether a retrieved character value has been truncated. It is used to set a column to null.
The indicator value of _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
buntyjain Beginner
Joined: 03 Jan 2003 Posts: 8 Topics: 5
|
Posted: Wed Jan 21, 2004 8:56 am Post subject: |
|
|
Ya, Sorry for confusion.
Thanks Kolusu. |
|
Back to top |
|
 |
|
|