Eviews Adjust Command
Posted: Fri Mar 05, 2021 2:04 am
Hello,
Hope all well.
I am struggling to extend the series in the program below by 12 months into the future after the last actual value.
Can you help me, please?
Thanks a lot and best wishes,
Günter
wfcreate BLS_Database m 1950:01 @now
pagestruct(end=@now+14)
dbopen(type=bls, server=api.bls.gov)
fetch(d=bls,link) ces0000000001 ceu0000000001
CES0000000001.displayname USD Total Non-Farm Payrolls (SA)
CEU0000000001.displayname USD Total Non-Farm Payrolls (NSA)
series D_CES0000000001 = d(CES0000000001)
D_CES0000000001.displayname USD Total Non-Farm Payrolls (M/M, SA)
d_CES0000000001.adjust + = r12
Hope all well.
I am struggling to extend the series in the program below by 12 months into the future after the last actual value.
Can you help me, please?
Thanks a lot and best wishes,
Günter
wfcreate BLS_Database m 1950:01 @now
pagestruct(end=@now+14)
dbopen(type=bls, server=api.bls.gov)
fetch(d=bls,link) ces0000000001 ceu0000000001
CES0000000001.displayname USD Total Non-Farm Payrolls (SA)
CEU0000000001.displayname USD Total Non-Farm Payrolls (NSA)
series D_CES0000000001 = d(CES0000000001)
D_CES0000000001.displayname USD Total Non-Farm Payrolls (M/M, SA)
d_CES0000000001.adjust + = r12