000-268  Exam

Exam # of questions Description  Update
000-268 83 000-268 i5 iSeries RPG ILE Programmer... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

000-268 - Exam Information
  • Description: 000-268 i5 iSeries RPG ILE Programmer
  • Passing Score: 75%
  • Practice Test - Number of questions: 83 questions
  • Simulation Test - Number of questions: 83 questions
  • Simulation Test Duration: 41 minutes
  • Has explanations: No

Question of the day

Given the following procedure interface: d PrintSales pi d Company 2 0 value d Customer 10 0 value d Year 4 0 value d Month 2 0 options(*nopass) Which test must be performed to ensure proper referencing of the Month parameter?

Answer(s)

  1. if Month <> *null;
  2. if %addr (Month) <> *null;
  3. if %parms = 4;
  4. if Month > 0;
Correct Answer

if %parms = 4;