Hi, T1 = SYSTEM(12) EXECUTE 1 T2 = SYSTEM(12) DIFF1 = T2 - T1
T3 = SYSTEM(12) EXECUTE 2 T4 = SYSTEM(12) DIFF2 = T4 - T3 IF DIFF1 > DIFF2 THEN 1 END ELSE 2 and pls share the results with us :) Regards IM On Fri, Jan 22, 2010 at 5:04 AM, Kiran <[email protected]> wrote: > Hi Viewer, > > I have to execute two commands using EXECUTE. Which is the more > efficient way of doing it? > > 1. EXECUTE CMD1 > EXECUTE CMD2 > > 2. Y.CMD = CMD1 : @FM : CMD2 > EXECUTE Y.CMD > > Thanks, > Kiran. > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions > specific to Globus/T24 > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > -- Igor Micev -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
