Can Altair Analytics Workbench read a .epg file?

Nico Chart_21517
Nico Chart_21517
Altair Employee
edited December 2022 in Altair RapidMiner

A .egp file is in a compressed archive format. If you do not have too many .egp files it may be possible to read the SAS language code in the workbench by following these steps:

  1. Rename a .egp file to .zip
  2. Use winzip to extract all files into a 'folder'
  3. Create a new blank project in the workbench project explorer using New->Project->General->Project
  4. Drag the 'folder' from Windows File explorer into the new workbench 'project'

In the new folder there will be a number of folders. Inside each folder should be a code.sas file that may have a couple of strange characters at the start of the file but otherwise should be readable and can be used to create an executable program.