Hi ALL,
If we change a PROC as part of production change and if there is no changes applied to the corresponding JCL using this PROC, do I need to move the JCL along with the PROC to production after signing out the JCL.
No.You don't want to change the JCL which is calling this PROC.
Because while executing this JCL in Production it will look in to the Library and name of the proc mentioned in the JCL.
Joined: 26 Apr 2004 Posts: 4650 Location: Raleigh, NC, USA
Most Production Change coordinators will not allow a change to be implemented if there is no change to the code. It doesn't make any logical sense to attempt to implement the JCL when there is no change to the code.