Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Jon Perryman
For system 2, try changing \\ to \. My guess is that on system 2, it's being used as an escape character. On Thursday, August 17, 2023 at 08:31:43 AM PDT, Tom Longfellow <03e29b607131-dmarc-requ...@listserv.ua.edu> wrote: I am confused and am throwing out a Hail Mary for help.  Here

Re: catalog address space autotune

2023-08-17 Thread Mark Jacobs
IMHO autotune won't ever be enabled and might even be removed from the displayable options at some time. As for adding your catalogs to VLF would be a good first step for performance. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/p

z/OS 3.1

2023-08-17 Thread Tom Marchant
I noticed this in the z/OS 3.1 announcement: ISPF PDSE V2 member generations ISPF support for PDSE V2 member generations are enhanced to allow the specification of generation numbers in the Edit and View panels and on the Edit and Browse primary commands BROWSE, EDIT, and VIEW. Additionally, a

catalog address space autotune

2023-08-17 Thread Pommier, Rex
Hi list, Curiosity question more than anything. I saw an old post from Lizette talking about migrating from z/OS 1.4 to 1.7 and noticing that CAS autotune was now active. Yet I'm running 2.4, and seeing that autotune is disabled and the manual says it cannot be enabled. That leads me to a co

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Paul Gilmartin
On Thu, 17 Aug 2023 16:16:46 -0400, Bob Bridges wrote: >Not QUITE the same. Your first example starts in position 4; the second in >position 3. > >(Heh, heh, I just slay myself.) > That's not frivolous. It's valuable to verify similarity of profiles by such as on system2: ssh -f system1 "c

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Bob Bridges
Not QUITE the same. Your first example starts in position 4; the second in position 3. (Heh, heh, I just slay myself.) --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313 /* Anyone can do any amount of work, provided it isn't the work he is supposed be doing at that moment. -Robert Ben

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Paul Gilmartin
On Thu, 17 Aug 2023 13:39:54 -0500, Tom Longfellow wrote: >I have not done any play with TERMINFO > >Don't know how. > >Don't even know where it is stored. >

Re: Zowe install problem

2023-08-17 Thread Jon Newton
Even better, there is a #zowe-install channel on that slack server. Direct link: https://openmainframeproject.slack.com/archives/CM5ES0EJJ -Original Message- From: IBM Mainframe Discussion List On Behalf Of Kevin Loesch Sent: Thursday, August 17, 2023 10:49 AM To: IBM-MAIN@LISTSERV.

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Pew, Curtis G
I think I had a problem like this once, but I don’t remember how I fixed it. However, this StackOverflow question might give you some things to try: https://stackoverflow.com/questions/8261602/how-can-i-debug-the-bash-prompt On Aug 17, 2023, at 1:39 PM, Tom Longfellow <03e29b607131-dmarc-

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Tom Longfellow
I have not done any play with TERMINFO Don't know how. Don't even know where it is stored. I think I 'might' have had to do some kind of TERMINFO thing in the ancient past before z/OS standardized them and made it no longer necessary to create /tty directories and the like. --

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Matt Hogstrom
Did you modify the TERMINFO ?I ended up creating one with xterm which is not standard Matt Hogstrom +1 (919) 656-0564 > On Aug 17, 2023, at 13:40, Paul Gilmartin > <042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > > On Thu, 17 Aug 2023 11:42:28 -0500, Tom Longfellow wrote: >> ..

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Paul Gilmartin
On Thu, 17 Aug 2023 11:42:28 -0500, Tom Longfellow wrote: >... >The PS1 setting string is being Cut from Session 1 and then Pasted to Session >2 (under the same emulator and session switcher (netmaster) session. > I'd distrust screen copy/paste for anything with metacharacters. Especially wit

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Rick Troth
On 8/17/23 12:42, Tom Longfellow wrote: The value of TERM is xterm.(I have no idea why) "xterm" has become generic for ANSI X3.64 capable terminals and terminal emulators. Once upon a time "vt100" filled that role, but "xterm" implies more capability. https://en.wikipedia.org/wiki/ANSI

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Tom Longfellow
Thanks for all the ideas so far.Here are some answers to the posed questions. The same emulator is used for both systems. That emulator is connected to a session switcher on system 2. System 1 is accessed via standard APPN/SNA/VTAM routing. (only one emulator is involved.) The value

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Rick Troth
On 8/17/23 11:31, Tom Longfellow wrote: I am confused and am throwing out a Hail Mary for help. Here is the situation. Two cloned LPARs. (same sysres and unix root file systems) On system 1 - the /etc/profile has a PS1 of export PS1="[\\u@\\H \\W \\@]\\$ " On system 2 - the /etc/profi

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Seymour J Metz
He might also try diff. Both the code page issue for [ ] and the visual similarity of ` to ' seem plausible culprits. I've had similar issues on the PC side with AA versus AC for ¬. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Main

Re: [EXTERNAL] Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Pommier, Rex
The initial email said bash -Original Message- From: IBM Mainframe Discussion List On Behalf Of Matt Hogstrom Sent: Thursday, August 17, 2023 11:13 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: Strange results for the PS1 prompt with z/OS Unix Is this sh, bash, … ? Is the TER

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Matt Hogstrom
Is this sh, bash, … ? Is the TERM environment variable the same on both systems ? Matt Hogstrom PGP key 0F143BC1 > On Aug 17, 2023, at 11:31, Tom Longfellow > <03e29b607131-dmarc-requ...@listserv.ua.edu> wrote: > > I am confused and am throwing out a Hail Mary for help. Here is the > si

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Mark Zelden
Agree with Shmuel. I assume the same emulator profile is used for both? If you are working with z/OS Unix for sure you want 1047. If using Vista TN3270 it identifies that as "US C Programming". Maybe you aren't seeing a "`" correctly (backtick). Regards, Mark -- Mark Zelden - Zelden Consul

Re: [EXTERNAL] Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Pommier, Rex
Different code page? The square bracket is one set of items that are different between the 2 primary EBCDIC codepages. Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of Tom Longfellow Sent: Thursday, August 17, 2023 10:32 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Seymour J Metz
I would try displaying both in hex. Is it possible that one has a space where the other has an HT? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Tom Longfellow [0

Strange results for the PS1 prompt with z/OS Unix

2023-08-17 Thread Tom Longfellow
I am confused and am throwing out a Hail Mary for help. Here is the situation. Two cloned LPARs. (same sysres and unix root file systems) On system 1 - the /etc/profile has a PS1 of export PS1="[\\u@\\H \\W \\@]\\$ " On system 2 - the /etc/profile has a PS1 of export PS1="[\\u@\\H

Re: Zowe install problem

2023-08-17 Thread Kevin Loesch
There is a zowe#user channel on the Open Mainframe Project's slack ( openmainframeproject.slack.com). That is a good place to start. Kevin Loesch Software Engineer, Zowe CLI R&D | Mainframe Franchise Broadcom Inc mobile: 412.613.6915 | fax: 412.808.2902 750 Holiday Drive - 3rd Floor | Pittsb

Re: Has anyone

2023-08-17 Thread David Crayford
> On 17 Aug 2023, at 9:27 pm, David Spiegel > <0468385049d1-dmarc-requ...@listserv.ua.edu> wrote: > > Hi David, > I learned VIM because my job was expanded to add responsibility for Linux and > AIX software installation and maintenance. > (I am no expert, but), ISPF Edit has the ability to d

Re: Has anyone

2023-08-17 Thread David Crayford
On 17/8/2023 8:26 pm, Seymour J Metz wrote: What is the usage of gvim, and is there a z/OS port? Gvim, being a GUI, offers menus and the ability to share the clipboard with the OS. However, it seems that most users are drawn to the terminal environment, which might be why Gvim's popularity is

Re: Has anyone

2023-08-17 Thread David Spiegel
Hi David, I learned VIM because my job was expanded to add responsibility for Linux and AIX software installation and maintenance. (I am no expert, but), ISPF Edit has the ability to do an an intelligent change where changing A to AB (or vice versa) it tries to keep the rest of the line the way

Re: Pass PARM by reference to COBOL

2023-08-17 Thread Steve Thompson
Yeah, I forgot to mention the AC(1) for the ALC program that gets loaded first. Steve Thompson On 8/17/2023 7:36 AM, Seymour J Metz wrote: And given that this is about the INIT, if the ALC program is in an APF load lib and the load lib for the COBOL program is NON APF this JOBSTEP already

Re: Has anyone

2023-08-17 Thread Seymour J Metz
What is the usage of gvim, and is there a z/OS port? I tend to write edit macros freely, and want an editor with a powerful and readable macro language. Were I to switch from TSPF, I'd be more likely to go to emacs () ;-) or THE than to gvim. As for git, I'm still getting my toes wet, but it's

Re: Has anyone

2023-08-17 Thread Matt Hogstrom
Sounds like emacs Once opened I couldnt wait to get out Matt Hogstrom PGP key 0F143BC1 > On Aug 16, 2023, at 17:42, Phil Smith III wrote: > >> I once spent an agonizing half-hour trying to help a Unix programmer >> code a program in a language I know using some kind of Unix editor >> that was

Re: Pass PARM by reference to COBOL

2023-08-17 Thread Seymour J Metz
> And given that this is about the INIT, if the ALC program is in > an APF load lib and the load lib for the COBOL program is NON APF > this JOBSTEP already failed. No, being in an APF authorized concatenation is not enough to make the programm authorized. As long as the program object (load mo

Re: Has anyone

2023-08-17 Thread David Crayford
On 17/8/2023 5:41 am, Phil Smith III wrote: Bob Bridges wrote, in part: I once spent an agonizing half-hour trying to help a Unix programmer code a program in a language I know using some kind of Unix editor that was so unintuitive I could hardly accomplish anything. As Shmuel suggests, that so

Zowe install problem

2023-08-17 Thread Gadi Ben-Avi
Hi, I am trying to install Zowe using z/OSMF and I have a problem. Where can I ask for help? Thanks Gadi -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message