To do so, you need to add 2 new properties to your configuration file:
iscobol.file.env_naming=true iscobol.<assign_to_name>=<new-name>
where:
For example, in the file with the following select
select FILE1 assign to "file-1" organization indexed access dynamic record key f1-key status file-status .
the following properties must be set to use the new name "new-file-1"
iscobol.file.env_naming=true iscobol.file_1=new-file-1
If the "assign to" contains a full or a relative path name, the path needs to be specified in the properties.
For example
select FILE1 assign to "subdir/file-1" organization indexed access dynamic record key f1-key status file-status .
iscobol.file.env_naming=true iscobol.subdir/file_1=subdir/new-file-1
Article ID: 273
Created: May 30, 2016
Last Updated: October 14, 2016
Author: Support KB Author
Online URL: https://support.veryant.com/phpkb/article.php?id=273