C9050-042 試験問題を無料オンラインアクセス

試験コード:C9050-042
試験名称:Developing with IBM Enterprise PL/I
認定資格:IBM
無料問題数:140
更新日:2026-07-22
評価
100%

問題 1

What characterizes the relational model with respect to data storage?

問題 2

In which of the following cases is a performance analyzer tool NOT useful?

問題 3

Given the following declaration, what declaration of B would cause the structure Ato be invalid?
DCL K FIXED BIN (31) VALUE (10);
DCL P POINTER;
DCL 1 A BASED (P),
2 B FIXED BIN(31),
2 C DIM (K REFER (B)),
3 D FIXED BIN(31),
3 E CHAR (4);
ALLOCATE A;

問題 4

Given the following code, what are the default attributes of DSET1 after the READ statement?
DCL DATA CHAR (80);
DCL DSET1 FILE;
READ FILE(DSET1) INTO(DATA);

問題 5

Which of the following declarations uses the LEAST memory?
DCL 1 S1 ALIGNED,
2 A CHAR(3),
2 B BIN FIXED(31),
2 C DEC FIXED(5),
2 D BIN FIXED(15);
DCL 1 S2 UNALIGNED,
2 A CHAR(3),
2 B BIN FIXED(31),
2 C DEC FIXED(5),
2 D BIN FIXED(15);
DCL 1 S3 ALIGNED,
2 B BIN FIXED(31),
2 A CHAR(3),
2 D BIN FIXED(15),
2 C DEC FIXED(5);
DCL 1 S4 ALIGNED,
2 D BIN FIXED(15),
2 A CHAR(3),
2 B BIN FIXED(31),
2 C DEC FIXED(5);

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。