Hi All,
I am working in a support project where i got a requirement like to copy the OPC Error queue details to PS or PDS member. I did a REXX code below and it will open the particular error queue page but not able to proceed further. Please help me to copy the OPC error queue details to dataset.
CODE:
/*REXX*/
ADDRESS ISPEXEC
"SELECT PGM(ISPSTRT) PARM(OPCT;6;4;;)"
The above code open the particular page exactly but i need to copy the entire error queue (screen ) details to dataset to proceed further. Please let me know is there any manuals regarding this requirement.
Thanks.