000-041  Exam

Exam # of questions Description  Update
000-041 137 Programming with IBM Enterprise PL/I... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

000-041 - Exam Information
  • Description: Programming with IBM Enterprise PL/I
  • Passing Score: 0%
  • Practice Test - Number of questions: 137 questions
  • Simulation Test - Number of questions: 137 questions
  • Simulation Test Duration: 120 minutes
  • Has explanations: No

Question of the day

What is the value of B after executing the following code? DCLA CHAR(1) INIT(? ?); DCL B BIT(8) BASE D(ADDR(A)); DCL (HIGH, ADDR) BUILTIN;

Answer(s)

  1. = HIGH(1);A - ?11111111?B
  2. - ?00000000?B
  3. - ?F1?X
  4. - ?40?X
Correct Answer

= HIGH(1);A - ?11111111?B