IBM MainFrame Interview Questions
Questions Answers Views Company eMail

What is load utility in db2?

654

What are host variables in db2?

614

Is db2 free?

676

What is db2 connect?

594

What is null value in db2?

556

What does runstats do in db2?

600

How to find schema of a table in db2?

564

What is a bind in db2?

587

Is ibm db2 free?

568

What are catalog tables in db2?

601

What is a plan and package in db2?

609

What are bind parameters in db2?

606

What is a db2 collection?

599

What os does db2 run on?

565

Is db2 a programming language?

594


Un-Answered Questions { IBM MainFrame }

How do you write from PL/1 code to JCL?

1818


What is the function of dd disp parameter?

650


Explain the purpose of dd * statement in jcl?

628


What do you mean by the term fct?

524


how do you reference the rrds file formats from cobol programs

783






Portfolio analysis application is an example of?

616


Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?

679


What is the usage of open cursor command?

592


What is the difference between a binary search and a sequential search what are the pertinent cobol?

723


If DB2 query returns in null value, how do you work with it in PL/1?

1924


Does jcl support automatic restart?

743


example for sub strings ? and refernce modifications whit output pls

1833


What are the different versions of gdg named?

556


Define temporary storage?

592


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

846