A data analyst needs to load a large dataset into the CAS server to perform data manipulation tasks. To optimize performance and minimize load time, which PROC CASUTIL statement should the analyst use to achieve this?
When working with the CAS procedure PROC CASUTIL to load data into the CAS server, what is the effect of setting the DATALIMIT= option to a specific value, such as DATALIMIT=100?
A programmer needs to execute a series of data preparation steps that rely on traditional SAS data set access, manipulation, and reporting procedures, and some steps are highly I/O intensive due to the data size. Based on these requirements, which environment should the programmer choose for the execution of this code?
A SAS programmer is working on a dataset that contains a variable 'purchase_date'. The programmer wants to manipulate this variable in a DATA step to calculate the number of days since the purchase. Which of the following SAS data types should 'purchase_date' ideally be to perform this calculation directly without needing to convert data types?
When analyzing the time between customer purchases, a data analyst needs to extract the month from a date variable 'purchase_date' in the SAS Viya environment. Which function can be appropriately used to extract the month component from the date?