QuoteRef: seedH_1971 ;; [cbb: RPG very good for simple problems by gets very complicated very fast
|
QuoteRef: seedH_1971 ;;15 first step is to have a picture of what the report will look like
|
QuoteRef: seedH_1971 ;;37 program by specification of processor info, file descriptions, line counter (paging control), input specification, output specification and calculations.
|
QuoteRef: seedH_1971 ;;42 inputs as named sequences with associate "record identifying indicator' which is on when current card is of the sequence, sequence id by boolean rela on column contents
|
QuoteRef: seedH_1971 ;;45 output by headings, details, totals, exceptions (mid-calculations) with full line position control (vertical tabs before and after printing
|
QuoteRef: seedH_1971 ;;47 occurrence of output by boolean combination of indicators at proper point in cycle (eg detail printing time)
|
QuoteRef: seedH_1971 ;;66 calculations occur when right combination or literals
|
QuoteRef: seedH_1971 ;;67 all fields with default of zero or blank
|
QuoteRef: seedH_1971 ;;69 "LR" last record indicator
|
QuoteRef: seedH_1971 ;;72 fields are the memory locations [i.e. treats input fields as memory
|
QuoteRef: seedH_1971 ;;90 indicators for whether the field is + - or 0
|
QuoteRef: seedH_1971 ;;99 can specify fields are emptied after printing
|
QuoteRef: seedH_1971 ;;121 full order checking on input fields by indicators
|
QuoteRef: seedH_1971 ;;123 replacement by operation zero result and add operand
|
QuoteRef: seedH_1971 ;;126 default automatic fields, e.g., Page maintains the current page count.
|
QuoteRef: seedH_1971 ;;156 level control indicators which turned on when field changes or higher level indicator goes on.
|
QuoteRef: seedH_1971 ;;159 in RPG, user indicators defined by external job control switch
|
QuoteRef: seedH_1971 ;;160 string moves both left and right justified
|
QuoteRef: seedH_1971 ;;278 RPG has restricted table look up procedures
|
412 ;;Quote: RPG defines a fixed logic flow machine; heading, detail output, input, flags, totals
|