what is a null indicator in db2?

Answer Posted / chiru the master

-1 is the null indicator

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if the submitter of a job wants to inform another user about the job completion, how can it be done?

754


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1579


How to submit jcl through a cobol program?

676


Explain in DD statement what is the use of DCB parameter?

652


which parameter is use to declare the name of dataset in dd statement?

730






How do you create a temporary dataset?

660


What is the function of the steplib dd statement?

739


How can the disposition of sysout datasets be set for an entire jobstream?

835


What is concatenating?

633


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

852


In sms datasets, what is the function of the dd mgmtclas keyword?

857


In job processing, what happens in conversion stage?

734


Explain about LMQUERY�give a dialog information about a data set

898


What do you understand by the terms: joblib and steplib?

626


Explain the function of //jcllib statement?

700