Depending on the number of lpars and cecs, A simple drawing can do it. The more connections.. the more complicated the drawing.
Personally, drawing it is always how i have really understood it YMMV Rob Schramm On Mon, Feb 18, 2019, 12:13 PM Jerry Whitteridge <[email protected] wrote: > To be able to make sense of CTC definitions I use HCM downloaded to the PC. > Its the only graphical way to review the connections. I also use HCM to > define new CTC connections. For all other HCD definitions I prefer using > HCD and ISPF. > > Jerry Whitteridge > Delivery Manager / Mainframe Architect > GTS - Safeway Account > 602 527 4871 Mobile > [email protected] > > IBM Services > > IBM Mainframe Discussion List <[email protected]> wrote on > 02/18/2019 06:09:21 AM: > > > From: ITschak Mugzach <[email protected]> > > To: [email protected] > > Date: 02/18/2019 06:09 AM > > Subject: Re: CTC > > Sent by: IBM Mainframe Discussion List <[email protected]> > > > > I don't have a specific rexx for the problem, but I can give some tips > form > > daily experience. I do parsing every day, many times a day, for our > > IronSphere product. IOCP is using a macro language. so: > > > > 1. make every macro a single string. continuation is at column 72, the > > last line in a multi line doesn;t have a comma and a continuation char > at > > col 762. > > 2. tokenize the string by replacing every equal sign to blank. > > 3. wordpos the keyword you are looking for. of position is not zero, > the > > value is the next word. > > 4. result may be enclosed in parentheses, separated with commas. know > > what you are looking for for second level parsing. > > 5. I use a stem to store the single line macro calls at step 1. > > > > > > best, > > ITschak > > > > On Mon, Feb 18, 2019 at 2:32 PM Sankaranarayanan, Vignesh < > > [email protected]> wrote: > > > > > Hello All, > > > > > > I know this is a long shot but does anyone have any REXX that parses > IOCP > > > and "makes sense" of the CTC definitions? > > > I'm losing my mind trying to learn what I'm seeing.. > > > > > > - Vignesh > > > Mainframe Infrastructure > > > > > > > > > MARKSANDSPENCER.COM > > > ________________________________ > > > Unless otherwise stated above: > > > Marks and Spencer plc > > > Registered Office: > > > Waterside House > > > 35 North Wharf Road > > > London > > > W2 1NW > > > > > > Registered No. 214436 in England and Wales. > > > > > > Telephone (020) 7935 4422 > > > Facsimile (020) 7487 2670 > > > > > > www.marksandspencer.com > > > > > > Please note that electronic mail may be monitored. > > > > > > This e-mail is confidential. If you received it by mistake, please let > us > > > know and then delete it from your system; you should not copy, > disclose, or > > > distribute its contents to anyone nor act in reliance on this e-mail, > as > > > this is prohibited and may be unlawful. > > > > > > ---------------------------------------------------------------------- > > > For IBM-MAIN subscribe / signoff / archive access instructions, > > > send email to [email protected] with the message: INFO IBM-MAIN > > > > > > > > > -- > > ITschak Mugzach > > *|** IronSphere Platform* *|* *Information Security Contiguous Monitoring > > for Legacy **| * > > > > ---------------------------------------------------------------------- > > 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 > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
