Re: Basic question on passing JCL set symbol to proc

2010-01-02 Thread Shane
On Sun, 2010-01-03 at 00:48 -0600, Paul Gilmartin wrote: > Your problem in this instance is that JCL makes the colossal > design blunder of interpreting metacharacters _after_ > symbol substitution. Rexx, for example, knows better. > > I hate JCL! > > Whenever I want to do anything serious, I k

Re: Basic question on passing JCL set symbol to proc

2010-01-02 Thread Paul Gilmartin
On Sat, 2 Jan 2010 17:21:27 -0800, Charles Mills wrote: > >//COMPILE EXEC PGM=CCNDRVR,REGION=&CREGSIZ, >//PARM=('&CRUN/CXX &CPARM') > >I had the bright idea of coding a SET symbol > >// SET OPTS='LSE(/u/tcc001/v300),NOTEMPL,OE,OBJ,NOARG' > >And then invoking the proc with > >//COMPMAIN EXEC CBC

Re: Basic question on passing JCL set symbol to proc

2010-01-02 Thread Paul Gilmartin
On Sat, 2 Jan 2010 18:08:21 -0800, Charles Mills wrote: >Thanks! That was one of the variations I tried. Fails on a JCL error: > Tough!: 5.4.4.3 "z/OS V1R10.0 MVS JCL Reference" 5.4.4.3 Coding Symbols in Apostrophes You can code symbols in apostrophes on the following keywords:

Re: CAPS Fantasia (was: argv for z/OS C++ batch)

2010-01-02 Thread Tony Harminc
2010/1/2 Paul Gilmartin : > OK.  As Shane suggested, it depends on Locale setting (same for > DFSORT).  With OpenSolaris's default (whatever): > > 506 $ ls -1 > Документы > Caesar > Cæsar > castor > Castor > castor bean > castor-oil > Noel > Noël > 507 $ > > (Pasted into browser window with UTF-8

Re: ADCD CD -- MVS (JES2?) just hangs now

2010-01-02 Thread Brian Westerman
Sounds like you have some inconsistencies between modules. You should probably also restore LPALIB so that they match for JES and WLM, but it may not be limited to just those two libraries. Since you are on an ADCD system, it may be quicker all around to restore the res volumes completely and go

Re: Basic question on passing JCL set symbol to proc

2010-01-02 Thread Charles Mills
Thanks! That was one of the variations I tried. Fails on a JCL error: STMT NO. MESSAGE 4 IEFC620I UNIDENTIFIABLE CHARACTER u ON THE EXEC STATEMENT 4 IEFC620I UNIDENTIFIABLE CHARACTER t ON THE EXEC STATEMENT

Re: Basic question on passing JCL set symbol to proc

2010-01-02 Thread Steve Comstock
Charles Mills wrote: I apologize for a very basic question. I'm a developer; not a PROC guy. I've got a PROC that says //CBCC PROC INFILE=, // CRUN=, // CPARM=, .. and //COMPILE EXEC PGM=CCNDRVR,REGION=&CREGSIZ, //PARM=('&CRUN/CXX &CPARM')

Basic question on passing JCL set symbol to proc

2010-01-02 Thread Charles Mills
I apologize for a very basic question. I'm a developer; not a PROC guy. I've got a PROC that says //CBCC PROC INFILE=, // CRUN=, // CPARM=, . and //COMPILE EXEC PGM=CCNDRVR,REGION=&CREGSIZ, //PARM=('&CRUN/CXX &CPARM') I had the b

Re: CAPS Fantasia (was: argv for z/OS C++ batch)

2010-01-02 Thread Paul Gilmartin
On Sat, 2 Jan 2010 16:36:55 -0500, P S wrote: > >Da, "document" in Cyrillic came through that time, rather than as &whatever. > Спасибо. An update (I hope): 520 $ ( LANG=en_US.UTF-8 && ls -1 foo ) ДОКУМЕНТЫ Документы ДОКУМЕНТЫ x Документы x ano año ano x año x Caesar Cæsar Caesar x Cæsar x cast

