HACKER SAFEにより証明されたサイトは、99.9%以上のハッカー犯罪を防ぎます。
カート(0

IBM C9050-042 問題集

C9050-042

試験コード:C9050-042

試験名称:Developing with IBM Enterprise PL/I

最近更新時間:2025-07-02

問題と解答:全140問

C9050-042 無料でデモをダウンロード:

PDF版 Demo ソフト版 Demo オンライン版 Demo

追加した商品:"PDF版"
価格: ¥6599 

無料問題集C9050-042 資格取得

質問 1:
A software package utilizes several licensed third party software components and will be sold to multiple
customers who will also need runtime licenses. What information is LEAST appropriate to provide in a
technical operations guide?
A. The price or the third party software components
B. The required release level or the third party software components
C. The URL for the third party vendor
D. The contact information of the third party vendors
正解:A

質問 2:
Which of the following is NOT part of the PL/I code review?
A. Decision whether the review object is a appropriate solution
B. Documentation of results of the review
C. Attendance of people with technical expertise
D. Training course for the program's author
正解:D

質問 3:
Prerequisite:
A sorted input dataset with record length 100 contains at least one record for each of the values '1', '2', '3'
in the first byte. The applied sort criteria is 1,100,ch,a.
Requirements:
1 .) All records with '1' in the first byte must be ignored.
2 .) All records with '2' in the first byte must be written to the output dataset.
3 .) If there is a '3' in the first byte, the read iteration must be left.
4 .) The program must not abend or loop infinitely.
If the code below does not fulfill the specifications provided above, which of the following is the most likely
reason?
DCL DDIN FILE RECORD INPUT;
DCL DDOUT FILE RECORD OUTPUT;
DCL 1 INSTRUC,
3 A CHAR(1),
3 * CHAR(99);
DCL EOF_IN BIT(1) INIT('0'B);
DCL (Z1,Z2,Z3,ZO) BIN FIXED(31) INIT(0);
ON ENDFILE(DDIN) EOF_IN = '1'B;
READ FILE(DDIN) INTO (INSTRUC);
LOOP: DO WHILE (^EOF_IN);
SELECT(INSTRUC.A);
WHEN('1') DO;
Z1 +-= Z1;
ITERATE LOOP;
END;
WHEN('3') DO;
Z3 = Z3+1;
LEAVE LOOP;
END;
WHEN('2') DO;
Z2 = Z2+1;
WRITE FILE(DDOUT) FROM(INSTRUC);
END;
OTHER DO;
ZO = ZO+1;
PUT SKIP LIST(INSTRUC.A);
END;
END;/*select*/
READ FILE(DDIN) INTO(INSTRUC);
END ;/*loop*/
A. The code does not fulfill the requirement because the program will loop infinitely.
B. The code fulfills the requirement.
C. The code does not fulfill the requirement because not all records with '2' in the first byte will be written to the output dataset.
D. The code does not fulfill the requirement because the last record with '2' in the first byte will be written twice to the output dataset.
正解:A

質問 4:
What will be printed, if anything, to SYSPRINT after the following statements are executed?
CALL REVERSEIT('PL/I');
(SUBSCRIPTRANGE,SIZE,STRINGSIZE):
REVERSEIT:PROC(31);
DCL(I,J) BIN FIXED(31);
DCL (S,T) CHAR(100) VARYING;
T = S;
J = 0;
I = 0;
DO I = LENGTH(S) TO 1;
J = J + 1;
SUBSTR(T,J,1) = SUBSTR(S,I,1);
END;
PUT(T);
END;
A. 'I/LP'
B. 'PL'I'
C. STRINGSIZE error will be raised.
D. SUBSCRIPTRANGE error will be raised.
正解:B

質問 5:
In a multithreading environment, when can a race condition occur between two threads?
A. When they cause a deadlock
B. When they periorm an operation on same memory area
C. When the threads have the same priority
D. When they operate synchronously
正解:B

質問 6:
What is a program specification document?
A. The history of changes of the program and how it was used
B. A description of what the program does and how it can be used
C. A description of how the program does its work
D. The pseudocode of the program
正解:B

質問 7:
A module which is serially reusable has which of the following characteristics?
A. All or part of it may be replaced at any time by the operating system
B. Is intended for single use only and must be refreshed from disk before it can be invoked again
C. Must contain the necessary logic to reset control variables and data areas at entry or exit and a second
task may not enter the module until the first task has finished
D. Is designed for concurrent execution by multiple tasks
正解:C

質問 8:
Which of the following is a best practice to make debugging easier?
A. Use the runtime option STORAGE(00,,00,0K)
B. Have the calling program test the return code after the call.
C. Use a variable updated with the program name.
D. CALL PLIDUMP('TFCHAB','Spot Dump'); at key points in the program logic.
正解:D

一年間の無料更新サービスを提供します

君が弊社のIBM C9050-042をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたIBM C9050-042をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のIBM C9050-042を持っていることを保証します。

弊社は無料IBM C9050-042サンプルを提供します

お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料C9050-042サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこのC9050-042問題集は自分に適するかどうか判断して購入を決めることができます。

C9050-042試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。

弊社のIBM C9050-042を利用すれば試験に合格できます

弊社のIBM C9050-042は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社はC9050-042問題集の質問と答えが間違いないのを保証いたします。

C9050-042無料ダウンロード

この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のIBM C9050-042を利用すれば、君は一回で試験に合格できます。

弊社は失敗したら全額で返金することを承諾します

我々は弊社のC9050-042問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のIBM C9050-042を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。

TopExamは君にC9050-042の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。

安全的な支払方式を利用しています

Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社のC9050-042問題集は全部Credit Cardで支払われることができます。

