View previous topic :: View next topic |
Author |
Message |
newcobol Beginner
Joined: 20 Apr 2006 Posts: 88 Topics: 22
|
Posted: Fri Jun 13, 2014 8:19 am Post subject: Invalid referback-not makng sense. |
|
|
I put a condition code on a step190 in a proc. i have a test job, that calls a proc, and step190 in proc is executing db2proc dsnuproc. the condition code is dependent on step010, which is valid and spelled correctly. i think the system is getting confused by the fact that a job is calling a proc that is calling a db2 proc. is there a way around this |
|
Back to top |
|
|
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Fri Jun 13, 2014 8:23 am Post subject: |
|
|
You need to post your JCL and error messages and please use Code tags. _________________ ....Terry |
|
Back to top |
|
|
t-bonham@scc.net Supermod
Joined: 18 Oct 2012 Posts: 30 Topics: 0 Location: Minneapolis, MN
|
Posted: Fri Jun 13, 2014 3:55 pm Post subject: |
|
|
Basically, you need to tell the system if step010 is in the inline JCL, in the proc, or in the DB2proc. |
|
Back to top |
|
|
|
|