Help !!

I'm not a fast typist, so I normally type screens in a word-processing program and then copy it to the backtester to run. When I have a problem, I can usually find it, but the current one has me perplexed, because I don't understand the error message that I'm getting -- I know the fields are really not missing !!?? Can you tell me what I'm doing wrong?? Thanks, chuckz...

/////////////////////////////////////////////////////////////////

Information for job 251876
Job result:

----
%R_05
2009-01-02 1.0000 error missing fields: [SI ADR/ADS Stock], [SI % Rank-EPS Cont-Growth 12m], [SI % Rank-EPS-Growth 12m], [SI % Rank-PE], [SI Volume--Average Daily 10d]
2009-01-09 0.00 1.0000 error missing fields: [SI ADR/ADS Stock], [SI % Rank-EPS Cont-Growth 12m], [SI % Rank-EPS-Growth 12m], [SI % Rank-PE], [SI Volume--Average Daily 10d]
2009-01-16 0.00 1.0000 error missing fields: [SI ADR/ADS Stock], [SI % Rank-EPS Cont-Growth 12m], [SI % Rank-EPS-Growth 12m], [SI % Rank-PE], [SI Volume--Average Daily 10d]
2009-01-23 0.00 1.0000 ETC, ETC, ETC !!

CAGR 0
GSD 0
Cycles 24
Ups/downs 100
Turnover
Avg.held 0
cagr/gsd 999999.99
mar 1.00
up 0.00
dd 0.00
upr 999999.99
CAGR+3S 0
CAGR+2S 0
CAGR+1S 0
CAGR-1S 0
CAGR-2S 0
CAGR-3S 0

Returns are calculated for stock price changes only.
Dividends and costs of doing trading are NOT included.

Job parameters:

$VAR1 = {
'cagrwarninglevel' => '3000',
'src' => 'Define {%R_05}
;
Uses [SI ADR/ADS Stock] [SI Exchange] [SI Industry] [SI PE] [SI % Rank-EPS Cont-Growth 12m] [SI % Rank-EPS Cont-Growth 12m] [SI % Rank-EPS-Growth 12m] [SI % Rank-PE] [SI Volume--Average Daily 10d] [SI Price]
Deblank [SI ADR/ADS Stock] [SI Exchange] [SI Industry] [SI PE] [SI % Rank-EPS Cont-Growth 12m] [SI % Rank-EPS Cont-Growth 12m] [SI % Rank-EPS-Growth 12m] [SI % Rank-PE] [SI Volume--Average Daily 10d] [SI Price]
;
Keep: [SI ADR/ADS Stock]="F"
Keep: [SI Exchange]<>"O"
Keep: [SI Industry]<>"Misc. Financial Services"
Keep: [SI % Rank-EPS Cont-Growth 12m]>90
Keep: [SI % Rank-EPS-Growth 12m]>90
Keep: [SI % Rank-PE]<10
Keep: [SI PE]>0
Keep: [SI Volume--Average Daily 10d]>100
Keep: [SI Price]>2
Sort Ascending [SI % Rank-PE]
End
',
'end' => '2009-06-19',
'norebalance' => 0,
'cashfornopicks' => 0,
'frequency' => '7',
'hold' => '5',
'blendweights' => '',
'comparewith' => '',
'exclude' => '',
'start' => '2009-01-02'
};