Hi,
I have jcl, which gets the input file through ftp.
Say, XXXX.INPUT.QC1234
I do some processing like SORT, execute an SQL etc.
Create the Output file with the results.
I have to name the output file having the last qualifiler of the input file during runtime
like
XXXX.OUTPUT.QC1234
is this possible ? Can we make use of symbolics ?
Please advice.