IBM Infoprint XT for z/OS
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples: pdxtcluster command

IBM Infoprint XT for z/OS
GI11-9492-01

  • Convert clustr.lib in the /xerox_res directory to a clustr.cls source file in the common resource group:
    pdxtcluster -n "/xerox_res/clustr.lib"
    Note: -g common and -f lib2cls are the defaults.
  • Convert a clustr.cls file in the resource group common to a clustr.alb reformatted resource file:
    pdxtcluster -f cls2alb -n "clustr.cls"
  • Add two new clusters to clustr.cls in the common resource group. The CL2 cluster is mapped to tray 2 and CL3 is mapped to tray 3:
    pdxtcluster -f add -n "clustr.cls" -c cl2=2 -c cl3=3
  • Remove two clusters, CL2 and CL3, from clustr.cls:
    pdxtcluster -f remove -n "clustr.cls" -c cl2 -c cl3
  • List the clusters in clustr.cls in the common resource group:
    pdxtcluster -f list -n "clustr.cls"

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014