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

How can we put a condition in Expeditor


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
prabeesh
Currently Banned

New User


Joined: 07 Dec 2006
Posts: 9
Location: chennai

PostPosted: Wed Dec 20, 2006 11:10 am
Reply with quote

How can we put a condition in Expeditor

My current scenario is I am running a program in Expeditor . I want to see the execution of each line of the program only for a particular value of a variable in the program

Title changed from "Expeditor" to "How can we put a condition in Expeditor" : Priyesh.
Back to top
View user's profile Send private message
vin12pr
Warnings : 1

New User


Joined: 14 Jun 2006
Posts: 56

PostPosted: Wed Dec 20, 2006 11:29 am
Reply with quote

I guess you can use when <variable> = value.you execute this in the command line.program execution will stop when this condition is satisfied.
Back to top
View user's profile Send private message
prabeesh
Currently Banned

New User


Joined: 07 Dec 2006
Posts: 9
Location: chennai

PostPosted: Wed Dec 20, 2006 12:09 pm
Reply with quote

icon_rolleyes.gif
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Dec 20, 2006 10:12 pm
Reply with quote

Hi !

You could also insert a IF-Condition in your displayed xpediter coding.
IF Fieldname = 'abcde'
PAUSE
END-IF

Then trace is stopped if condition is true.

Regards, UmeySan
Back to top
View user's profile Send private message
muraligaru1

New User


Joined: 25 Sep 2006
Posts: 8

PostPosted: Mon Feb 19, 2007 7:25 am
Reply with quote

use WHEN condition
Back to top
View user's profile Send private message
pcoreddy

New User


Joined: 14 Mar 2007
Posts: 24
Location: Mysore

PostPosted: Wed Mar 21, 2007 7:06 pm
Reply with quote

Give in the commend line WHEN X-Variable(= <>)Vlaue
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts How to give complex condition in JCL . CLIST & REXX 30
No new posts selectively copy based on condition DFSORT/ICETOOL 3
This topic is locked: you cannot edit posts or make replies. Control-m JOB executing even when the... Compuware & Other Tools 6
No new posts Dynamic condition checks COBOL Programming 5
No new posts Extract 2 more lines below line that ... DFSORT/ICETOOL 2
Search our Forums:

Back to Top