Hi All,
When i try to execute the below Rexx program
/* REXX */
CONSOLE ACTIVATE
ADDRESS CONSOLE
"(D R,L)"
EXIT
Am getting the below error in the console
IKJ55305I THE CONSOLE COMMAND HAS TERMINATED.+
IKJ55305I USER H48S21 DOES NOT HAVE CONSOLE COMMAND AUTHORITY.
4 *-* "(D R,L)"
+++ RC(-3) +++
***
Kinldy let me know, what kind of access i should require to execute the Console command through REXX program. If you could give me the access name, i can request my security team to provide that access for my ID.