Search found 9 matches

by kkeough
Fri Jan 31, 2014 11:51 am
Forum: Programming
Topic: Problem with wildcard
Replies: 8
Views: 6288

Re: Problem with wildcard

That was it, thank you so much!
by kkeough
Thu Jan 30, 2014 4:00 pm
Forum: Programming
Topic: Problem with wildcard
Replies: 8
Views: 6288

Re: Problem with wildcard

I can just pull every NAICS code individually. I was just wondering why the wildcard wasn't working. It has always worked for me before and has worked for the other databanks.

I was thinking it maybe a problem with the data feed, but since I can pull them individually it seems strange.
by kkeough
Thu Jan 30, 2014 3:57 pm
Forum: Programming
Topic: Problem with wildcard
Replies: 8
Views: 6288

Re: Problem with wildcard

Sorry I forgot the edition, I am running Eviews 8.
by kkeough
Thu Jan 30, 2014 3:54 pm
Forum: Programming
Topic: Problem with wildcard
Replies: 8
Views: 6288

Re: Problem with wildcard

It says Standard Edition - Jan 21 2014 build.
I tried to do the update, but it said no updates avaiable
by kkeough
Wed Jan 29, 2014 5:21 pm
Forum: Programming
Topic: Problem with wildcard
Replies: 8
Views: 6288

Re: Problem with wildcard

I get the same error message. Do I just need to do each one individually instead of using a wildcard? I used it in the command box and wrote a program and ran it through the program, neither worked.
by kkeough
Wed Jan 29, 2014 3:26 pm
Forum: Programming
Topic: Problem with wildcard
Replies: 8
Views: 6288

Problem with wildcard

I am having a problem with my eview program. '-----OPEN DATA BASE----' dbopen A:\Regional_Studies\Regional_Banks\Historical_Banks\Moodys_11-4-13_BANKS\ca_county_banks\ca_wages.bnk '-----Create Workfile----' WORKFILE KernNAICSwage.WF1 A 1981 2030 '-----Get the Data----' FETCH CA_WAGES::RYPEW????ACA02...
by kkeough
Wed Nov 06, 2013 11:52 am
Forum: Programming
Topic: Looping Series Name
Replies: 5
Views: 3810

Re: Looping Series Name

Ok, thank you so much for your help! For some reason it ran this time when it wouldn't in the past! One last question, how do I perform multiple for statements like: for %State AL AK AZ AR CA CO CT DE FL GA HI ID IL IN IA KS KY LA ME MD MA MI MN MS MO MT NE NV NH NJ NM NY NC ND OH OK OR PA RI SC SD ...
by kkeough
Wed Nov 06, 2013 11:01 am
Forum: Programming
Topic: Looping Series Name
Replies: 5
Views: 3810

Re: Looping Series Name

Ok then just looking at the Eviews command do you know why I would be getting the error, %state is not a valid string or scalar name? It is my first command after fetching the data from the database. Do I need to create a string object or an alpha series with all of the states names instead of just ...
by kkeough
Wed Nov 06, 2013 10:28 am
Forum: Programming
Topic: Looping Series Name
Replies: 5
Views: 3810

Looping Series Name

I am working on converting old Aremos command files into Eviews This is the old command File: for x=#names; series emp|#x=(re3254a|#x+re3333a|#x+re3341a|#x+re3342a|#x+re3343a|#x+re3344a|#x+re3345a|#x+re3346a|#x+re3364a|#x+re3391a|#x+re5112a|#x+re5121a|#x+re517a|#x+re518a|#x+re5191a|#x+re5413a|#x+re5...

Go to advanced search