Naming the _FF proc

Other discussions about CSPro
Forum rules
New release: CSPro 8.0
Post Reply
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

Naming the _FF proc

Post 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
Attachments
Temp.zip
(2.72 KiB) Downloaded 220 times
Best
Ari
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: Naming the _FF proc

Post by aaronw »

I agree with you. The internal name should be used and hopefully we'll get this updated.
Post Reply