Hi,
I am relatively new to REXX and i could use some help here.
I have a requirement for a REXX tool to calculate and display the number of records in a given PS file.
I have a REXX code, where I give the input DSN name, calculate the record count and write it to an output PS file.
However, is it possible to do something like this...
Assume the DSN name of the REXX code which does the above processing is - SYS01.SYSLIB.SOURCE.REXXLIB(RECCNT)
Now, i open the target PS file, whose record count i want to calculate, and just type RECCNT on the command line.
And, the count should be displayed on the ISPF screen itself. I dont want it written on an output file.
Is this possible If so, how
Thanks,
Sam.