НА: НА: OS/390 service discontinued 2004/ 09/30
[email protected] (Yaroslav Kuzmin)
| Newsgroups | perl.mvs,perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
I tested all project If change string os390 on zos , you have to make changes not only in the file Configure , but many library files *.pl *.pm. there is found line " if ($^O eq 'os390') " will need to fix and test all. Can make changes, but the functionality perl will not say. As a tool uname without options returns the string 'OS/390' . ------------------------------------------------------------------------ Yaroslav Kuzmin Developer C/C++ ,z/OS , Linux 3 Zhukovskiy Street ・ Miass, Chelyabinsk region 456318 ・ Russia Tel: +7.922.2.38.33.38 Email: [email protected] Web: www.rocketsoftware.com ________________________________________ От: Karl Nordstrom <[email protected]> Отправлено: 30 марта 2015 г. 21:39 Кому: Karl Williamson; Yaroslav Kuzmin; Perl5 Porters; [email protected]; Ray Mullins Тема: Re: НА: OS/390 service discontinued 2004/09/30 Karl, etc, From z/OS 2.1 man uname The following options select the information to be displayed: -a All fields (equivalent to -mnrsv). -I The IBM current product name information. This option affects the value of the system name, release, and version fields. This option might affect the output of the -a, -r, -s and -v options. When -I is not specified (the default), the OS/390 product name information is returned. -m The processor or machine type. -n The node name of this particular machine. The node name is set by the SYSNAME sysparm (specified at IPL), and it usually differentiates machines running at a single location. -r The release (minor version) number of the operating system. -s The name of the operating system. This is the default output, -I is an invalid option on Fedora 21 and CentOS 7. Karl Nordstrom On 03/29/2015 11:54 PM, Karl Williamson wrote: > On 03/24/2015 06:27 AM, Karl Nordstrom wrote: >> $ uname -I >> z/OS >> >> $ uname -Ia >> z/OS IPO4 01.00 02 2818 >> >> $ uname -a >> OS/390 IPO4 24.00 04 2818 > > I'm confused by all this. I think Yaroslav is pointing out that > internally his z/OS still uses os390, but Karl is saying his z/OS doesn't. > > Please elaborate. >> >> On 03/24/2015 07:34 AM, Yaroslav Kuzmin wrote: >>>>> What would it take to have documentation, etc., updated to reflect the >>>>> current name of z/OS? >>> >>>> Most of the documentation doesn't mention os390. z/OS is not a >>>> syntactically legal identifier name, so some things need to remain >>>> using >>>> os390. But it should be fairly easy to change most of things to z/OS. >>> >>> correct documentation nice , but >>> on z/OS v1.13.0 >>> >>> (07:27) RS12 : PDKUZM | ~/ussport/bash/bash-4.2 :> uname -a >>> OS/390 RS12 23.00 03 2964 >>> >>> on z/OS v 2.1 >>> >>> (06:29) AR14 : PDKUZM | ~ :> uname -a >>> OS/390 AR14 24.00 04 2828 >>> >>> like so :) >>> >>> ------------------------------------------------------------------------ >>> Yaroslav Kuzmin >>> Developer C/C++ ,z/OS , Linux >>> 3 Zhukovskiy Street ・ Miass, Chelyabinsk region 456318 ・ Russia >>> Tel: +7.922.2.38.33.38 >>> Email: [email protected] >>> Web: www.rocketsoftware.com >>> >>> ================================ >>> Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA >>> 02451 ■ +1 800.966.3270 ■ +1 781.577.4321 >>> Unsubscribe From Commercial Email C [email protected] >>> Manage Your Subscription Preferences - >>> http://info.rocketsoftware.com/GlobalSubscriptionManagementEmailFooter_SubscriptionCenter.html >>> >>> >>> Privacy Policy - >>> http://www.rocketsoftware.com/company/legal/privacy-policy >>> ================================ >>> >>> This communication and any attachments may contain confidential >>> information of Rocket Software, Inc. All unauthorized use, disclosure >>> or distribution is prohibited. If you are not the intended recipient, >>> please notify Rocket Software immediately and destroy all copies of >>> this communication. Thank you. >>> >> > -- Karl Nordstrom Storage Systems Group Information Technology Services The Pennsylvania State University (814) 863-1936 ================================ Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ +1 800.966.3270 ■ +1 781.577.4321 Unsubscribe From Commercial Email C [email protected] Manage Your Subscription Preferences - http://info.rocketsoftware.com/GlobalSubscriptionManagementEmailFooter_SubscriptionCenter.html Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy ================================ This communication and any attachments may contain confidential information of Rocket Software, Inc. All unauthorized use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify Rocket Software immediately and destroy all copies of this communication. Thank you.