What does "XL" of "XL C/C++" mean?

2006-01-19 Thread Bo Xie
Hi all, As of z/OS V1R7, the z/OS C/C++ compiler has been rebranded to z/OS XL C/C++. What does "XL" of "XL C/C++" mean? Thank you for your time! Best Regards, Xie, Bo -- For IBM-MAIN subscribe / signoff / archive access instru

Re: Chinese character code table

2005-09-25 Thread Bo Xie
The url you provided is for iSeries not zSeries. -Bo Xie On 9/25/05, Charles Mills <[EMAIL PROTECTED]> wrote: > There are many: > http://www-03.ibm.com/servers/eserver/iseries/software/globalization/codepag > es.html > > Charles > > > > -Original Message-

What's the "/usr/lib/nls/locale/En_US.UTF-8.xplink" locale file?

2005-09-14 Thread Bo Xie
;s the "/usr/lib/nls/locale/En_US.UTF-8.xplink" locale file? And why I can not use it? Thank you for your time! Best Regards, Bo Xie -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL

How to keep IBM PCOM alive while it idles more than 2 hours?

2005-09-12 Thread Bo Xie
(e.g. putty) can send "keep-alive" message to telnet server every 120 seconds to keep it alive. Best Regards, Bo Xie -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with t

Is SIGHUP signal reliable or unreliable in z/OS UNIX?

2005-09-01 Thread Bo Xie
Hello, Is SIGHUP signal reliable or unreliable in z/OS UNIX? I mean when I use ed utility to modify a file and not save it. At the same, the terminal disconnects. Will ed utility *definitely* receive a SIGHUP signal? Or it depends on POSIX(ON),etc? Thank you for your time! Best Regards, Xie Bo

How to know whether the z/OS supports 64 bit mode or not?

2005-08-16 Thread Bo Xie
Hi, I "D IPLINFO" and the following is log: -- RESPONSE=TESTMVS IEE254I 19.27.13 IPLINFO DISPLAY 650 SYSTEM IPLED AT 11.48.05 ON 08/02/2005 RELEASE z/OS 01.06.00LICENSE = z/OS USED LOAD00 IN SYS1.IPLPARM ON 0

Is there any c language lib for list/queue/stack data struct in z/os v1r6?

2005-08-08 Thread Bo Xie
Hello, I know there is STL lib for c++ language focusing on list/queue/stack data struct. And I've searched "z/OS V1R6 Run-Time Reference", but can not find similar lib for c language. Any suggestions? Thank you for your time! Best Regards, Xie Bo

Re: How to set z/OS UNIX locale to en_US.UTF-8?

