Re: WLM Guidance/Suggestions ! ! !

2020-02-03 Thread Andreas von Imhof
What Kees has written is correct. My rule of thumb is the faster the CP the 
lower the velocity. With CPU upgrades I typically revise the velocity down.
It would help us if you would post a snapshot of the SUM report in RMF III, 
then we have all the info and not just a tiny bit and we can help you more 
accuately.

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


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread Wayne Bickerdike
Thanks David,

I'll try that, I may have missed something important :)

On Tue, Feb 4, 2020 at 1:26 PM David Crayford  wrote:

> You didn't read the installation doc Wayne ;)
>
> There is an install script that installs into PDS data sets. From a
> command shell in the zigi installation directory run the following command:
>
> ./install.sh
>
> On 2020-02-04 10:18 AM, Wayne Bickerdike wrote:
> > I'm a bit of a noob with manipulating the EXECS and Panels. Once I got
> > them into my uss file system, I assume they have to run from ISPF
> > PDS/PDSEs (ISPPLIB)?
> >
> > Now they appear to be <> LRECL 80 and after some stuffing around, I
> > did an FTP from USS to my ISP lib to get each of them into a PDS.
> >
> > ie ftp
> >
> > get '/usr/input/panels/ZIGIPAN1' 'MY.ISPPLIB(ZIGIPAN1)'
> >
> >
> >
> > Is there a better way (There has to be, just didn't work it out).
> >
> > On 2/4/20, Wayne Bickerdike  wrote:
> >> Installed on my sandbox. Very impressive, nice job. Just have to find
> >> some gits who will use it.
> >>
> >> On 2/3/20, Lionel B. Dyck  wrote:
> >>> After two months of removing bugs and adding a ton of new features
> we're
> >>> proud to present zigi v2r0.
> >>>
> >>> Most of the changes are documented in the "Release Notes". You can find
> >>> those inside the repository at
> >>> https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.
> >>>
> >>> Big changes are:
> >>>
> >>> GITCMD: You can now issue git commands straight from zigi.
> >>> Improved GREP processing (Dataset and report views)
> >>> Snapshots. For those of you that need an 'escrow' of the current
> >>> status/release of your repo
> >>> Cheat Sheet: see the docs/ folder in the repo
> >>> Improved merge conflict resolution
> >>> Improved cloning of 'non-zigi'-repositories
> >>> Full support of managing OMVS files (subfolders et-al)
> >>> Rename and Remove of repository items
> >>> Add a / in row selections to see available options
> >>> Colorized diff views
> >>> Support for binary files (XMITs, ObjectDecks)
> >>> Various performance improvements
> >>> We're looking forward to your experiences with this version. If you've
> >>> (public) repos managed with zigi, please drop us a line, we want to
> >>> feature
> >>> these on https://zigi.rocks
> >>>
> >>> —
> >>> This release has 2 assets:
> >>>
> >>> Source code (zip)
> >>> Source code (tar.gz)
> >>> Visit the release page to download them.
> >>>
> >>>
> >>> Lionel B Dyck <
> >>> Sent from my iPad Pro 10.5
> >>> Website: www.lbdsoftware.com
> >>>
> >>> "Worry more about your character than your reputation.  Character is
> what
> >>> you are, reputation merely what others think you are." - John Wooden
> >>> --
> >>> For IBM-MAIN subscribe / signoff / archive access instructions,
> >>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >>>
> >>
> >> --
> >> Wayne V. Bickerdike
> >>
> >
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Wayne V. Bickerdike

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


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread Paul Gilmartin
On Tue, 4 Feb 2020 13:18:35 +1100, Wayne Bickerdike wrote:
>
>Now they appear to be <> LRECL 80 and after some stuffing around, I
>did an FTP from USS to my ISP lib to get each of them into a PDS.
> 
Grrr...

When I first used SPF, circa 1980, I wrote a few personal panels, all
RECFM=VB.  I saw no need to make everything look like cards; it
wasn't my background.  And, IIRC, VB was the mode for SPF.  Then
ISPF intruded, requiring everything FB-80.  I needed to rewrite my
(few) panels.  I considered it a step backwards.

(BTW, PDS can be LRECL<>80, and SYSEXEC can be LRECL<>80.)

-- gil

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


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread Lionel B Dyck
Check out zigi.rocks - scroll down to the bottom right for a list of git repos 
created with zigi to get you started. 

Lionel B. Dyck <
Website: www.lbdsoftware.com
Sent from my iPhone 8+

Worry more about your character than your reputation.  Character is what you 
are, reputation merely what others think you are." - John Wooden 

> On Feb 3, 2020, at 8:12 PM, Wayne Bickerdike  wrote:
> 
> Installed on my sandbox. Very impressive, nice job. Just have to find
> some gits who will use it.
> 
>> On 2/3/20, Lionel B. Dyck  wrote:
>> After two months of removing bugs and adding a ton of new features we're
>> proud to present zigi v2r0.
>> 
>> Most of the changes are documented in the "Release Notes". You can find
>> those inside the repository at
>> https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.
>> 
>> Big changes are:
>> 
>> GITCMD: You can now issue git commands straight from zigi.
>> Improved GREP processing (Dataset and report views)
>> Snapshots. For those of you that need an 'escrow' of the current
>> status/release of your repo
>> Cheat Sheet: see the docs/ folder in the repo
>> Improved merge conflict resolution
>> Improved cloning of 'non-zigi'-repositories
>> Full support of managing OMVS files (subfolders et-al)
>> Rename and Remove of repository items
>> Add a / in row selections to see available options
>> Colorized diff views
>> Support for binary files (XMITs, ObjectDecks)
>> Various performance improvements
>> We're looking forward to your experiences with this version. If you've
>> (public) repos managed with zigi, please drop us a line, we want to feature
>> these on https://zigi.rocks
>> 
>> —
>> This release has 2 assets:
>> 
>> Source code (zip)
>> Source code (tar.gz)
>> Visit the release page to download them.
>> 
>> 
>> Lionel B Dyck <
>> Sent from my iPad Pro 10.5
>> Website: www.lbdsoftware.com
>> 
>> "Worry more about your character than your reputation.  Character is what
>> you are, reputation merely what others think you are." - John Wooden
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>> 
> 
> 
> -- 
> Wayne V. Bickerdike
> 
> --
> 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


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread David Crayford

You didn't read the installation doc Wayne ;)

There is an install script that installs into PDS data sets. From a 
command shell in the zigi installation directory run the following command:


./install.sh

On 2020-02-04 10:18 AM, Wayne Bickerdike wrote:

I'm a bit of a noob with manipulating the EXECS and Panels. Once I got
them into my uss file system, I assume they have to run from ISPF
PDS/PDSEs (ISPPLIB)?

Now they appear to be <> LRECL 80 and after some stuffing around, I
did an FTP from USS to my ISP lib to get each of them into a PDS.

ie ftp

get '/usr/input/panels/ZIGIPAN1' 'MY.ISPPLIB(ZIGIPAN1)'



Is there a better way (There has to be, just didn't work it out).

On 2/4/20, Wayne Bickerdike  wrote:

Installed on my sandbox. Very impressive, nice job. Just have to find
some gits who will use it.

On 2/3/20, Lionel B. Dyck  wrote:

After two months of removing bugs and adding a ton of new features we're
proud to present zigi v2r0.

Most of the changes are documented in the "Release Notes". You can find
those inside the repository at
https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.

Big changes are:

GITCMD: You can now issue git commands straight from zigi.
Improved GREP processing (Dataset and report views)
Snapshots. For those of you that need an 'escrow' of the current
status/release of your repo
Cheat Sheet: see the docs/ folder in the repo
Improved merge conflict resolution
Improved cloning of 'non-zigi'-repositories
Full support of managing OMVS files (subfolders et-al)
Rename and Remove of repository items
Add a / in row selections to see available options
Colorized diff views
Support for binary files (XMITs, ObjectDecks)
Various performance improvements
We're looking forward to your experiences with this version. If you've
(public) repos managed with zigi, please drop us a line, we want to
feature
these on https://zigi.rocks

—
This release has 2 assets:

Source code (zip)
Source code (tar.gz)
Visit the release page to download them.


Lionel B Dyck <
Sent from my iPad Pro 10.5
Website: www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what
you are, reputation merely what others think you are." - John Wooden
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--
Wayne V. Bickerdike





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


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread Wayne Bickerdike
I'm a bit of a noob with manipulating the EXECS and Panels. Once I got
them into my uss file system, I assume they have to run from ISPF
PDS/PDSEs (ISPPLIB)?

Now they appear to be <> LRECL 80 and after some stuffing around, I
did an FTP from USS to my ISP lib to get each of them into a PDS.

ie ftp

get '/usr/input/panels/ZIGIPAN1' 'MY.ISPPLIB(ZIGIPAN1)'



Is there a better way (There has to be, just didn't work it out).

On 2/4/20, Wayne Bickerdike  wrote:
> Installed on my sandbox. Very impressive, nice job. Just have to find
> some gits who will use it.
>
> On 2/3/20, Lionel B. Dyck  wrote:
>> After two months of removing bugs and adding a ton of new features we're
>> proud to present zigi v2r0.
>>
>> Most of the changes are documented in the "Release Notes". You can find
>> those inside the repository at
>> https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.
>>
>> Big changes are:
>>
>> GITCMD: You can now issue git commands straight from zigi.
>> Improved GREP processing (Dataset and report views)
>> Snapshots. For those of you that need an 'escrow' of the current
>> status/release of your repo
>> Cheat Sheet: see the docs/ folder in the repo
>> Improved merge conflict resolution
>> Improved cloning of 'non-zigi'-repositories
>> Full support of managing OMVS files (subfolders et-al)
>> Rename and Remove of repository items
>> Add a / in row selections to see available options
>> Colorized diff views
>> Support for binary files (XMITs, ObjectDecks)
>> Various performance improvements
>> We're looking forward to your experiences with this version. If you've
>> (public) repos managed with zigi, please drop us a line, we want to
>> feature
>> these on https://zigi.rocks
>>
>> —
>> This release has 2 assets:
>>
>> Source code (zip)
>> Source code (tar.gz)
>> Visit the release page to download them.
>>
>>
>> Lionel B Dyck <
>> Sent from my iPad Pro 10.5
>> Website: www.lbdsoftware.com
>>
>> "Worry more about your character than your reputation.  Character is what
>> you are, reputation merely what others think you are." - John Wooden
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>>
>
>
> --
> Wayne V. Bickerdike
>


-- 
Wayne V. Bickerdike

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


Re: zigi 2.0. The z/OS ISPF Git Interface released

2020-02-03 Thread Wayne Bickerdike
Installed on my sandbox. Very impressive, nice job. Just have to find
some gits who will use it.

On 2/3/20, Lionel B. Dyck  wrote:
> After two months of removing bugs and adding a ton of new features we're
> proud to present zigi v2r0.
>
> Most of the changes are documented in the "Release Notes". You can find
> those inside the repository at
> https://github.com/wizardofzos/zigi/blob/master/ZIGI.RELEASE.
>
> Big changes are:
>
> GITCMD: You can now issue git commands straight from zigi.
> Improved GREP processing (Dataset and report views)
> Snapshots. For those of you that need an 'escrow' of the current
> status/release of your repo
> Cheat Sheet: see the docs/ folder in the repo
> Improved merge conflict resolution
> Improved cloning of 'non-zigi'-repositories
> Full support of managing OMVS files (subfolders et-al)
> Rename and Remove of repository items
> Add a / in row selections to see available options
> Colorized diff views
> Support for binary files (XMITs, ObjectDecks)
> Various performance improvements
> We're looking forward to your experiences with this version. If you've
> (public) repos managed with zigi, please drop us a line, we want to feature
> these on https://zigi.rocks
>
> —
> This release has 2 assets:
>
> Source code (zip)
> Source code (tar.gz)
> Visit the release page to download them.
>
>
> Lionel B Dyck <
> Sent from my iPad Pro 10.5
> Website: www.lbdsoftware.com
>
> "Worry more about your character than your reputation.  Character is what
> you are, reputation merely what others think you are." - John Wooden
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Wayne V. Bickerdike

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


Re: Manuals for CA-VOLLIE?

2020-02-03 Thread Wayne Bickerdike
That's a blast from the past.
It does run as a CICS transaction (Normally OLLE).

It is 1000% better than the IBM VSE offering (name escapes me).

In architecture it's not unlike ROSCOE, runs very lean and mean. All
the members are contained within a single VSAM cluster which is
formatted and then has 3 char lib prefixes and 8 char names similar to
a PDS. eg JCL.MASTJOB1.

It also has a crude form of security, defined in a macro assembler
module. This determines what you can see and do. A very naughty
programmer substituted his own version and when we found out, I
substituted yet another module that blasted ***violation*** on the
console. The guy in question (Kevin Parker where are you now?) crapped
his pants when he realised he'd been rumbled. Had an entertaining
dressing down meeting with him.

>From memory, I belive you use the "l" command (list) to bring up a
member in an editor panel.

It has a submit command (I think sub?) and has access to the Power
spool to fetch output.

It's been 30 years since I last saw Vollie :)

On 2/4/20, Bernd Oppolzer  wrote:
> great, thank you, I will have to ask my customer, if we can have access
> to this site.
> Thanks, kind regards
>
> Bernd
>
>
> Am 03.02.2020 um 20:51 schrieb Frank Swarbrick:
>> I don't have a Broadcom logon, but did you try this page?
>> https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-miscellaneous/legacy_bookshelves_and_pdfs/bookshelves_and_pdfs/bookshelves/ca-vollie-for-z-vse.html
>>
>> 
>> From: IBM Mainframe Discussion List  on behalf
>> of Bernd Oppolzer 
>> Sent: Monday, February 3, 2020 11:25 AM
>> To: IBM-MAIN@LISTSERV.UA.EDU 
>> Subject: Manuals for CA-VOLLIE?
>>
>> In my new project assignment, I have to use a tool called VOLLIE (from
>> CA), which is used to modify (edit)
>> VSE libraries and prepare compile and test jobs for VSE and COBOL-CICS
>> programs etc.
>>
>> No VM in this installation. VOLLIE seems to be a CICS transaction.
>>
>> Is there a manual for CA-VOLLIE, which can be shared, for example PDF
>> format?
>> No match when using the well-known search engines.
>>
>> Thanks and regards
>>
>> Bernd
>>
>> --
>> 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
> --
>
> Oppolzer-Informatik
> Dipl. Inf. Bernd Oppolzer
> Bärenhofstraße 23
> 70771 Leinfelden-Echterdingen
> —
> Tel.: +49 711 7949591
> priv.: +49 711 7949590
> mobil: +49 151 75005359
> eMail: bernd.oppol...@t-online.de 
> Web: http://bernd-oppolzer.de/job.htm
> —
> Für Umsatzsteuerzwecke:
> SteuerNr.: 97 076 / 29921
> USt-ID-Nr.: DE 147 700 393
> —
> Oppolzer-Informatik 1983 - 2019
> 36years of experience in computer science**
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Wayne V. Bickerdike

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


Re: Phases of Project in Mainframe

2020-02-03 Thread Edward Finnell
What happened to SAPR? It was in essence the project plan from soup to nuts. 
Environmental, hardware changes, software requirements, ISV levels, backout and 
assignment to persons responsible.

In a message dated 2/3/2020 6:01:30 AM Central Standard Time, 
parwez_ha...@hotmail.com writes:
I am sure there are other tasks and these will again depend on the experience 
and skill level of those who are doing the 'installation of or migration to the 
z15'

A combination of the the following:

z15 Redbook (SG24-8860) and the z15 Installation Manual for Physical Planning 
(GC28-7002) may help you in creating a Project Plan.

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


Re: DR Sysplex Procedure

2020-02-03 Thread Jesse 1 Robinson
It's very hard to give advice on DR network issues because so much depends on 
configuration. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Elaine Beal
Sent: Monday, February 3, 2020 12:58 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: DR Sysplex Procedure

CAUTION EXTERNAL EMAIL

Thanks all.
We were able to issue the start policy for the DR policy and all went well!
till we got to the network :)
Elaine


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


Re: [ISPF-L] "macro_msg" edit macro command not working for "COMPARE" command?

2020-02-03 Thread Bob Bridges
I've never used the COMPARE command.  (Never used MACRO_MSG, either.)  What 
message were you expecting from COMPARE?

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* By 2005 or so, it will be clear that the Internet's impact on the economy 
has been no greater than the fax machine's.  -Paul Krugman, Nobel-prize-winning 
economist in 1998 */

-Original Message-
From: ispf-l-l...@nd.edu [mailto:ispf-l-l...@nd.edu] On Behalf Of Robert Prins
Sent: Monday, February 3, 2020 09:11

I've been using this for ages, and in case you've never heard of it:

MACRO_MSG Set or Query the Macro Message switch

The MACRO_MSG assignment statement sets or retrieves the value of the
macro_msg switch, which controls whether macro processing delivers ISPF
messages to the macro.

Syntax

 >>--ISREDIT--(varname)-- = --MACRO_MSG--><

  +-ON--+
 >>--ISREDIT--MACRO_MSG-- = --+-+><
  +-OFF-+

varname The name of a variable containing the setting of MACRO_MSG.

ON  ISPF messages generated by macro commands are formatted.
OFF ISPF messages are not formatted.

Description

The MACRO_MSG assignment statement sets a switch for subsequent macro
processing. When set ON, any message that is generated by a macro command
is formatted and made available in variables in ZEDILMSG, ZEDISMSG, and
ZEDMSGNO.

This is a diagnostic switch and should only be used to extract messages as
required. Macros that perform operations on many edit lines may experience
a performance degradation if this switch is ON.

Return codes

0   Normal completion
20  Severe error

I now wanted to use it to get at the message set by the "COMPARE" command, as 
that just returns RC=0, no matter (differences or no differences) what, but in 
this case all three above mentioned variables come back as 8-character blank 
strings. Am I doing something wrong, or is this a bug?

Replies please to IBM-MAIN only (I cross-posted this also to ISPF-L)

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


Re: DR Sysplex Procedure

2020-02-03 Thread Elaine Beal
Thanks all.
We were able to issue the start policy for the DR policy and all went well!
till we got to the network :)
Elaine

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


Re: Manuals for CA-VOLLIE?

2020-02-03 Thread Bernd Oppolzer
great, thank you, I will have to ask my customer, if we can have access 
to this site.

Thanks, kind regards

Bernd


Am 03.02.2020 um 20:51 schrieb Frank Swarbrick:

I don't have a Broadcom logon, but did you try this page?
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-miscellaneous/legacy_bookshelves_and_pdfs/bookshelves_and_pdfs/bookshelves/ca-vollie-for-z-vse.html


From: IBM Mainframe Discussion List  on behalf of Bernd 
Oppolzer 
Sent: Monday, February 3, 2020 11:25 AM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Manuals for CA-VOLLIE?

In my new project assignment, I have to use a tool called VOLLIE (from
CA), which is used to modify (edit)
VSE libraries and prepare compile and test jobs for VSE and COBOL-CICS
programs etc.

No VM in this installation. VOLLIE seems to be a CICS transaction.

Is there a manual for CA-VOLLIE, which can be shared, for example PDF
format?
No match when using the well-known search engines.

Thanks and regards

Bernd

--
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

--

Oppolzer-Informatik
Dipl. Inf. Bernd Oppolzer
Bärenhofstraße 23
70771 Leinfelden-Echterdingen
—
Tel.: +49 711 7949591
priv.: +49 711 7949590
mobil: +49 151 75005359
eMail: bernd.oppol...@t-online.de 
Web: http://bernd-oppolzer.de/job.htm
—
Für Umsatzsteuerzwecke:
SteuerNr.: 97 076 / 29921
USt-ID-Nr.: DE 147 700 393
—
Oppolzer-Informatik 1983 - 2019
36years of experience in computer science**




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


Re: Manuals for CA-VOLLIE?

2020-02-03 Thread Frank Swarbrick
I don't have a Broadcom logon, but did you try this page?
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-miscellaneous/legacy_bookshelves_and_pdfs/bookshelves_and_pdfs/bookshelves/ca-vollie-for-z-vse.html


From: IBM Mainframe Discussion List  on behalf of 
Bernd Oppolzer 
Sent: Monday, February 3, 2020 11:25 AM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Manuals for CA-VOLLIE?

In my new project assignment, I have to use a tool called VOLLIE (from
CA), which is used to modify (edit)
VSE libraries and prepare compile and test jobs for VSE and COBOL-CICS
programs etc.

No VM in this installation. VOLLIE seems to be a CICS transaction.

Is there a manual for CA-VOLLIE, which can be shared, for example PDF
format?
No match when using the well-known search engines.

Thanks and regards

Bernd

--
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


Re: Manuals for CA-VOLLIE?

2020-02-03 Thread Frank Swarbrick
You might ask on bit.listserv.vse-l.


From: IBM Mainframe Discussion List  on behalf of 
Bernd Oppolzer 
Sent: Monday, February 3, 2020 11:25 AM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Manuals for CA-VOLLIE?

In my new project assignment, I have to use a tool called VOLLIE (from
CA), which is used to modify (edit)
VSE libraries and prepare compile and test jobs for VSE and COBOL-CICS
programs etc.

No VM in this installation. VOLLIE seems to be a CICS transaction.

Is there a manual for CA-VOLLIE, which can be shared, for example PDF
format?
No match when using the well-known search engines.

Thanks and regards

Bernd

--
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


Re: Manuals for CA-VOLLIE?

2020-02-03 Thread Gord Tomlin

On 2020-02-03 13:25, Bernd Oppolzer wrote:
Is there a manual for CA-VOLLIE, which can be shared, for example PDF 
format?

No match when using the well-known search engines
I haven't seen the name VOLLIE in many years. Perhaps the product has 
been renamed?


Searching Broadcom's site for VOLLIE gets 23 hits, but none of them have 
VOLLIE in the title.


--

Regards, Gord Tomlin
Action Software International
(a division of Mazda Computer Corporation)
Tel: (905) 470-7113, Fax: (905) 470-6507
Support: https://actionsoftware.com/support/

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


Manuals for CA-VOLLIE?

2020-02-03 Thread Bernd Oppolzer
In my new project assignment, I have to use a tool called VOLLIE (from 
CA), which is used to modify (edit)
VSE libraries and prepare compile and test jobs for VSE and COBOL-CICS 
programs etc.


No VM in this installation. VOLLIE seems to be a CICS transaction.

Is there a manual for CA-VOLLIE, which can be shared, for example PDF 
format?

No match when using the well-known search engines.

Thanks and regards

Bernd

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


Re: Phases of Project in Mainframe

2020-02-03 Thread Tom Conley

On 2/2/2020 12:56 AM, Peter wrote:

Hello

Apologies for this question as am not a project manager.

My manager generally wants to know what are the phases of the project(for
example if someone is rolling out z15).

Could someone share the phases that you go through generally for a
Mainframe hardware implementation.

Peter

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



Peter,

Whoever you're paying the  to install the z15 should provide you 
their plan.


Regards,
Tom Conley

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


"macro_msg" edit macro command not working for "COMPARE" command?

2020-02-03 Thread Robert Prins

I've been using this for ages, and in case you've never heard of it:

MACRO_MSG Set or Query the Macro Message switch

The MACRO_MSG assignment statement sets or retrieves the value of the
macro_msg switch, which controls whether macro processing delivers ISPF
messages to the macro.

Syntax

>>--ISREDIT--(varname)-- = --MACRO_MSG--><

 +-ON--+
>>--ISREDIT--MACRO_MSG-- = --+-+><
 +-OFF-+

varname The name of a variable containing the setting of MACRO_MSG.

ON  ISPF messages generated by macro commands are formatted.
OFF ISPF messages are not formatted.

Description

The MACRO_MSG assignment statement sets a switch for subsequent macro
processing. When set ON, any message that is generated by a macro command
is formatted and made available in variables in ZEDILMSG, ZEDISMSG, and
ZEDMSGNO.

This is a diagnostic switch and should only be used to extract messages as
required. Macros that perform operations on many edit lines may experience
a performance degradation if this switch is ON.

Return codes

0   Normal completion
20  Severe error

I now wanted to use it to get at the message set by the "COMPARE" command, as 
that just returns RC=0, no matter (differences or no differences) what, but in 
this case all three above mentioned variables come back as 8-character blank 
strings. Am I doing something wrong, or is this a bug?


Replies please to IBM-MAIN only (I cross-posted this also to ISPF-L)

Robert
--
Robert AH Prins
robert.ah.prins(a)gmail.com
The hitchhiking grandfather - https://prino.neocities.org/indez.html
Some REXX code for use on z/OS - https://prino.neocities.org/zOS/zOS-Tools.html

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


Re: WLM Guidance/Suggestions ! ! !

2020-02-03 Thread Vernooij, Kees (ITOP NM) - KLM
Your problem is probably caused by the faster CPs, combined with the definition 
of Velocity.
- Velocity in fact means that a job receives nn% of what it wants. CPU hungry 
jobs will therefor get much CPU if their imp os high enough.
- On the 5 CP machine, the jobs probably did not 'monopolize' all the engines, 
leaving room for other jobs, while on the 2 CP machine they are now able to 
monopolize it, leaving nothing for other jobs.

If the jobs are important, you can start with keeping their imp, but lowering 
their velocity, until they receive what you want them to, leaving capacity for 
other jobs.

Kees.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Pesce, Andy
Sent: 30 January 2020 15:24
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: WLM Guidance/Suggestions ! ! !

I have recently replace an IBM-2828 that had 5 GP's to a newer model machine 
IBM-3907-ZR1 with only 2 GP's.
Does anyone know of a guide or paper or something that might have some things 
to look at or modify when reducing the number of GP's.
I have 2 classes of service for my batch jobs.One runs with a velocity and 
importance of "2".   This is a grouping we have called our
critical path jobs that are time sensitive and they must run.Then I have 
another class that runs with a velocity, but has an importance of "3".
This grouping is for jobs that are not time sensitive, but they do need to run 
and get service.

The behavior that I am seeing is that the class that has the IMP-2 dominates 
the box until they are finished.  The other jobs will sit in the
initiator for 30mins up to an hour and I never see any service being consumed.  
 Then once the IMP-2 jobs finish, then the other jobs
will take off and get service.

My goal is to have the IMP-2 take 80-90%, but give the IMP-3 a small chunk of 
service.   The only way that I have been able to come close
is to make both classes the same importance level.

Any thoughts, documents, white papers, experiences with dealing with the 
reduction of GP's would be greatly appreciated.

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

For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message.

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286


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


Re: Phases of Project in Mainframe

2020-02-03 Thread Parwez Hamid
This will differ for each customer and there will be a number of dependencies. 
Key phases should cover (each topic will have its on subtasks):

1) Physical Planning (physical planning/power/space/channel cabling/network 
connectivity/HMCs etc etc)
2) Operating System levels etc
3) Capacity Planning. LPAR planning/configuration
4) ISV Software/products levels
5) Applications
6) DR/Backup
7) Operations procedures

I am sure there are other tasks and these will again depend on the experience 
and skill level of those who are doing the 'installation of or migration to the 
z15'

A combination of the the following:

z15 Redbook (SG24-8860) and the z15 Installation Manual for Physical Planning 
(GC28-7002) may help you in creating a Project Plan.


Regards

Parwez Hamid​


From: IBM Mainframe Discussion List  on behalf of 
Peter 
Sent: 02 February 2020 05:56
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Phases of Project in Mainframe

Hello

Apologies for this question as am not a project manager.

My manager generally wants to know what are the phases of the project(for
example if someone is rolling out z15).

Could someone share the phases that you go through generally for a
Mainframe hardware implementation.

Peter

--
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