Displaying 1 result from an estimated 1 matches for "dc19at1".
2012 Aug 21
1
Error: ReadItem: unknown type 98, perhaps written by later version of R
....
[SAS in macro lang.] %sysexec bsub R CMD BATCH &fullpath./dc19at&j..R
&fullpath.dc19at&j..out ;
[SAS ] %sysexec sleep 3 ;
<looping through jobs in a block>
If I go to the directory where the R program and the data reside and
apply the same command by hand
R CMD BATCH dc19at1.R dc19at1.out
it works with no problem.
But if I use a similar program (SAS program)
that has been executing the same command successfully for thousand of
jobs in other blocks, the jobs for the block 19 fail.
Error: ReadItem: unknown type 98, perhaps written by later version of R
Execution halt...