Finding the value of AMODE/RMODE with Easytrieve
search cancel

Finding the value of AMODE/RMODE with Easytrieve

book

Article ID: 56179

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction


Upgrading to 6.4, how to know if a program is running above or below the line? Below are two ways to determine AMODE/RMODE.

 

Environment

Easytrieve Plus Report Generator, release 6.4

Resolution

  1. In TSO PDF 3.4 select the module.
    The rightmost two columns are AMODE and RMODE:

    Name Prompt Alias-of Size TTR AC AM RM
    _________ BLDCOPY 000450A8 004203 00 24 24
    _________ BLDLSA 00043860 004C0C 00 24 24
    _________ ESPOPTON 00000080 000F04 00 24 24
  2. In batch run AMBLIST. It returns a listing containing AMODE and RMODE.

    //STANDARD JOB INFO
    //MODE EXEC PGM=AMBLIST,PARM='DATE=U'
    //SYSLIB DD DISP=SHR,DSN=XXXX
    //SYSPRINT DD SYSOUT=A
    LISTLOAD OUTPUT=MODLIST,MEMBER=XXXX
    /*
    //