find whether PS/PDS in migrated state within JCL -


any way can find whether file migrated state within jcl ? need put condition in jcl depending on location of file, how can refer creation, reference, expiration date..

jcl not have ability query attributes; merely method of referencing data is, or specifying criteria creating data.

if need type of information, sounds need rexx procedure. rexx primary scripting language ibm mainframe operating systems. (there implementations luw world.) in rexx, have access several items can you:

  • iggcsi00, catalog interface - interface of data returned idcams listcat command.
  • the sysdsn() function, quick way of determining whether or not data set exists (along few status values)
  • the listdsi() function, once validate sysdsn(), retrieves many different pieces of information data set. of looking there.

iggcsi00 documented in dfsms managing catalogs book, in chapter called "catalog search interface user's guide". other 2 documented in "tso/e rexx reference."


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -