Exactly why I want to draw/visualise it.

I’m dealing with a dozen or more nodes to interconnect. If it’s 16 nodes, 
that’s 16C2 (combinatorics)... gets mental pretty fast.

– Vignesh
Mainframe Infrastructure

On 18-Feb-2019, at 23:24, Rob Schramm <rob.schr...@gmail.com> wrote:

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 <jerry.whitteri...@ibm.com
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
> jerry.whitteri...@ibm.com
> 
> IBM Services
> 
> IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on
> 02/18/2019 06:09:21 AM:
> 
>> From: ITschak Mugzach <imugz...@gmail.com>
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Date: 02/18/2019 06:09 AM
>> Subject: Re: CTC
>> Sent by: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
>> 
>> 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 <
>> vignesh.v.sankaranaraya...@marks-and-spencer.com> 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 lists...@listserv.ua.edu 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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>> 
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to