Hi,
Im learning basics of JCL and i would like to know how to code for the following :
if file not received from external source, the file is created in the job in a step. But if the file is recd,the step will give me JCL error. So how to avoid this?
I need to have something like that job should process if a file is recd and even if its not recd.
Please help.