z/OS DFSMSrmm Application Programming Interface
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Using the EDGXCI macro

z/OS DFSMSrmm Application Programming Interface
SC23-6872-00

Follow these steps to obtain information from DFSMSrmm using the EDGXCI macro.

  1. Use EDGXCI MF=(L,addr) to save space in your dynamic area for the parameter list.
  2. Save the address of an output buffer that the application programming interface uses.
  3. Load the DFSMSrmm API module, EDGXAPI, and then save the address of the module.
  4. Create the subcommand that you want to process.
  5. Use the EDGXCI macro to complete the parameter list and call the DFSMSrmm application programming interface.
  6. Use EDGXCI with OPERATION=CONTINUE as needed to get more data for the current subcommand.
  7. Use EDGXCI with OPERATION=RELEASE to free resources that are obtained by the DFSMSrmm API module.
  8. Delete the EDGXAPI module that you loaded.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014