Easytrieve

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Cedar101 (talk | contribs) at 05:11, 21 January 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Easytrieve is a Report generator product of CA Technologies. Easytrieve Classic and Easytrieve Plus are two available versions of this programming languages primarily designed to generate reports and are used by large corporations operating in mainframe (z/OS, z/VM, z/VSE), UNIX, Linux, and Microsoft Windows environments

Example

FILE PERSNL FB(150 1800)           } LIBRARY DEFINITION
    NAME  17 8 A 
    PERSNR 9 5 N
    ABTL  98 3 N
    SUMME 94 4 P 2
JOB INPUT PERSNL NAME SUM-PERS     } ACTIVITY DEFINITION
  PRINT PAYRPT
  REPORT PAYRPT LINESIZE 80
  TITLE 01 'PERSONALREPORT BEISPIEL1'
  LINE 01 ABTL NAME PERSNR SUMME

References