2005-08-01 Thread Bo Xie
There is not reply for this issue. :-( Would you be so kind to recommend some references/bibliography focusing on the topic "locale and code page in z/OS UNIX"? Thank you very much for your time! Best Regards, Xie Bo On 7/29/05, Bo Xie <[EMAIL PROTECTED]> wrote: > Hello, >

How to set z/OS UNIX locale to en_US.UTF-8?

2005-07-28 Thread Bo Xie
Hello, I want to set z/OS V1R6 UNIX locale to en_US.UTF-8 and the following is log: --

Fwd: Is there a z/OS gcc port version?

2005-07-18 Thread Bo Xie
a z/OS gcc port version? To: Bo Xie <[EMAIL PROTECTED]> Some of the people who work with MVS 3.8j on Hercules have been trying to fix the port of 3.2 to MVS and VM, but there are issues with floating point representation because of HFP versus BFP. Any port for MVS would work on z/OS. I ha

Fwd: Is there a z/OS gcc port version?

2005-07-18 Thread Bo Xie
a z/OS gcc port version? To: Bo Xie <[EMAIL PROTECTED]> I have used Dignus C and am very happy with it, in particular as they also offer a C++ version. AFAIK there is no g++ port out there so you might really want to take a close look at their product. They are especially interesting for

Re: IBM Fellows

2005-07-16 Thread Bo Xie
> Where's the list? > http://www.research.ibm.com/resources/awards_fellows.shtml Best Regards, Xie Bo -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-M

Is there a z/OS gcc port version?

2005-07-16 Thread Bo Xie
Hi, I know the following info: 1. David Pitts has a OS/390 GCC port version[1]. But the last modification is 2002/12/11, the gcc version is only 3.2 and the OS version is only OS.390 2.9. Who has experience about David Pitts' OS/390 GCC version? 2. There are official gcc port versions for

Ask for help about akw regular expression in z/OS V1R6.0 UNIX System Services Command Reference

2005-07-13 Thread Bo Xie
Hi, In z/OS V1R6.0 UNIX System Services Command Reference(SA22-7802-06,http://publibz.boulder.ibm.com/epubs/pdf/bpxza550.pdf) page 30-31, it shows an example for literal strings as regular expressions. -- Note: When you use literal strings as regular expressions,

How to check cpu info of z/os machine?

2005-07-07 Thread Bo Xie
Hi, In linux machine, I can type "cat /proc/cpuinfo" to check its cpu info. But how to check cpu info of z/os machine by TSO? Thank you! Best Regards, Xie Bo -- For IBM-MAIN subscribe / signoff / archive access instruction

Does z/OS 24 bit,31 bit or 64 bit addressing mode affect "1 byte is 8 bits"?

2005-07-05 Thread Bo Xie
Hi, UNIX98 standard ed utility "http://www.opengroup.org/onlinepubs/7990989799/xcu/ed.html"; shows: - If the size of a byte on the system is greater than nine bits, the format used for non-printable characters is implementation-dependent. - I want to know whether 1 byte is s

Re: What's the 2nd level system for z/VM or z/OS?

2005-06-22 Thread Bo Xie
On 6/22/05, Gabriel Tully <[EMAIL PROTECTED]> wrote: > Yes, 2nd level refers to z/OS running as a guest under z/VM Thank you very much for your reply! Is there any reference for "2nd level"? I want to copy in/out some files between the host z/VM and the guest z/OS, but don't know how to do it! Bes

What's the 2nd level system for z/VM or z/OS?

2005-06-22 Thread Bo Xie
Hi, The following sentences include "2nd level",but I don't know what it is. --- login to system: IF running on 2nd level: Login as xxx NOTE: When first IPL-ed, you need to change the password. So for password, enter: aaa and then change it to: bbb IF r

How to know the z/OS version by TSO login.

2005-06-20 Thread Bo Xie
Hi, Someone told me to type in "D IPLINFO" in master console to know the z/OS version. But I can not touch the master console and get the following errors by TSO login: - READY D IPLINFO IKJ565

Re: What level of UNIX is z/OS

2005-06-09 Thread Bo Xie
>From http://www.opengroup.org/openbrand/register/, we know that: -- IBM Corporation: z/OS V1R2 or later with:Security Server and z/OS V1R2 or later C/C++ Compiler on IBM zSeries Processors that support z/OS Version 1 Release 2 or later

Re: What level of UNIX is z/OS

2005-06-08 Thread Bo Xie
> Here is a much more precise answer to the question. Thanks to Nick Carbone > in the C group for the response. > z/OS is sitting at the XPG 4.2 branding level achieved back in MVS 5.2.2. > You mention UNIX 95. I suppose that could be considered equiavalent to XPG > 4.2. Since then, we

Which Unix standard is z/OS v1r6 compatible with? Unix95?Unix03?IEEE Posix 1003.1:2001?

2005-06-06 Thread Bo Xie
Hi, Which Unix standard is z/OS Unix v1r6 compatible with? Unix95?Unix03?IEEE Posix 1003.1:2001? Or difference command/utilitiy are compatible with different standard? Thank you! Best Regards, Xie Bo -- For IBM-MAIN subsc

Which thread Implementation Models does z/OS Unix use?

2005-06-02 Thread Bo Xie
Hi, Which thread Implementation Models does z/OS Unix use? M:1 or 1:1 or M:N ? Thank you! Best Regards, Xie Bo Reference 1. "Pthread Implementation Models Overview" http://www.llnl.gov/LCdocs/pthreads/index.jsp?show=s5 -- F

How to know which codepage mainframe uses or supports?

2005-05-31 Thread Bo Xie
Hi, I know mainframe supports IBM-1047 codepage, but how to know wethere it supports others(eg. IBM-047 or Japanese)? If it supports, how to know it? Thank you! Best Regards, Xie Bo -- For IBM-MAIN subscribe / signoff / archiv

Where can I find a C sample source code which uses semaphore?

2005-05-30 Thread Bo Xie
Hi, I've checked "C/C++ Run-Time Library Reference"(SA22-7821-02) and found following information in PP.2113. -- semaphore control 1381 get 1384 operations 1387 operations with timeout 1390 -- But I can not find sample source code to show these functions. Would you

Re: My zos v1r3 ADCD has no OEDIT, how to install it?

2005-05-26 Thread Bo Xie
> Anyways, To define a reply-to address in GMail: > > 1. Click 'Settings' at the top of any Gmail page. Gmail will automatically > direct you to 'General Mail Settings.' > 2. Select the reply-to address field by clicking the circle next to the text > box. > 3. Enter the address to which you want

Re: SDSF Command Line Placement

2005-05-26 Thread Bo Xie
> On my SDSF panels, the command line appears at the bottom of the screen. I > prefer it at the top, but can't find any option to allow me to place it > there. > It's at the top on all the other ISPF panels, so it's got to be something > to do with a profile somewhere... > I've done this before but

Has anyone tried APUE source code in zOS Unix?

2005-05-25 Thread Bo Xie
Hi, From http://www.kohala.com/start/apue.html, there are APUE(Advanced Programming Unix Environment) source code for SunOS 4.1.x, SVR4, or BSD/386. And some linux fans have uploaded modified apue source code for red hat 4.0,5.0 and 6.0. Is there modified apue version for zOS Unix? Thank yo

Re: My zos v1r3 ADCD has no OEDIT, how to install it?

2005-05-25 Thread Bo Xie
> First thing: when posting to ibm-main, be > sure your reply-to is set to ibm-main also, > otherwise people will reply to you directly > and the ibm-main folks will not see the > subsequent discussion. Thank you very much for your reply!!! Sorry, I don't know how to set my reply-to to ibm-main i

My zos v1r3 ADCD has no OEDIT, how to install it?

2005-05-25 Thread Bo Xie
Hi, I can login zos( v1r3 ADCD) TSO and OMVS, and the following is log to call OEDIT. ---TSO call OEDIT--- READY TSO OEDIT IKJ56500I COMMAND TSO NOT FOUND READY