In a few years, IBM C6030-041 certification exam has become a very influential exam which can test computer skills.The certification of IBM certified engineers can help you to find a better job, so that you can easily become the IT white-collar worker,and get fat salary.
However, how can pass the IBM C6030-041 certification exam simple and smoothly? ITCertMaster can help you solve this problem at any time.
ITCertMaster is a site which providing materials of International IT Certification. ITCertMaster can provide you with the best and latest exam resources.The training questions of IBM certification provided by ITCertMaster are studied by the experienced IT experts who based on past exams. The hit rate of the questions is reached 99.9%, so it can help you pass the exam absolutely. Select ITCertMaster, then you can prepare for your IBM C6030-041 exam at ease.
Our materials of IBM C6030-041 international certification exam is the latest collection of exams' questions, it is covering a comprehensive knowledge points. It is the best assistant for you preparation about the exam. You just need to spend 20-30 hours to remember the content of the questions we provided.
All customers that purchased the materials of IBM C6030-041 exam will receive the service that one year's free update, which can ensure that the materials you have is always up to date. If you do not pass the exam after using our materials, you can provide the scanning items of report card which provided by authorized test centers (Prometric or VUE) . we will refund the cost of the material you purchased after verified, We guarantee you interests absolutely.
Before you select ITCertMaster, you can try the free download that we provide you with some of the exam questions and answers about IBM C6030-041 certification exam. In this way, you can know the reliability of ITCertMaster.
ITCertMaster is the best choice which can help you to pass the IBM certification exams, it will be the best guarantee for your exam.
No matter what level of entry you are for your IBM Certification, you will pass your C6030-041 exam, FAST!
Quickly select ITCertMaster please! Select ITCertMaster is equivalent to choose a success. With it you can complete your dreams quickly!
Easy and convenient way to buy: Just two steps to complete your purchase, we will send the product to your mailbox quickly, you only need to download e-mail attachments to get your products.
IBM Programming with IBM Enterprise PL/I Sample Questions:
1. CORRECT TEXT
Given the following code, what value will be output?
TEST: PROC OPTIONS(MAIN);
DCL
P POINTER,
N1 FIXED BIN(31),
1 A BASED(P),
2 A1 FIXED BIN(3i),
2 A2 FIXED BIN(3i),
2 A3 FIXED BIN(3i),
2 A4( N1 REFER(A3)) CHAR(10) VAR;
N1 = 5;
ALLOC A;
PUT SKIP LIST( STG(A)); END;
A) 24
B) 22
C) 72
D) 62
2. CORRECT TEXT
Given the following code, what is the best way to code the PROC statement and to declare the parameters for UPRO1?
MPROG: PROC OPTIONS(MAIN); DCL F FLOAT BIN(53);
CALL UPRO1 (ADDR(F));
A) UPRO1: PROC(P_PARM);
DCL P_PARM PTR
DCL PARM_F FLOAT BIN(53) BASED(ADDR(P_PARM));
B) UPRO1: PROC(PARM_F);
DCL PARM_F FLOAT BIN(53);
C) UPRO1: PROC(PPARM);
DCL P_PARM PTR;
DCL PARM_PTR BASED (P_PARM);
DCL PARM_F FLOAT BIN(53) BASED(PARM_PTR);
D) UPRO1: PROC(P_PARM);
DCL P_PARM PTR;
DCL PARM_F FLOAT BIN(53) BASED(P_PARM)
3. CORRECT TEXT
Given the following code, what is the value of X after execution of the assignment?
DCL X CHAR (5) lNlT ('ABCDE');
DCL Y CHAR (3) lNlT ('123');
X = Y
A) 'ABCDE'
B) '123' followed by 'DE'
C) '123' followed by blanks
D) '123' followed by low values
4. CORRECT TEXT
A programmer has been asked to write a program that tests a variable, X, and writes out A, B, C or D if X is 0, 1, 2 or 3 respectively and writes out E when X has none of those values. Which of the following programs represents the best practice using IF or SELECT statements?
A) SUB3: PROC( X);
DCL X FIXED UNSIGNED;
SELECT;
WHEN (X = 0)
PUT SKIP LIST ( 'A');
WHEN(X = 1)
PUT SKIP LIST ( 'B');
WHEN( X = 2)
PUT SKIP LIST ( 'C');
WHEN( X = 3)
PUT SKIP LIST ( 'D');
OTHERWISE
PUT SKIP LIST ( 'E');
END;
END;
B) SUB4: PROC( X);
DCLX FIXED UNSIGNED;
SELECT(X);
WHEN ( 0 )
PUT SKIP LIST ( 'A');
WHEN (1)
PUT SKIP LIST ( 'B');
WHEN ( 2)
PUT SKIP LIST ( 'C');
WHEN (3)
PUT SKIP LIST ( 'D');
OTHERWISE
PUT SKIP LIST ( 'E');
END;
END;
C) SUB1:PROC(X);
DCL X FIXED UNSIGNED;
IF X = 0 THEN
PUT SKIP LIST ('A');
ELSE
IF X = 1 THEN
PUT SKIP LIST ('B');
ELSE
IF X = 2 THEN
PUT SKIP LIST ('C');
ELSE
IF X = 3 THEN
PUT SKIP LIST ( 'D');
ELSE
PUT SKIP LIST ( 'E');
END;
D) SUB2: PROC (X);
DCL X FIXED UNSIGNED;
IF X < 2 THEN
IF X = 0 THEN
PUT SKIP LIST ('A');
ELSE
PUT SKIP LIST ('B');
ELSE
IF X = 2 THEN
PUT SKIP LIST ('C');
ELSE
IF X = 3 THEN
PUT SKIP LIST ( 'D');
ELSE
PUT SKIP LIST ( 'E');
END;
END;
5. CORRECT TEXT
What is the value of A after executing the following code?
DCL A CHAR(8) NIT ('EfGhIjKI'); DCL TRANSLATE BUILTIN;
A = TRANSLATE(A,'ABCDEFGH','abcdefgh');
A) efghijkl
B) EFGHIjKI
C) EFGHIJKL
D) efghIjKI
Solutions:
| Question # 1 Answer: C | Question # 2 Answer: D | Question # 3 Answer: C | Question # 4 Answer: B | Question # 5 Answer: B |


PDF Version
0 Customer Reviews


