You could use environment variables. In the OS, define the updated file something like this:
set UPDATED_FILE=<path/updated file name>In your syntax file, define a FILE HANDLE:
FILE HANDLE updated /NAME="%UPDATED_FILE%".Then, in your ADD/MATCH/GET/whatever...
ADD FILES /FILE=* /FILE=updated /etc.If you're on Mac, in the OS you use export, then in your syntax file, it is
$UPDATED_FILE.
------------------------------
Rick Marcantonio
Quality Assurance
IBM
------------------------------
Original Message:
Sent: Mon August 22, 2022 03:17 PM
From: Art Jack
Subject: Combining Files
I need to combine a weekly archived data set & incorporate it in a SPSS production script that runs daily. Is there a way to combine files with different names without having to change the production script everyday? I'm working with SPSS & flat files with no database connection. - Arthur
------------------------------
Art Jack
------------------------------
#SPSSStatistics