BookmarkSubscribeRSS Feed
Ksharp
Super User
But the condition is that your large dataset must be compressed firstly.
data_null__
Jade | Level 19
The compress options renders the POINT option useless so how can this help?

[pre]
ERROR: The POINT= data set option is not valid for the data set WORK.ACCOUNTS, the data set must be accessible by observation number for POINT=processing.
[/pre]
Ksharp
Super User
Yes.
You are right.I overlooked this part in documentation.

Ksharp
Peter_C
Rhodochrosite | Level 12
PHK
the answer to the final question in your original post in this thread is probably NO.
Since you do not want to re-write the whole file when you "delete" a row these rows remain in the file and are marked as deleted. You seek to have a number running sequentially through the data skipping over and not counting deleted rows? Then you will need to maintain that column because SAS does not.
You seek a pointer into the data providing direct access by something like row number? Then this service needs to accept the presence of those rows you deleted ( but did not re-write the file to remove). This is the row number you want to consider "wrong"! (and what POINT= accesses)
I think you have to work with SAS as it is written - not the way you think it should!
You might find there is a flaw in your concept that requires the SAS approach - which I think
applies here.

Regards
peterC slp chkc
(and what POINT= accesses) edit by: Peter.C 14:00 BST

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 18 replies
  • 1204 views
  • 0 likes
  • 5 in conversation