I am using qshell jar to create a zip file on IFS which are emailed to users.
STRQSH CMD('jar -cfM /home/fileA.zip +
/home/fileB.csv')
It works fine, but creates a "nested" directory structure forcing the user to click through several directories to access their data.
Can anyone propose a way to avoid this clickthrough?
more on jar:
STRQSH CMD('jar -cfM /home/fileA.zip +
/home/fileB.csv')
It works fine, but creates a "nested" directory structure forcing the user to click through several directories to access their data.
Can anyone propose a way to avoid this clickthrough?
more on jar:
Comment