I have a simple question;
How do i pass a value that gets stored in a program variable to JCL. Or, is there a way I can make changes in a panel and they then get reflected in the JCL that I submit?
e.g if I have a job that I submit daily, but before submitting I need to change the date somewhere in the JCL. I do that by saying on command line " C all 2009 2008"
e.g..... can I do this by taking the date in my program and that will automatically change the date inside JCL..
Thanks!