Re: CAPS Fantasia (was: argv for z/OS C++ batch)

2010-01-02 Thread Lindy Mayfield
How would I tell my USS shell how to sort based on a particular language? -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of P S Sent: 2. tammikuuta 2010 23:24 To: IBM-MAIN@bama.ua.edu Subject: Re: CAPS Fantasia (was: argv for z/OS C++ batc

Re: CAPS Fantasia (was: argv for z/OS C++ batch)

2010-01-02 Thread P S
On Sat, Jan 2, 2010 at 4:33 PM, Paul Gilmartin wrote: > I'm trying this again, with a different technique: > Da, "document" in Cyrillic came through that time, rather than as &whatever. -- For IBM-MAIN subscribe / signoff / arc

Re: CAPS Fantasia (was: argv for z/OS C++ batch)

2010-01-02 Thread Paul Gilmartin
I'm trying this again, with a different technique: On Sat, 2 Jan 2010 15:26:04 -0500, Tony Harminc wrote: > > Sorting is a cultural thing (where "culture" can include C programming > as much as French-in-France, French-in-Canada, English, German, etc.) > And each culture may have multiple sort or

Re: CAPS Fantasia (was: argv for z/OS C++ batch)

2010-01-02 Thread P S
On Sat, Jan 2, 2010 at 4:19 PM, Paul Gilmartin wrote: > Ask a Spanish speaker whether "año" is the same as "ano". > No, they're different letters. It may be clear from context, but the two are no more the same than "awe" and "ave" in English. A better question might be to ask a French speaker wh

Re: CAPS Fantasia (was: argv for z/OS C++ batch)

2010-01-02 Thread Paul Gilmartin
On Sat, 2 Jan 2010 15:26:04 -0500, Tony Harminc wrote: > >Sorting is a cultural thing (where "culture" can include C programming >as much as French-in-France, French-in-Canada, English, German, etc.) >And each culture may have multiple sort orders appropriate for >different circumstances. For examp

Re: Seymour's signature

2010-01-02 Thread Donald Russell
On Sat, Jan 2, 2010 at 10:48, Ed Finnell wrote: > > In a message dated 1/2/2010 11:50:16 A.M. Central Standard Time, > charl...@mcn.org writes: > > New decade; time for a new signature > >>> > So, if the new decade really starts on 1 Jan 2011 he's  got another year? "Decade" is just a period of 1

Re: dead zone

2010-01-02 Thread Jim Mulder
IBM Mainframe Discussion List wrote on 01/01/2010 07:27:20 PM: Mainframe Discussion List > > In article you wrote: > > On Fri, 1 Jan 2010 08:41:53 -0800, Edward Jaffe wrote: > > > > > >The z/OS RSM developers introduced functionality to allow Java to > > >acquire storage within the previously

Re: CAPS Fantasia (was: argv for z/OS C++ batch)

2010-01-02 Thread Tony Harminc
2010/1/1 Paul Gilmartin : > On Thu, 31 Dec 2009 15:28:16 -0600, McKown, John wrote: >> >>I guess the order is aAbBcCdD and so on. >> > Actually, no.  Not according to a couple dictionaries I glanced at, > and OpenSolaris: > >    509 $ ls -1 >    castor >    Castor >    castor bean >    510 $ > > Wh

Re: Seymour's signature

2010-01-02 Thread Ed Finnell
In a message dated 1/2/2010 11:50:16 A.M. Central Standard Time, charl...@mcn.org writes: New decade; time for a new signature >> So, if the new decade really starts on 1 Jan 2011 he's got another year? -- For IBM-MAIN s

Re: Seymour's signature

2010-01-02 Thread Charles Mills
New decade; time for a new signature. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of David Alcock Sent: Friday, January 01, 2010 9:46 PM To: IBM-MAIN@bama.ua.edu Subject: Seymour's signature Every year I hope in vain that he chang