C9050-041 무료 덤프문제 온라인 액세스
| 시험코드: | C9050-041 |
| 시험이름: | Programming with IBM Enterprise PL/I |
| 인증사: | IBM |
| 무료 덤프 문항수: | 146 |
| 업로드 날짜: | 2026-07-13 |
CORRECT TEXT
What is the most appropriate data type for a variable that is being used to represent numeric data in a printable form and at the same time can be used to perform arithmetic?
CORRECT TEXT
Given the following code, with what attribute should the variable EOF be declared?
DO WHILE(^EOF);
CORRECT TEXT
If FUNC_CODE is a CHAR(4) variable, then for the following code, what is the best declaration
for GHU, GU, etc
SELECT( FUNC CODE);
WHEN( GHU) ...
WHEN( GU ) ...
etc
END;