Hi,
I am attempting to access data from Google BQ table.
However, facing issues while attempting to read data partially from a relatively large table.The data step to read 5 obs out of 5 million observations using OBS set option displays the following message and my sas session is aborted.
NOTE: There were 50000 observations read from the data set RAW_5million.System Aborting Status=803fc21e
But no issue while : 1)accessing Full dataset using datastep, 2)using monotonic function in sql 3)using where function in sql for partial retrieval.
Also, for smaller datasets having 1 million observations, even obs option seems to work for me.
I wanted to take the forum's help to understand the message "System Aborting Status=803fc21e" and suggestions further to find limit when this error pops up.
Thanks Mark
... View more