Test268 Section 5

From MidrangeWiki
Jump to: navigation, search

<< Previous Section | Home | Next Section >>

Section 5 - RPG performance and exception/error handling (9%)

Given user requirements, design and create physical and logical data relationships

Diagnose and resolve User Errors

Diagnose and correct application errors

Diagnose and correct system errors

Diagnose and eliminate errors for date data types and arithmetic overflow

Given a simple performance problem, determine appropriate course of action

Code and use INFDS, INFSR, SDS, and *PSSR

Code and use Monitor operation code blocks

monitor;
  result = field1 / field2;
on-error *all;
  result = 0;
endmon;

<< Previous Section | Home | Next Section >>