IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

RUN Statement


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vrakeshmbt

New User


Joined: 17 Aug 2005
Posts: 30

PostPosted: Mon Dec 12, 2005 2:27 pm
Reply with quote

stepname.RUN
stepname.RUN=TRUE

CAN ANYONE EXPLAIN ME THE RUN STATEMENT??
Back to top
View user's profile Send private message
iknow

Active User


Joined: 22 Aug 2005
Posts: 411
Location: Colarado, US

PostPosted: Mon Dec 12, 2005 3:36 pm
Reply with quote

Hi vrakeshmbt,

To your notice.

The MVS/ESA JCL Reference manual for Version 4 (V4)
(GC28-1654) indicates that "the keywords recognized in
relational-expressions are:

1)RUN
2)^RUN

RUN-indicates that the specified step executed
^RUN-indicates that the specified step did not execute


STEPNAME.RUN
STEPNAME.RUN=TRUE

Indicates that the relational expression tests that a
specific job step (stepname) executed.

STEPNAME.PROCSTEPNAME.RUN
STEPNAME.PROCSTEPNAME.RUN=TRUE
- Indicates that the relational expression tests that a specific job step (stepname) and procedure step (procstepname) executed.

^STEPNAME.RUN
STEPNAME.RUN=FALSE
- Indicates that the relational expression tests that a specific job step (stepname) did not execute.

^STEPNAME.PROCSTEPNAME.RUN
STEPNAME.PROCSTEPNAME.RUN=FALSE
- Indicates that the relational expression tests that a specific job step (stepname) and procedure step (procstepname) did not execute.

Hope this helps.
Back to top
View user's profile Send private message
vrakeshmbt

New User


Joined: 17 Aug 2005
Posts: 30

PostPosted: Mon Dec 12, 2005 3:45 pm
Reply with quote

RUN-indicates that the specified step executed
^RUN-indicates that the specified step did not execute


As u said, specified step executed,

can u plz provide a example regarding this.
I am not able to get this.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Dec 12, 2005 5:11 pm
Reply with quote

The manual that iknow was referring you to has an example here:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/17.1.10.7?SHELF=&DT=20050713232151&CASE=
Back to top
View user's profile Send private message
vrakeshmbt

New User


Joined: 17 Aug 2005
Posts: 30

PostPosted: Mon Dec 12, 2005 5:32 pm
Reply with quote

Thanks a lot superk.
Back to top
View user's profile Send private message
iknow

Active User


Joined: 22 Aug 2005
Posts: 411
Location: Colarado, US

PostPosted: Mon Dec 12, 2005 7:29 pm
Reply with quote

Hi Superk,

Thanks for your valuable information. I tried my level best to get the example but I couldn't.

Anyways the link which you have sent gives a clear understanding on how to use STEPNAME.RUN in the JCL.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts JOIN STATEMENT PERFORMANCE. DFSORT/ICETOOL 12
No new posts Relate COBOL statements to EGL statement All Other Mainframe Topics 0
No new posts process statement for SUPREC, CMPCOLM... TSO/ISPF 4
No new posts SYNCSORT/ICETOOL JOINKEYS SORT Statem... DFSORT/ICETOOL 13
No new posts DFDSS COPY using Filter REFDT statement JCL & VSAM 2
Search our Forums:

Back to Top