領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。

IBM Developing with IBM Enterprise PL/I 認定 C9050-042 試験問題:

1. What happens after executing the following code, assuming the input file has more than 1 record?
DCL INPFILE FILE RECORD INPUT ENV(VB RECSIZE(100)); DCL P PTR;
DCL B CHAR(100) VARYING BASED(P);
DCLC CHAR(110) VARYING BASED(P);
READ FILE(INPFILE) SET(P);
C=B!! 'EXTENDED
READ FILE(INPFILE) SET(P);

A) Two records are read.
B) Protection exception because of the reference to B.
C) ENDFILE condition is raised on the second read.
D) The results are unpredictable.


2. Given the following declaration, W has to be assigned to C.
How can a CONVERSION condition be
avoided?
DCL C CHAR(1);
DCL W WIDECHAR(1);

A) IFW >128THEN
PUT ('Widechar is not a valid char!');
ELSE
C = W;
B) IF RANK(W)> 127 THEN
PUT ('Widechar is not a valid char!');
ELSE
C = W;
C) IF WCHARVAL(W) > 128 THEN
PUT ('Widechar is not a valid char!');
ELSE
C = W;
D) IFW ^= CHAR(W)THEN
PUT ('Widechar not is a valid char!');
ELSE
C = W;


3. Which of the following structures will NOT contain padding btes if the PL/I default for alignment is applied?

A) DCL 1 A,
2 B FIXED BIN(31),
2 C CHAR (2) VAR ALIGNED,
2 D FIXED BIN(31),
2 E FIXED DEC (1),
2 F CHAR (3) YAP;
B) DCL 1 A,
2 B FIXED BIN(31),
2 C CHAR (2) VAP,
2 D FIXED BIN(31),
2 E FIXED DEC (1),
2 F CHAR (3) VAR ALIGNED;
C) DCL 1 A,
2 B FIXED BIN(31),
2 C CHAR (2) VAR,
2 D FIXED BIN(31),
2 E FIXED DEC (1),
2 F FLOAT DEC (6);
D) DCL 1 A ALIGNED,
2 B FIXED BIN(31),
2 C CHAR (2) VAR,
2 D FIXED BIN(31),
2 E FIXED DEC (1),
2 F CHAR (3) VAR,


4. The following program was written to copy a dataset with record length of 100 to another dataset. If this
requirement has not been fulfilled, which is the most likely reason?
DCL DDIN FILE RECORD INPUT;
DCL DDOUT FILE RECORD OUTPUT;
DCL INSTRUC CHAR(100);
DCL EOF_IN BIT(1) INIT('0'B);
ON ENDFILE(DDIN) EOF_IN = '1'B;
DO UNTIL (EOF_IN);
READ FILE (DDIN) INTO(INSTRUC);
WRITE FILE(DDOUT) FROM(INSTRUC);
END;

A) The code does not fulfill the requirement because too many records will be written to the output
dataset.
B) The code does not fulfill the requirement because the input structure is the same as the output
structure.
C) The code fulfills the requirement.
D) The code does not fulfill the requirement because the OPEN statements are missing.


5. Given the following declarations, which code is likely to perform best and correctly initialize structure 3?
DCL 1 S UNALIGNED, 2 A CHAR(3), 2 B BIN FIXED(31), 2 C DEC FIXED(5); DCL 1 T UNALIGNED
LIKE S; T = ";

A) CALL PLIMOVE(ADDR(S),ADDR(T),STG(S));
B) CALL PLIFILL(ADDR(S),'',STG(S));
C) S = ";
D) S = T,BY NAME;


質問と回答:

質問 # 1
正解: D
質問 # 2
正解: B
質問 # 3
正解: A
質問 # 4
正解: A
質問 # 5
正解: A

C9050-042 関連試験
C9550-400 - IBM WebSphere Operational Decision Management V8.0 Application Development
A2010-597 - Assess: IBM TRIRIGA Application Platform V3.2.1 Application Development
A2090-610 - Assessment: DB2 10.1 Fundamentals
A2040-985 - Assessment: Developing IBM Lotus Notes and Domino 8.5 Applications
A2040-986 - Assessment: Creating IBM Lotus Notes and Domino 8.5 Applications with Xpages and Advanced Techniques
連絡方法  
 [email protected] サポート

試用版をダウンロード

人気のベンダー
Apple
Avaya
CIW
FileMaker
Lotus
Lpi
OMG
SNIA
Symantec
XML Master
Zend-Technologies
The Open Group
H3C
3COM
ACI
すべてのベンダー
TopExam問題集を選ぶ理由は何でしょうか?
 品質保証TopExamは我々の専門家たちの努力によって、過去の試験のデータが分析されて、数年以来の研究を通して開発されて、多年の研究への整理で、的中率が高くて99%の通過率を保証することができます。
 一年間の無料アップデートTopExamは弊社の商品をご購入になったお客様に一年間の無料更新サービスを提供することができ、行き届いたアフターサービスを提供します。弊社は毎日更新の情況を検査していて、もし商品が更新されたら、お客様に最新版をお送りいたします。お客様はその一年でずっと最新版を持っているのを保証します。
 全額返金弊社の商品に自信を持っているから、失敗したら全額で返金することを保証します。弊社の商品でお客様は試験に合格できると信じていますとはいえ、不幸で試験に失敗する場合には、弊社はお客様の支払ったお金を全額で返金するのを承諾します。(全額返金)
 ご購入の前の試用TopExamは無料なサンプルを提供します。弊社の商品に疑問を持っているなら、無料サンプルを体験することができます。このサンプルの利用を通して、お客様は弊社の商品に自信を持って、安心で試験を準備することができます。