tags:

views:

16

answers:

1

Suppose I want to call the ispf commands(like sar,fild in command lines which displays the respective screens) through my tool. Can anyone provide me a basic code to access sar screen through my tool

A: 

Not sure what you are really after. But if it is running ISPF dialogs using REXX, have a look at this link. It should get you headed in the right direction.

NealB
What i want is, when i execute the rexx code i want the 'sar' panel to be popped up and access the jobs and job details in it; similar to when it is accessed through ispf screen(when we enter sar)
Thomas