000-972 무료 덤프문제 온라인 액세스
| 시험코드: | 000-972 |
| 시험이름: | ILE RPG Programmer |
| 인증사: | IBM |
| 무료 덤프 문항수: | 70 |
| 업로드 날짜: | 2026-07-23 |
A database file contains two six digit fields named SHPDATE and DLVRYDATE, which contain date values in MMDDYY format. Which of the following expressions will update the DaysToDeliver field, showing the number of days between SHPDATE and DLVRYDATE.
What is the purpose for the following reserved words? XML_START_ELEMENT XML_COMMENT XML_CHARS XML_END_ELEMENT
Given the following code:
DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++++++++ d a s 10i 0
Inz(5)
d b s 10i 0 Inz(10)
d c S 10i 0 Inz(20)
/Free
if (b > a and c < b );
c = 1;
elseIf (a < b and a > c);
c = 2;
elseIf (a < b and c <> 20);
c = 3;
EndIf;
What is the value of the field C upon completion of the code?
Which of the following "D" specifications defines a valid array with all elements initialized to values of 100?
Given the following code sample: DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords++++++++++++++++++++++ d CustPrice pr 9 3 d Company 3 0 const d Item 20 d Contract 10 options(*omit) d Quantity 7 0 options(*nopass) d MyPrice s 9 3 d MyCompany s 3 0 d MyItem s 20 d MyContract s 10 d MyQty s 7 0 Which of the following is a valid expression?