Collapse AllExpand All

2.1.3. Generation (Example) Previous topic Parent topic Child topic Next topic

  • Requesting all AMO action classes in a system:
    DISPLAY-AUTH:;
    H500: AMO AUTH   STARTED 
                          CLASS OF                                                  
      AMO   ACTION         SERVICE                                                      
      ---------------------------
      ACMSM ADD               4
      ACMSM CHANGE            4
      ACMSM DELETE            4
      ACMSM DISPLAY           4
      ACMSM REGENERATE        4
      AFR   ACTIVATE          5
      ...
    
  • Display the current AMO action classes for the AMO LDPLN:
    DISPLAY-AUTH:AMO="LDPLN";
    
  • Change the current AMO action class for "ADD" for the AMO LDPLN to 5:
    CHANGE-AUTH:AMO="LDPLN",ACTION="ADD",CLASS=5;