Saturday, November 30, 2013

What is MACRO Process ?

Create a macro file named AUTHRG, containing substitution variables, to register and grant authority to a new administrator.
Write the macro as follows:
/* Register and grant authority to a new administrator */
REGister Admin %1 %2 -             /* Enter userid and password */
CONtact=%3                  /* Enter contact info (in quotes if nec.) */
GRant AUTHority    %1           - /* Server uses variable already */ - /* defined by you */
CLasses=%4                /* Enter the privilege class  */
Enter the values you want to pass to the server to process the command when you run the macro.

Command: macro authrg.mac jones passwd x1235 Policy

0 comments:

Post a Comment