Maybe this? https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieam100/iea3m1_Messages_sent_to_hardcopy_log_in_JES2_system.htm
On Tue, Nov 6, 2018 at 3:29 AM Jason Cai <[email protected]> wrote: > Hi all > > After system IPLed,we want to code rexx program to read syslog to check > whether there is any error in the system. > > We use the following statement to get descriptor code > > Address SDSF "ISFLOG READ TYPE(OPERLOG)" > > if word(isfdesccode.ix,jx)='1' and so on > > ======= > > But isfdesccode don't support SYSLOG . > > Our questions: > > 1. If we want to process each member,how to get descriptor code from > syslog? > > 2. everyday we backup our operlog, how to get descriptor code from it? > > any other way to check the system after IPLed. > > Thanks a lot! > > Best Regards, > > Jason Cai > > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
