@ptatian @lhendey It looks like in order to make this happen we need to update two formats: $uiprtyp and $useuipt.
The current process for updating these formats is to update this spreadsheet and then read it in via DDE. L:\Libraries\Realprop\Doc\UseCode & UI_proptype.xls
I tested the program in an interactive session and the DDE worked fine, but I know DDE is not reliable anymore. I would like your take on whether I should:
- Update the formats using the spreadsheet and use the program as-is.
- Re-write the program to either read in the spreadsheet as a CSV or hard-code the formats into the program.
Option 1 is fastest in the short term. Option 2 is safer long-term.
This is the program in question: Prog\RealProp_formats.sas Thanks!
@ptatian @lhendey It looks like in order to make this happen we need to update two formats: $uiprtyp and $useuipt.
The current process for updating these formats is to update this spreadsheet and then read it in via DDE. L:\Libraries\Realprop\Doc\UseCode & UI_proptype.xls
I tested the program in an interactive session and the DDE worked fine, but I know DDE is not reliable anymore. I would like your take on whether I should:
Option 1 is fastest in the short term. Option 2 is safer long-term.
This is the program in question: Prog\RealProp_formats.sas Thanks!