What is DSNDB06 ?

Answer Posted / guest

This is the Place where DB2 Catalog resides

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i want to store 20 digits . how will u do it in cobol ?

866


How can a jobs execution priority be modified?

804


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

651


Explain the function of job statement in jcl?

655


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1043






What is the purpose of dd dummy statement?

949


Is it possible to left uncode disp? If yes, how?

708


Define concatenating?

669


What is the function of the dd avgrec keyword in sms datasets?

843


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

720


How does the jcl specify the job to os?

698


Can I send output of job to my remote device careerride123?

672


What is the function of the dd dcb keyword?

832


IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C

1633


how do you code a null statement?

780