Page 1 of 1

Need an help to get Error queue details from OPC

PostPosted: Tue Mar 29, 2016 5:01 am
by ssudhakar208
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.

Re: Need an help to get Error queue details from OPC

PostPosted: Tue Mar 29, 2016 5:46 pm
by NicC
Why not ask your OPC people if/how it can be done. Otherwise you will just have to cut'n'paste

Re: Need an help to get Error queue details from OPC

PostPosted: Thu Mar 31, 2016 6:39 pm
by Blackthorn
Why do you have to copy the whole screen? Why not use the batch Program Interface (PIF) to get the details you need?

Re: Need an help to get Error queue details from OPC

PostPosted: Fri Apr 01, 2016 11:52 am
by sbec
did you have a look @ the SOE ?
( https://www.ibm.com/developerworks/community/forums/html/forum?id=ad688374-c640-493c-a453-09d1fd262b03 )
this is a REXX Framework to easy get to TWS.

i had a quick look... so LIST CPOC STATUS=E
would be the way to go.....

regards Simon