Re: Installing z/os in new mainframe from scratch

2014-03-30 Thread Shane Ginnane
On Fri, 28 Mar 2014 14:25:22 -0700, Duffy Nightingale wrote: This is kind of interesting. I am a developer now but I remember back in the good old days of system programming work. It seems like as far as installing a new IBM product, we could not get any help what so ever. If you had a

Re: C Compiler Library Search

2014-03-30 Thread Phil Sidler
On Fri, 28 Mar 2014 12:19:33 -0500, Chuck Arney ch...@arneycomputer.com wrote: The problem is that the compiler is not locating the header files that are included in the source program. My understanding from the manual is that the compiler PARM SEARCH controls the library search sequence used

Re: Clist character string compare

2014-03-30 Thread CM Poncelet
As in (for REXX): LIST_CURRENT_CONCAT: X = OUTTRAP('DSN.',999,CONCAT) TSOEXEC LISTA ST X = OUTTRAP('OFF') etc. and in e.g. (for Clist): PROC 0

Re: Clist character string compare

2014-03-30 Thread Ted MacNEIL
But, do you need it? My recollection is NO. - -teD -   Original Message   From: CM Poncelet Sent: Sunday, March 30, 2014 12:23 To: IBM-MAIN@LISTSERV.UA.EDU Reply To: IBM Mainframe Discussion List Subject: Re: Clist character string compare As in (for REXX): LIST_CURRENT_CONCAT: X =

Re: Clist character string compare

2014-03-30 Thread Ted MacNEIL
Sorry, you do need it for transmit, but not for lista. Apples oranges. - -teD -   Original Message   From: Ted MacNEIL Sent: Sunday, March 30, 2014 12:30 To: IBM-MAIN@LISTSERV.UA.EDU Reply To: IBM Mainframe Discussion List Subject: Re: Clist character string compare But, do you need it? My

Re: Clist character string compare

2014-03-30 Thread Ted MacNEIL
What I'm saying is you don't need TSOEXEC for LISTA. But, you do for TRANSMIT. (Actually only under ISPF) And, you don't need the address TSO if you invoked it in a TSO environment. But, that's a digression. - -teD -   Original Message   From: CM Poncelet Sent: Sunday, March 30, 2014 13:25 To:

Re: C Compiler Library Search

2014-03-30 Thread Scott Ford
Like Bernd, I only speak C and some C# on Windows..no C++, not yet. Regards, Scott From: Bernd Oppolzer Sent: ‎Saturday‎, ‎March‎ ‎29‎, ‎2014 ‎6‎:‎18‎ ‎AM To: IBM Mainframe Discussion List I can only speak for C, we don't have C++ at our site. So I would ask you to try the #include

Re: Clist character string compare

2014-03-30 Thread Paul Gilmartin
On Sun, 30 Mar 2014 13:30:23 -0400, Ted MacNEIL wrote: What I'm saying is you don't need TSOEXEC for LISTA. But, you do for TRANSMIT. (Actually only under ISPF) This is so wretchedly complicated! I see: http://pic.dhe.ibm.com/infocenter/zos/v1r12/topic/com.ibm.zos.r12.ikjc500/tsoexeccom.htm

Re: C Compiler Library Search

2014-03-30 Thread Chuck Arney
Ding, Ding, Ding. Phil is the winner. Actually, the compiler still does not work the way it is documented for NOSEARCH and NOLSEARCH but using the hints provided in Phil's email, we got a set of options and JCL that is now finding the user header files. First setting NOSEARCH or NOLSEARCH

Re: Clist character string compare

2014-03-30 Thread Scott Ford
Ted, Exactly...but I don't understand what Michael is trying to do Scott ford www.identityforge.com from my IPAD On Mar 30, 2014, at 1:30 PM, Ted MacNEIL eamacn...@yahoo.ca wrote: What I'm saying is you don't need TSOEXEC for LISTA. But, you do for TRANSMIT. (Actually only under ISPF)

Re: XMLSS performance vs COBOL 4.1 runtime XML

2014-03-30 Thread Timothy Sipples
Shane Ginnane write: I was referring to the contortions involved in the introduction of specialty engines. Yes, I know. I refer you to my previous answer. Martin Packer writes: Actually more slower engines applies here as well. Getting a bit more interesting, especially as engines get/got

Re: Clist character string compare

2014-03-30 Thread CM Poncelet
Well ... I did things in an 'unconventional' way - e.g. if any command began with % it meant invoke as Clist or REXX and with parms if any. In my panel I had: etc. )PROC etc. CLIST = TRUNC(ZCMD,1) /* --- here */ ZCMD = TRUNC(ZCMD,' ') ZTRAIL = .TRAIL IF (CLIST='%') /* --- here