| Author |
Message |
MurthyJ
New User
Joined: 12 Mar 2008 Posts: 2 Location: hyd
|
|
|
|
Hi Friends,
Can we use IF/THEN/ELSE conditions as follows,IF
SO can you please provide me an example...
//STEP1 TO READ A FILE
(The file will have a single value either 1 or 0)
//STEP2 EXEC PGM=P1
//IF FILE.VALUE = 1 THEN
//STEPLIB DD DSN=LOAD1 LIBRARY
//ELSE
//STEPLIB DD DSN=LOAD2 LIBRARY
//ENDIF
Its really appreciable. |
|
| Back to top |
|
 |
References
|
Posted: Thu May 01, 2008 6:55 am Post subject: Re: IF/THEN/ELSE FOR JCL STEPLIB |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6033 Location: 221 B Baker St
|
|
|
|
Hello,
Sorry, no. |
|
| Back to top |
|
 |
|
|