I am trying to write assembler code to get the last modified date of a dataset. I looked at the VTOC details to get this information. But as Steve mentioned the VTOC contains the last reference date a ...
Yes, I am calling TSO (IKJEFT01) from JCL which calls my Rexx script. Sorry forgot to mention that.
I need to get the last modified date of a dataset. I am passing the dataset name from a Java progra ...
I have a REXX script to execute and return the result of LISTDS. It works fine when I call it from a JCL but when called from a DB2 stored procedure the LISTDS command does not return anythi ...