Page 1 of 1

Naming the _FF proc

Posted: June 26th, 2019, 8:42 am
by AriSilva
(Another non important issue)
When creating a new batch program, it asks for the input dictionary file. OK.
This file has an external name, for instance, ENANI_24_None.dcf, and, internally, it has another name, say, ENANI_20_Avaliacao.
When the program is created, the _FF proc is named after the name of the file, that is (the EXTERNAL name of the dcf file)
PROC ENANI_24_None_FF
But the name of the dictionary that is shown in the dict tab is the INTERNAL name of the dictionary, that is
ENANI_20_AVALIACAO_DICT
This might be a little confusing for the user, since the dict tab has a name while the main proc has a different name.
I´m wondering why the proc, when created does not use the internal name of the dictionary. Is there a reason behind it that I do not grasp?
Attached the dcf and the generated program.
Best
Ari

Re: Naming the _FF proc

Posted: June 27th, 2019, 8:29 am
by aaronw
I agree with you. The internal name should be used and hopefully we'll get this updated.