Search found 5 matches

by Paramhans
Mon Dec 28, 2015 12:12 pm
Forum: IBM DB2 and IMS DB/DC
Topic: What is the purpose of a null indicator variable?
Replies: 4
Views: 489

Re: What is the purpose of a null indicator variable?

"Real world" data tends to be messy and incomplete. A NULL indicates the data value is not known (there are many reasons this may happen). For example, if you're putting geneologic or demographic data into a database and there is a column NUMBER_OF_CHILDREN, there is a VAST difference bet...
by Paramhans
Mon Dec 28, 2015 12:11 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access data in control blocks, like from Jobname?
Replies: 2
Views: 448

Re: Access data in control blocks, like from Jobname?

There is one example in this post Can we capture JOBNAME through the COBOL program?. I am trying to do a similar approach in REXX. Doing my work will post back if I get something working.
by Paramhans
Mon Dec 28, 2015 12:10 pm
Forum: IBM DB2 and IMS DB/DC
Topic: What is the purpose of a null indicator variable?
Replies: 4
Views: 489

Re: What is the purpose of a null indicator variable?

nicc wrote:Null is nothing - not zero, not a space, not anything - NOTHING. If you do not supply a value or default value then the variable has no content as far as you are concerned. Therefore, as there is nothing to test against you need a NULL indicator.
I think I understand what you mean!
by Paramhans
Wed Dec 23, 2015 2:49 pm
Forum: IBM DB2 and IMS DB/DC
Topic: What is the purpose of a null indicator variable?
Replies: 4
Views: 489

What is the purpose of a null indicator variable?

Hi,

What is the purpose of a null variable in real world? One of the document says, that when a value is not present it is NULL. What is the meaning of it? Can not a proper value showing what the column or row means will do the same thing for a programmer? Can someone please help inthis.
by Paramhans
Wed Dec 23, 2015 2:31 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access data in control blocks, like from Jobname?
Replies: 2
Views: 448

Access data in control blocks, like from Jobname?

Hi,

Can anyone be of help. How can I access data which reside in control blocks, for example as jobname, in REXX? Are there some specific controls given in REXX for this or we need to write a series of commands for this? May I am confusing you but that's why I am asking.

Go to advanced search