The job scheduling package used is OPC, e.g. I can plan job A at 6h00 AM and job A & job B are part of the same 'chain'.
Job A has a dependancy on other 'chain', so I can not plan job B at 9h AM, because of the dependancy..
In fact the problem is the following : job A is sending its created files to Pelican (you can compare Pelican with ftp if you like), and job A has 'finished' when the sending to Pelican commands are finished. But this doen't mean that Pelican alraedy has transferred those files froom MVS to PC. So in case that those files are big, job B - which archives those big files - allready had deleted those files.
So I wanted to 'delay' the end of job A to be sure that Pelican has finished it's file transfer before job B starts cleaning.
Main Topics
Browse All Topics





by: giltjrPosted on 2009-08-20 at 06:08:04ID: 25141983
JCL is not a scripting language and has no "commands". This is typically accomplished by using a job scheduling package or some type of system automation package.