On 09/30/2009 08:00 AM, Paul Edwards wrote:
What is the best way to go from this:Makefile:
The easy way to convert a Makefile to a shell script is "make -n". That will print out all of the commands that make would run. From there it's a Mere Matter of Programming to have perl (or whatever) edit that down into your JCL scripts.
r~