A retail company needs to upload its daily sales transactions into CAS for analysis. The process runs every morning, and the previous day's data must be completely replaced with the new dataset to ensure reports are based on the freshest data available. This scenario tests the fundamental ability to create and overwrite a CAS table.
The final 'DAILY_SALES' table in the 'casuser' caslib should contain exactly 150 rows (from SALES_DAY2). The table's label must be 'Daily Sales Transactions - Refreshed Data'. The fetched rows should show transaction_ids starting from 101, confirming the original data was purged.