000-041 Exam
Programming with IBM Enterprise PL/I
- Exam Number/Code : 000-041
- Exam Name : Programming with IBM Enterprise PL/I
- Questions and Answers : 146 Q&As
- Update Time: 2011-10-24
- Testing Engine (SoftWare Version): $ 59.00
- PDF (Printable Version) Price: $15.00
Note: After purchase, we will send questions within 24 hours.
Free 000-041 Demo Download
Hiexam offers free demo for IBM certifications II 000-041 exam (Programming with IBM Enterprise PL/I). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.
Download 000-041 Exam Testing Engine
Exam Description
Why choose Hiexam 000-041 braindumps
Quality and Value for the 000-041 Exam
100% Guarantee to Pass Your 000-041 Exam
Downloadable, Interactive 000-041 Testing engines
Verified Answers Researched by Industry Experts
Drag and Drop questions as experienced in the Actual Exams
Practice Test Questions accompanied by exhibits
Our Practice Test Questions are backed by our 100% MONEY BACK GUARANTEE.
Hiexam 000-041 Exam Features
- Covers the entire recommended syllabus
- Comprehensive questions and answers about 000-041 exam
- Verified Answers Researched by Industry Experts and almost 100% correct
- 000-041 exam questions updated on regular basis
- Same type as the certification exams, 000-041 exam preparation is in multiple-choice questions (MCQs)
- Tested by multiple times before publishing
- Try free 000-041 exam demo before you decide to buy it in Hiexam
- Technical support through Live Chat or Email
Exam : IBM 000-041
Title : Programming with IBM Enterprise PL/I
1. Given the following code, with what attribute should the variable EOF be declared?
DO WHILE(^EOF);
A. FIXED BIN (7)
B. BIT (1)
C. CHAR (1)
D. FIXED DEC (3)
Answer: B
2. Which is the most appropriate code to turn all of the bits in A ON?
DCL A BIT(8);
A. A = 255;
B. A = '11111111'B;
C. A = 11111111B;
D. A = -1;
Answer: B
3. What does BX.WOK.LOAD refer to in the following job control statement?
//ACCOUNT DD DSN=BX.WOK.LOAD,DISP=SHR
A. It is the connection between program and dataset.
B. It is the physical dataset name.
C. It is the logical dataset name.
D. It is the name which must be referred to in the program.
Answer: B
4. What is the result, if any, of executing the following code?
DCL A BIT(1) INIT('0'B);
DCL B BIT(1) INIT('0'B);
DCL C BIT(1) INIT('1'B);
A = B ! C;
A. The value of A is '0'B
B. The value of A is '1'B.
C. The value of A is unpredictable.
D. There is no result, because the syntax is wrong.
Answer: B
5. What will be printed when the following subroutine is called for the third time?
A : PROC;
DCL X PIC '9' INIT(0);
X = X + 1;
PUT SKIP LIST ('THE VALUE OF X IS :'!!X);
X = X + 1;
END A;
A. THE VALUE OF X IS :1
B. THE VALUE OF X IS :2
C. THE VALUE OF X IS :3
D. THE VALUE OF X IS :5
Answer: A
http://www.Hiexam.com The safer.easier way to get IBM certifications II Certification.

