View previous topic :: View next topic
|
Author |
Message |
asagar
New User
Joined: 11 Jul 2012 Posts: 10 Location: Honduras
|
|
|
|
I need to put a 'when' on a variable which is present in 2 different copybooks of subprograms called by this main program. Please advise |
|
Back to top |
|
|
Ed Goodman
Active Member
Joined: 08 Jun 2011 Posts: 556 Location: USA
|
|
|
|
I think you use the program name in the when statement, like:
WHEN subprogram::variable = 12345 |
|
Back to top |
|
|
|