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

Find out the execution time and idle time of a rexx program


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
purushoth_jp

New User


Joined: 12 Dec 2004
Posts: 22

PostPosted: Fri Mar 30, 2007 11:23 am
Reply with quote

All-
1) Is there is any inbuilt time functions for time manipulations. if so please let me know.

2) Is there is any way to find out the execution time and idle time of a rexx program. in short i want to know how much time a particular program is taking to execute?.. please help me out


thanks in advance
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Mar 30, 2007 12:46 pm
Reply with quote

Are we talking elapsed or cpu here ???
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Mar 31, 2007 1:05 am
Reply with quote

Hello,

This would not be "real time", but you can get those kinds of statistics from SMF records.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Mar 31, 2007 2:10 am
Reply with quote

hi !

Quote:

1) Is there is any inbuilt time functions for time manipulations. if so please let me know.

2) Is there is any way to find out the execution time and idle time of a rexx program. in short i want to know how much time a particular program is taking to execute?.. please help me out


Answers :

1) YES

2) YES

Now a question;

for what reason You think we should do the searching, the reading and the reporting on the findings?
Wouldn' t be quicker for You to do the reading yourself?

The manuals involved are :

REXX guide and REXX reference

the REXX "time" bif and the TSO variables "SYSCPU" and "SYSSRV" will provide the needed info

regards
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top