I have 'rolled my' own job flow diagrams in the past, augmenting with SMF
data to allow CPU (or elapsed) time to determine the size of the plotted
boxes to be able to visualise the heavy hitters in the flow.

I had two iterations:
The first generating SGML that could be subsequently input to yED to view
the output.
The second generating SVG which could be directly viewed in a browser, and
did give a lot more control over the layout. In this case, I had the
elapsed time controlling the size of the boxes, with CPU time also
indicated with an indicative "box within a box" (which could go outside the
'elapsed box' if there was mutithreading going on, of course),

In both iterations, they key was getting a list of job dependencies from
the job scheduler.




On 2 April 2018 at 00:20, Robert Prins <[email protected]> wrote:

> On 2018-04-01 19:30, Charles Mills wrote:
>
>> What would one do with JCL that had been converted to HTML?
>>
>> Serious question.
>>
>
> Use it in presentations when you don't have access to a live z/OS system.
>
> Do you have an example screen shot? I did not see one on your site.
>>
>
> I'll try to post some once we're back in Belgium next weekend.
>
> Does it just produce HTML that displays the JCL highlighted as the ISPF
>> editor would? Why would one do that rather than simply view the JCL in
>> ISPF?
>>
>
> On a website...
>
> Robert
> --
> Robert AH Prins
> robert.ah.prins(a)gmail.com
>
> ----------------------------------------------------------------------
> 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

Reply via email to