Re: what is DSSUMON?

2019-12-10 Thread Jim Kyriakakis
Hi, Module DSSUMON is from product QuickTAPE from Texas Digital Systems Inc. Jim Kyriakakis Architect jim.kyriaka...@hcl.com +61 412 359 318 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tony Thigpen Sent: Tuesday, 10 December

Re: Container pricing

2019-12-10 Thread Salva Carrasco
We went to dev container 6 month ago. Now we have x2 capacity for the same price (only MLC, OTC is the same). -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Timothy Sipples
Keep an eye on the IBM Z Open Editor: https://ibm.github.io/zopeneditor-about There's no specific Assembler editor/awareness yet, but you can ask. In fact, there's an open feature request already lodged for Assembler (and REXX) support, and there's also a separate feature request to add a menu

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Support, DUNNIT SYSTEMS LTD.
Thanks. Your JSON code passed with flying colors and I saved it but no ruler showed. I even tried this: { "editor.wordWrapColumn": 120, "[HLASM]": { "editorRuler.foreground": "#ff4081", "editor.rulers": [ 71,

Re: [External] Help with CA-ENF error message

2019-12-10 Thread Pommier, Rex
Sorry, I tossed that CD. Can’t find it. From: Pommier, Rex Date: December 10, 2019 at 4:27:56 PM CST To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [External] Help with CA-ENF error message Tony, I "think" I have an old CA documentation CD at home that might have

Re: GIT z/OS - ftp to mainframe - record length issue

2019-12-10 Thread Paul Gilmartin
On Tue, 10 Dec 2019 08:48:23 +, Martin Packer wrote: >BTW on the Mac there are at least 3 other options: > >Python >In-built Apache/PHP >Filezilla > It could be worse. I've encountered a Linux system that made "telnet" a link to "ssh". They ain't the same. >From: Denis >Date:

Re: shop-z down?

2019-12-10 Thread Wayne Bickerdike
Well 9 hours later it's up here in Australia. On Wed, Dec 11, 2019 at 4:27 AM Pommier, Rex wrote: > Hi all, > > Anybody else having issues getting into Shop-Z? I get a 404 error. Even > if I go here > > https://www.ibm.com/client-tools/shopz > > then click on the go to the sign on page", I

Re: Help with CA-ENF error message

2019-12-10 Thread Wayne Bickerdike
Tony, it could be a RC 16, exclusive control interlock. Because you did a hot backup, there may be a flag set. You could try a RESET CXX, make sure you have a backup ...

Re: [External] Help with CA-ENF error message

2019-12-10 Thread Pommier, Rex
Tony, I "think" I have an old CA documentation CD at home that might have this message documented in it. I'll check. Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of Tony Thigpen Sent: Tuesday, December 10, 2019 4:09 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: [External] Help with CA-ENF error message

2019-12-10 Thread Tony Thigpen
It's an old, stagnate, OS/390 system. So, it is running some really old code. CAS9075I - SERVICE(CA-RIM/BASE ) VERS(V1.0) GENLVL(2201S9100) CAS9075I - Service(CA-ENF/BASE ) Vers(V1.0) Genlvl(2201W1100) CAS9075I - Service(CA-ENF/CICS ) Vers(V1.0) Genlvl(2201W3100) CAS9075I - Service(CA-ENF/CCI )

Re: [External] Help with CA-ENF error message

2019-12-10 Thread Pommier, Rex
Hi Tony, Did you get a CAS9208E or CAS9209E message? Isn't the ENF database a Datacom database? Would the error 1600 be documented in a Datacom manual? Interesting that my version of the messages manual says that CAS9207E was eliminated from the manual between edition 3 and 4 of the

Help with CA-ENF error message

2019-12-10 Thread Tony Thigpen
The current doc that I just got from the Broadcom site (what a job finding it on the new pages) does not actually list the following message although it mentions it in other messages. I need to find out what it really means. CAS9207E - CA-ENF Database Error 1600 This is a test restore of on

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Dan Kelosky
It is JSON syntax, so I think you'd want something like this. { "editor.wordWrapColumn": 120, "[HLASM]": { "editor.rulers": [ 71, 72, 80 ] } } You can use external tools

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Support, DUNNIT SYSTEMS LTD.
Thanks. Not working. Do I have a syntax boo-boo here? { "editor.wordWrapColumn": 120 }, "[HLASM]": { "editor.rulers": [ 71, 72, 80 ], } -- For IBM-MAIN subscribe / signoff / archive access

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Dan Kelosky
I think so. If you open the "command pallet" via Ctrl + Shift + P, then type in "Open Settings (JSON)", you can paste this in the top: ... "[hlasm]": { "editor.rulers": [ 71, 72, 80 ], }, ... There's a graphical way to set this, but

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Support, DUNNIT SYSTEMS LTD.
Hi Dan, Thanks so much. That worked just fine for the INSERT key. Is there any way in VS to have some sort of a vertical column line or similar between columns 72 and 73? -- For IBM-MAIN subscribe / signoff / archive access

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Support, DUNNIT SYSTEMS LTD.
Charles, I just experimented with a very basic code and text editor called TextPad. I installed it, as well as a IBM Z-series Assembly Language syntax addon available from their site. I then went into >Configure>Preferences>Document Classes>Z/OS HLASM (the name I gave to files with an ASM

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Dan Kelosky
VS Code doesn't really allow "overtype" via insert key: https://github.com/microsoft/vscode/issues/1012 You can use this though: https://marketplace.visualstudio.com/items?itemName=adammaras.overtype Or, blow away sequence numbers as another suggested :)

Re: Looking for a utility to create a master listing of all PDS members on a system

2019-12-10 Thread ITschak Mugzach
/* Rexx */ "free f(List)" "alloc f(list) da(mylisy_dataset) shr" "ExecIO * DiskR list (stem List. finis" Do i = 1 to list.0 xdsn = list.0 TrapMode = outtrap('mem.') "LISTD" xDsn "Members" TrapMode = Outtrap('OFF') Do j = 7 to Mem.0 Say Left(xDsn,44) mem.i /* print as you like

Re: Looking for some large COBOL program examples

2019-12-10 Thread Allan Kielstra
Since I know what I want the answer to be."V6 is almost as fast as V4" :-) my hope is you get, say, 19000 lines of data division and 1000 of procedure division! That's just my way of saying that, in my experience, no two 2 line programs are the same in terms of compilation resources.

Re: Looking for some large COBOL program examples

2019-12-10 Thread ITschak Mugzach
Charles, If you are interesting in time comparison, why not just ask for compile metrics and the cpu model? ITschak On Tue, Dec 10, 2019 at 8:45 PM Charles Mills wrote: > I am looking for some sample COBOL programs of say 20,000 or more lines. I > really don't care what they do, so long as

Re: Most-used instructions? Just for fun.

2019-12-10 Thread Mike Shaw
On 12/9/2019 5:52 AM, Binyamin Dissen wrote: How would one measure this? The IBM zPDT emulator could easily count them, since it emulates a zArchitecture machine by interpreting every machine instruction and emulating its operation...I bet IBM has done this for sure... Mike Shaw

Looking for some large COBOL program examples

2019-12-10 Thread Charles Mills
I am looking for some sample COBOL programs of say 20,000 or more lines. I really don't care what they do, so long as they will compile (or could easily be made to compile) to an RC 0 or 4 under both Enterprise COBOL 4 and Enterprise COBOL 6. Among other purposes I am working on a possible SHARE

Re: Looking for a utility to create a master listing of all PDS members on a system

2019-12-10 Thread Lizette Koehler
Depending on the number of datasets you need to do. A quick process is ISPF Option 3.4 and use PX next to the PDS. It will create a pretty listing that might do what you want. I am not sure how to run this in batch. Not sure what the utility you are looking to run would do. But for quick

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Seymour J Metz
My eyes! -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Steve Thompson Sent: Tuesday, December 10, 2019 1:12 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Editing HLASM source with Visual

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Paul Gilmartin
On Tue, 10 Dec 2019 09:56:50 -0800, Charles Mills wrote: >https://en.wikipedia.org/wiki/Comparison_of_programming_languages does not >even have a column for fixed versus free format. > I understand Python is a special case: indention is syntactically significant, governing nesting level. Take

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Steve Thompson
RPG, RPG-II and another whose name I’ve forgotten. And yes, I have worked on or around these up to 2014. I have even worked on tools to convert them to another language. Sent from my iPhone — small keyboarf, fat fungrs, stupd spell manglr. Expct mistaks > On Dec 10, 2019, at 12:42 PM,

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Charles Mills
https://en.wikipedia.org/wiki/Comparison_of_programming_languages does not even have a column for fixed versus free format. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Seymour J Metz Sent: Tuesday, December 10, 2019 9:43

Re: Looking for a utility to create a master listing of all PDS members on a system

2019-12-10 Thread Lionel B Dyck
Except that LISTDSI does not list the member names - LISTDS however will using the Members keyword. Would need to use one of the many vtoc commands on the cbttape, or even iehlist, process the results to find the pds dsnames and then do the LISTDS for each. Lionel B. Dyck < Website: 

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Paul Gilmartin
On Tue, 10 Dec 2019 11:01:50 -0600, Support, DUNNIT SYSTEMS LTD. wrote: >Thank you all for your responses. I suppose UNNUM it is! > +1 ISPF LM services has facilities to enumerate members and invoke Edit in background for each, with an initial macro to remove line numbers. >One last Visual

Re: Most-used instructions? Just for fun.

2019-12-10 Thread Seymour J Metz
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of R.S. Sent: Tuesday, December 10, 2019

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Seymour J Metz
Modern? Other than assemblers, COBOL and Fortran, what was the last language that you saw with column dependencies? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Charles Mills Sent:

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Charles Mills
FWIW I would love that feature but I have never solved that on Notepad++. I wanted to make just column 72 display red so (a.) I would know if I crossed the line and (b.) I would know if I had my continuation character in the right place. Most of the modern languages seem to be free format.

Re: Looking for a utility to create a master listing of all PDS members on a system

2019-12-10 Thread Seymour J Metz
IMHO the best options are ISPF and SAS, but the LISTDSI suggestion also works. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Tony Thigpen Sent: Tuesday, December 10, 2019 8:11 AM To:

shop-z down?

2019-12-10 Thread Pommier, Rex
Hi all, Anybody else having issues getting into Shop-Z? I get a 404 error. Even if I go here https://www.ibm.com/client-tools/shopz then click on the go to the sign on page", I get the 404. Thanks, Rex The information contained in this message is confidential, protected from disclosure

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Support, DUNNIT SYSTEMS LTD.
Thank you all for your responses. I suppose UNNUM it is! One last Visual Studio question: is there a way to display a delimiter/margin line after column 72, so that it's easy to visual discern when I've "crossed over the line"?

Re: CICS term _BLINK_

2019-12-10 Thread Joe Monk
Set the field attribute HILIGHT to BLINK on the DFHMDF map definition OR Set the -H map attribute for the field in the generated data area to DFHBLINK Joe On Tue, Dec 10, 2019 at 12:23 PM Ward Able, Grant wrote: > Carlos - probably best to ask this on the dedicated CICS list >

HLASM and editors (Was: Editing HLASM source with Visual Studio - columns 73-80)

2019-12-10 Thread Pew, Curtis G
On Dec 10, 2019, at 10:39 AM, Charles Mills wrote: > > I do however use the excellent Notepad++ with Z assembler. (I have a profile > for assembler code if anyone wants it -- write me off-line.) This reminds me of a question I’ve been meaning to ask: I don’t suppose anyone has an emacs mode

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Ward Able, Grant
>>> Is there a batch method to UNNUM all members in a list of PDS's? I guess you would have to write an EDIT macro. Then write a REXX exec to invoke that macro for each member Regards – Grant. In theory, there's no difference between theory and practice. In practice, there is. Worry more

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Support, DUNNIT SYSTEMS LTD.
Hi Peter, Thanks for your reply. >> Maybe press the "Insert" key on your PC keyboard to overtype instead of >> inserting characters? >> Or a combination of insert-on and insert-off typing? Yes, I know that. My question was in hope that there might be some editor setting which keeps anything

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Charles Mills
Lots of experience with VS for C but none with Z assembler. I do however use the excellent Notepad++ with Z assembler. (I have a profile for assembler code if anyone wants it -- write me off-line.) My advice is the same as everyone else's: ditch the sequence numbers. Charles -Original

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Farley, Peter x23353
Maybe press the "Insert" key on your PC keyboard to overtype instead of inserting characters? Or a combination of insert-on and insert-off typing? Logically it shouldn’t be any different than inserting text in a regular document, should it? Unless VS has a really funky text editor . . . But

Re: CICS term _BLINK_

2019-12-10 Thread Ward Able, Grant
Carlos - probably best to ask this on the dedicated CICS list cic...@listserv.uga.edu you can subscribe here: https://listserv.uga.edu/cgi-bin/wa?SUBED1=CICS-L=1 I don't remember the details, but you would have to turn on an attribute in a MAP or in the 3270 datastream. Regards - Grant. In

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Pew, Curtis G
On Dec 10, 2019, at 10:12 AM, Support, DUNNIT SYSTEMS LTD. wrote: > > With VS, is there a way to insert text on an existing source line without the > line sequence number in columns 73-80 being shifted to the right? > > Any other VS beginner tips someone has will be greatly appreciated.

Editing HLASM source with Visual Studio - columns 73-80

2019-12-10 Thread Support, DUNNIT SYSTEMS LTD.
Hi all, Totally new to Visual Studio Editor. Installed it, plus Dan Kelosky's IBM-Assembler extension. Intention is to edit source when offline from z/OS. With VS, is there a way to insert text on an existing source line without the line sequence number in columns 73-80 being shifted to the

CICS term _BLINK_

2019-12-10 Thread CarlosM Martinez
Hello all; one of our programmers wants to make some of the fields in his online App BLINK. I think it is in the TYPETERM profile in CEDA but his term is AUTOINSTALL'ed So if a terminal in CICS is autoinstalled does anyone know Where in CEDA do I set the extended attributes to make this

Re: HOW DO I LEAVE IBM-MAIN

2019-12-10 Thread Richards, Robert B.
All the best, John! -Original Message- From: IBM Mainframe Discussion List On Behalf Of John Dawes Sent: Tuesday, December 10, 2019 10:52 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: HOW DO I LEAVE IBM-MAIN Thanks to  all and to all a good night. On Monday, 9 December 2019,

Re: HOW DO I LEAVE IBM-MAIN

2019-12-10 Thread John Dawes
Thanks to  all and to all a good night. On Monday, 9 December 2019, 09:55:49 pm UTC, Edward Finnell <000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: >>You can change your listserv options or subscription status at >>the Archives web interface

Re: Most-used instructions? Just for fun.

2019-12-10 Thread Charles Mills
That all goes to the definition of the problem. What does "most-used" mean? If I write a macro FOO that contains a single IILH, and I invoke the macro five times, is that one IILH or five? Dead code is just a special case of the question "most coded or most executed?" If I re-wrote FOO as a

Re: Looking for a utility to create a master listing of all PDS members on a system

2019-12-10 Thread scott Ford
Tony, Rexx the wonder horse can do it too , ‘LISTDSI’ Scott On Tue, Dec 10, 2019 at 8:36 AM PINION, RICHARD W. wrote: > Run the TSO command LISTD 'partitioned.data.set' M in a batch job > executing IKJEFT01. > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of

Re: Looking for a utility to create a master listing of all PDS members on a system

2019-12-10 Thread PINION, RICHARD W.
Run the TSO command LISTD 'partitioned.data.set' M in a batch job executing IKJEFT01. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Vernooij, Kees (ITOP NM) - KLM Sent: Tuesday, December 10, 2019 8:17 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Looking for a

Re: Looking for a utility to create a master listing of all PDS members on a system

2019-12-10 Thread Vernooij, Kees (ITOP NM) - KLM
If you have SAS I would use this, because then you can produce all kinds of statistics on the PDSs and members. - Use PROC SOURCE to produce a memberlist of each PDS. - Create a database with the PDS / member info. - Produce all desired statistics and cross checks from that database. Kees.

Looking for a utility to create a master listing of all PDS members on a system

2019-12-10 Thread Tony Thigpen
I am looking for a utility that will take a list of PDS libraries and generate a list of all members in the PDS. I have hundreds of PDSs on an old system I have to maintain and all the old staff with any knowledge are gone. There are hundreds of PDS libraries and no doc as to where anything

Re: GIT z/OS - ftp to mainframe - record length issue

2019-12-10 Thread Matt Hogstrom
Brew is your friend http://osxdaily.com/2018/08/07/get-install-ftp-mac-os/ Matt Hogstrom PGP key 0F143BC1 > On Dec 10, 2019, at 03:48, Martin Packer wrote: > > BTW on the Mac there are at least 3 other options: > > Python > In-built Apache/PHP > Filezilla > > I use option 2 most of the

Re: Most-used instructions? Just for fun.

2019-12-10 Thread Rupert Reynolds
I know. Sorry, I missed off the smiley. I am actually about to do some maintenance work for a client, so I may start working on my debugging emulator again to use as a unit test. (Especially if the only debugger the client has is TSO TEST :-) ) That means that this thread may be more relevant

Re: Most-used instructions? Just for fun.

2019-12-10 Thread R.S.
I wrote about the most used instruction, not about the most popular instruction is the code. ;-) BTW: the name (NOP) is just common name in IT world, not necessarily official name from mainframe realm. -- Radoslaw Skorupka Lodz, Poland W dniu 2019-12-09 o 22:43, Rupert Reynolds pisze:

Re: A minimum of 8 GB of real memory is required to IPL

2019-12-10 Thread R.S.
No, AFAIK it doesn't work as you described. Note: there are two things: CPU weight and memory. CPU LPAR weight is really "adjusted" somehow, especially for low values specified by the user. However memory is different animal. Here you have explicitly showed memory increments which depend on

Re: GIT z/OS - ftp to mainframe - record length issue

2019-12-10 Thread Denis
Hi Andrew, does not work, no git clone from the mainframe to anywhere, the mainframe cannot do any outbound communication, but it runs SSHD. So the plan is to use git/ZIGI with local SSHD to pretend that ZIGI is used with a remote git repository for a demo. There is currently no way to have a

Re: GIT z/OS - ftp to mainframe - record length issue

2019-12-10 Thread Martin Packer
BTW on the Mac there are at least 3 other options: Python In-built Apache/PHP Filezilla I use option 2 most of the time, option 3 occasionally. Cheers, Martin Martin Packer zChampion, Systems Investigator & Performance Troubleshooter, IBM +44-7802-245-584 email: martin_pac...@uk.ibm.com

Re: GIT z/OS - ftp to mainframe - record length issue

2019-12-10 Thread Denis
I was not precise enough, I did the git clone in the mac, but it lacks an FTP command line client, so the FTP was done from the Windows 10 in VMware Fusion sharing the macbooks directory. Denis. -Original Message- From: Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> To: