CL’s Null Value
April 19, 2006 Hey, Ted
I am writing a CL program in which I pass variables to the Change User Profile (CHGUSRPRF) command. The command fails when I try to use a qualified name containing a single value like *SAME or *NONE. If I use one variable for the qualified parameter, *SAME and *NONE work, but the compiler won’t allow me to put both library name and program name into one variable. How can I pass qualified names that allow single values as variables to commands? –Brian Use two variables for the qualified name in your CHGUSRPRF command. When you need to use a single |