what is a null indicator in db2?

Answer Posted / shaik

Null is unknown information (garbage)

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Matching Logic in Jcl not in cobol.Could any one please answer this question

3669


How can a jobs execution priority be modified?

795


What is use of restart and how to use it?

766


what is JCL?

693


What is the use of disp parameter?

650






what is use of dsn parameter in dd statement?

668


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

716


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 avgrec keyword?

650


Describe the various parameters utilized in the creation of a gdg?

680


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

779


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485


Name what parameter directs the output of the job log dataset?

558


what operation is performed by job statement?

657


Is there any command to check wether the ps file is in sorted order?

2428