spss -b -i script.sps # -b = batch mode (no GUI)
#!/bin/bash # daily_spss_job.sh DATE=$(date +%Y-%m-%d) cd /opt/IBM/SPSS/Statistics/29/bin/ ./spss -b "/scripts/daily_report.sps" \ --arg raw_data="/data/$DATE_sales.csv" \ --arg out_dir="/reports/$DATE/" ibm spss linux work
/opt/IBM/SPSS/Statistics/29/bin/spss
: At least 4 GB of available disk space, with 1.5 GB specifically for the initial installation. spss -b -i script