View previous topic :: View next topic |
Author |
Message |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Tue Oct 16, 2007 8:08 pm Post subject: |
|
|
//JOBCARD...
//SETDAYP SET DAYP=2
//*
//* SET RETURN-CODE BASED ON THE INPUT PARM VALUE
//STEP1 EXEC PGM=SOMEPGM,PARM='&DAYP'
//*
// IF (STEP1.RC = 1) THEN
//SXWT5010 EXEC PGM=SORT
//......
// ENDIF
//SXWT5011 EXEC PGM=SORT
//..
See more detail here in 17.0 Chapter 17. IF/THEN/ELSE/ENDIF Statement Construct in the z/OS V1R9.0 MVS JCL Reference. |
|
Back to top |
|
 |
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Wed Oct 17, 2007 9:17 am Post subject: |
|
|
Pay special attention to 17.1.4.5 Relational-Expression Keywords. _________________ ....Terry |
|
Back to top |
|
 |
|
|