Using a script of sudo code how would you create a report from two separate log files to concatenate the files together.
Sigiloso
Pull data from log file 1 into a data set. Pull data from log file 2 into a different data set. Export results of data set 1 + data set 2.