Page 1 of 1

loadcase and no action in the field (variable)

Posted: March 18th, 2018, 5:03 am
by Yass
Hi Cspro,

I have a menu program that calls other programs. For instance I have programs :
Menu
AppDrink
AppHousehold

Then have a dictionary named SamSelHH , which I have added to both Menu and AppDrink.

Code: Select all


In the AppDrink prog I have :

Preproc Prov
if loadcase(SampSelHH)= 1 then
 Prov=SProv;
 Dist=SDist;
endif;
My challenge is if I run the AppDrink program the Prov and Dist is populated nicely but if i run the Menu program that calls the AppDrink
program , the loadcase has no effect. The Prov and Dist does not populate.

Urgent help needed ... Thanks !!

Re: loadcase and no action in the field (variable)

Posted: March 20th, 2018, 3:50 pm
by aaronw
Yass send your application to cspro@lists.census.gov, so I can take a look at it.

Re: loadcase and no action in the field (variable)

Posted: March 20th, 2018, 7:29 pm
by Yass
Thanks