Silly quesiton on PuTTY

2010-11-04 Thread Mark Pace
I've been noticing this behavior out of putty for sometime but until now it hasn't really effected me. Now I'm try to format some output on the screen and it's messing me up. Here is a small sample. Notice that if you use a character in every position they all show up in the correct space, but

Re: Silly quesiton on PuTTY

2010-11-04 Thread Scott Rohling
Can you show the rexx code? Hard to guess without knowing how the lines are created... Scott Rohling On Thu, Nov 4, 2010 at 6:54 AM, Mark Pace pacemainl...@gmail.com wrote: I've been noticing this behavior out of putty for sometime but until now it hasn't really effected me. Now I'm try to

Re: Silly quesiton on PuTTY

2010-11-04 Thread Mark Pace
#! /usr/bin/rexx /* */ say'+1+2+3' say'col1' say' col2' say' col3' say' col4' say'col5' say' col6' exit On Thu, Nov 4, 2010 at 9:23 AM, Scott Rohling scott.rohl...@gmail.comwrote: Can you show the rexx code? Hard to guess without knowing how the lines are

Re: Silly quesiton on PuTTY

2010-11-04 Thread Edmund R. MacKenty
On Thursday, November 04, 2010 09:25:14 am you wrote: #! /usr/bin/rexx /* */ say'+1+2+3' say'col1' say' col2' say' col3' say' col4' say'col5' say' col6' exit You sure your editor isn't inserting TAB characters when you type spaces? Some try to be smart

Re: Silly quesiton on PuTTY

2010-11-04 Thread Mark Pace
Yes, there are \t in the source. The question is, How did they get there? Is it the editor? Well that's easy enough to test. The file was created with the so I modified the file using vi. delete the tabs, and insert spaces. Now when I run it, it displays properly. So maybe it's the, except

Re: Silly quesiton on PuTTY

2010-11-04 Thread Edmund R. MacKenty
On Thursday, November 04, 2010 09:51:26 am you wrote: Yes, there are \t in the source. The question is, How did they get there? Is it the editor? Well that's easy enough to test. The file was created with the so I modified the file using vi. delete the tabs, and insert spaces. Now when I

Re: Filesystem on several 3390-3

2010-11-04 Thread Agblad Tore
I agree, LVM is fine, but use cmd, not Yast. Once I did, adding a 3GB disk, and got the space but rounded to nearest something. Later I removed it again, 3 GB, but did not get the exact same space removed. 3 GB was rounded, this time to another value. I finally manage to fix it and via cmd

Re: Silly quesiton on PuTTY

2010-11-04 Thread Mark Pace
So I noticed another difference in the source files. In the rexx code, the say begins in cc1 and the literal is in cc4, in the C code the printf begins in cc2 and the literal begins in cc10. So I tried moving my SAY statements over one cc at a time. Once I got the literal beginning in cc8 -

Re: Silly quesiton on PuTTY

2010-11-04 Thread Mark Pace
I changed all the single quotes to double quotes in the rexx code, made no difference. THE is apparently doing some formatting for me. On Thu, Nov 4, 2010 at 9:56 AM, Edmund R. MacKenty ed.macke...@rocketsoftware.com wrote: On Thursday, November 04, 2010 09:51:26 am you wrote: Yes, there

Re: Silly quesiton on PuTTY

2010-11-04 Thread Agblad Tore
It's the same using putty and editor joe and pasting in text from for example notepad or wordpad. ___ Tore Agblad Volvo Information Technology Infrastructure Mainframe Design Development, Linux servers Dept 4352 DA1S SE-405 08, Gothenburg Sweden

Re: Silly quesiton on PuTTY

2010-11-04 Thread Scott Rohling
you could also do something like this: /* */ Do i = 1 to 10 out = 'col'i Say right(out,length(out)+i-1) End Which doesn't depend on typing spaces, And shows that it is probably the editor rather than rexx. Scott Rohling On Thu, Nov 4, 2010 at 7:59 AM, Mark Pace pacemainl...@gmail.com

Re: Silly quesiton on PuTTY

2010-11-04 Thread Mark Pace
Hello Mr. Foot, meet Mr. Gun. .therc set tabsin on 8 set tabsout on 8 set tabs incr 8 On Thu, Nov 4, 2010 at 10:12 AM, Scott Rohling scott.rohl...@gmail.comwrote: you could also do something like this: /* */ Do i = 1 to 10 out = 'col'i Say right(out,length(out)+i-1) End Which

HCPGIR450W and HCPGIR453W after editing user direct

2010-11-04 Thread koray
Hello all, We have 14 Sles Guests running on Z/VM 5.4. We edited the user direct file and changed the memory settings of Linux guests.For example; linux001 - 2048M 4096M linux002 - 2048M 4096M has changed to linux001 - 3072M 6144M linux002 - 1024M 2048M Now, i cant ipl my guest's. When i try

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-04 Thread Harder, Pieter
Can you describe in more detail what you exactly did? I hope you are talking about manually changing a monolithic source directory and not parts of a segmented directory on DIRMAINT disks? If the latter that won't work and there is a fair chance you clobbered your directory. In that case I hope

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-04 Thread koray
Hi Pieter, i logged in as MAINT user and run x direct user c command. then edited the file, saved, run the command diskmap user, run the command x user diskmap and searched for overlaps. And there was no overlap. Then executed directxa user and re-ipled Z/VM. This is the procedure which our

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-04 Thread Berry van Sleeuwen
Are you even running DIRMAINT? I guess not, since you use a directory on MAINT. But if you are then it could be your directory is now replaced with an old (probably incorrect) version. Actually you didn't need to IPL VM. Once you put the directory online it is available. So delete the IPL step

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-04 Thread David Kreuter
Hi - do a Q SET. If you are in MACH XC do SET MACH ESA and attempt the IPL again. If you set the storage sizes back to the original in the USER DIRECT what results do you get? David Original Message Subject: Re: HCPGIR450W and HCPGIR453W after editing user direct From:

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-04 Thread Alan Altmark
On Thursday, 11/04/2010 at 07:56 EDT, Berry van Sleeuwen berry.vansleeu...@xs4all.nl wrote: Are you even running DIRMAINT? I guess not, since you use a directory on MAINT. But if you are then it could be your directory is now replaced with an old (probably incorrect) version. Actually you

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-04 Thread Shane
Alan, for those of us that stumbled from the real (FSVO real) world into the rabbit hole that is z/VM, are admonishments such as this inscribed in stone anywhere ?. Where I came from IPL clears up everything - this is not something I would have inherently expected. I can (now) see the logic, but

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-04 Thread Eddie Chen
Koray, You need to link those two minindisks in read only to a working linux server. I am assuming these two minidisks contains the /boot /etc... Treate this as if u need to recover the root password. If u have problem during the mount then u r pointing the wrong minidisk extend. Most

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-04 Thread Scott Rohling
An IPL of an OS in a virtual guest is not the same as 'destroying and recreating' the virtual environment the OS is running in. If you use a desktop virtualization solution (I use VirtualBox) -- it's much the same - there are certain changes to the virtual machine definition that require you to