|
|
| Author |
Message |
balachandra.padiyar
New User
Joined: 01 Nov 2006 Posts: 3
|
|
|
|
I want to refer the value G of that is in the SYSIN card of the first job in the IF condition of STEP1 in Second job. JOB2 is executed after JOB1.
//JOB1
//STEP1
//SYSIN DD *
ABCDEFG
/*
//JOB2
//STEP1 IF (G) THEN
// |
|
| Back to top |
|
 |
References
|
Posted: Wed Apr 30, 2008 2:54 pm Post subject: Re: How to refer a SYSIN value of JOB1 STEP1 in JOB2 STEP1. |
 |
|
|
 |
Gnanas SNG
Senior Member
Joined: 06 Sep 2007 Posts: 414 Location: India
|
|
|
|
| No direct way... |
|
| Back to top |
|
 |
UmeySan
Senior Member
Joined: 22 Aug 2006 Posts: 595 Location: Germany
|
|
|
|
Hi !
let the programm in Step01 validate the Sysin and return with a special ReturnCode. Then test the ReturnCode of step01 for ne next action.
Regards, UmeySan |
|
| Back to top |
|
 |
Gnanas SNG
Senior Member
Joined: 06 Sep 2007 Posts: 414 Location: India
|
|
|
|
| Are both STEPs in same or different JOB(s)? |
|
| Back to top |
|
 |
UmeySan
Senior Member
Joined: 22 Aug 2006 Posts: 595 Location: Germany
|
|
|
|
If it's two separated jobs and there is no sheduling system like opc controling the application-flow, just put the same sysin in the second job and validate it.
Regards, UmeySan |
|
| Back to top |
|
 |
|
|