Transfer events from FAQS/PCS to Automic
search cancel

Transfer events from FAQS/PCS to Automic

book

Article ID: 277735

calendar_today

Updated On:

Products

FAQS - Automated Systems Operation

Issue/Introduction

 Is there a way to transfer events from FAQS/PCS to the Automic product?

Resolution

There is no direct conversion of a PCS Event to an Automic Event. What could be done is to run the JCLEVNT Report and input that as the build for the Automic Event.  
Or to have a more flexible report use the PCSEVRP Utility, Which will allow for a a more customized report of the PCS Event definitions.

 

Here is a sample that shows all the fields, in all the PCS Events on the MASTER Event File:

// EXEC PCSEVRP,SIZE=PCSEVRP     
FILE MASTER                      
TITLE1 'EVENTS ON MASTER EVENT FILE' 
INCLUDE $LISTALL                 
END                              
/*  

The $LISTALL is a canned report supplied by Broadcom.

FAQS documentation