Hi all,
I have created a report that read all the files existing in a directory.
For every file, I must release a job (which contains varoius steps) and for every step I need to pass the file name.
For example: in the directory
urs\sap\ i found two files: file1 + file2.
Then I' will release the job:
ZMY_JOB passing "file1" and
ZMY_JOB passing "file2".
The second Job ( for file2 ) can start only at the end of first job ZMY_JOB ( for file1 ) and if it execution is successful.
Does anybody have an example for this ?
I thank you in advance.
Regards.