Skip to main content

How to identify EZTrieve code as an executable

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Would like Revolve to acknowledge EXT files as executables and add them to a project with Search Paths.  How can this be done?

Resolution:

First thing is to edit the revolve\\bin\\global.def file:

To add EZTrieve files as components:

The steps to take to bring in EZTrieve files as component are as follows:

1.  Change to Global.def file.  This is found in Revolve\\bin\\ directory.  It should have the following lay out:

[Scanners]

count=5

scan1=dfsmda," =,","",1

scan2=Old Schedules - Please Convert," =,","",1

scan3=dyl," ","",2

scan4=csd," ",")",4

scan5=ezt,"","",0

                                   

[ScanRelations]

source1="DFSMDA*TYPE=DATABASE*DBNAME=$","DFSMDA*TYPE=DATABASE",system_ims_dbd_database

dest1="DFSMDA*DSNAME=$",system_data_file

rel1=system_alias-for_file

source2="SCHEDULE=$","SCHEDULE=",system_placeholder_schedule

dest2="JOBNAME=$",system_placeholder_schedulestep

rel2=system_hasa

source3="COPY $",,system_code_import_copybook

source4="CALL ",,cobol_state_call

dest4="$",system_executable_entry

rel4=system_invokes

source5=" TRANSACTION($",,system_executable_transaction

dest5=" PROGRAM($",system_executable_entry

rel5=system_alias-for_entry

source6=" FILE($",,system_data_dataset

dest6=" DSNAME($",system_data_file

rel6=system_alias-for_file

source7=" MAPSET($",,system_executable_mapset

source8=" PROGRAM($",,system_executable_entry

[ScanExtensions]

MDA=dfsmda

DYL=dyl

CSD=csd

RDT=csd

EZT=ezt

Close and Open Revolve

Create NEW project

3 window in Wizard - "Change Component Options"

Then put the script that is attached to this KB article in Utilitiies\\Options\\Project tab\\Post Processing script - press OK

**please be aware this is a PROJECT option, so it will need to be set for each project.

Press Next -

Add components, Add search paths for imports and components

When project complete, there should be EZT files listed as executable.

Attachments:

Easytrieve.RQC

Old KB# 1083

#EnterpriseAnalyzer
#SupportTip