Demo overview
Sort, merge and deduplicate CSV files in nine steps
This illustrated demonstration starts with a CSV input file, builds the XSM parameters and progressively introduces headers, multiple inputs, duplicate removal, selective filters and file-name variables.
- Overview of the input file
- The XSM parameter file: contains the XSM sort directives, options, and input and output file names
- Run XSM
- Remove headers
SKIP_HEADER - Merge multiple files
INPFIL,SKIP_HEADERS - Deduplicate records
OMIT DUPLICATE RECORDS - Split data with selective filters
INCLUDE/EXCLUDE - Use variables for file names
DD: - Now it is your turn
