Re: COBOL 2014 dynamic capacity tables

2016-08-08 Thread David Crayford
On 5/08/2016 11:11 PM, Frank Swarbrick wrote: That's good to know. I searched the internet and found a page about implementing dynamic arrays in C and he was using "double", but 1.5 also sounds reasonable. I wonder if perhaps there should be some sort of ratcheting down as the number of rows

SHARE Atlanta proceedings

2016-08-08 Thread Richards, Robert B.
Does anyone know when the Atlanta SHARE Conference proceedings from last week will be available? Bob -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INF

Re: SHARE Atlanta proceedings

2016-08-08 Thread Mike Shorkend
They are available from the Atlanta event page. Try this link: http://www.share.org/atlanta-agenda HTH Mike On 8 August 2016 at 15:39, Richards, Robert B. wrote: > Does anyone know when the Atlanta SHARE Conference proceedings from last > week will be available? > > Bob > > -

Re: SHARE Atlanta proceedings

2016-08-08 Thread Richards, Robert B.
Is there an easier way to get and download the presentations other than clicking on each individual session? I'm thinking it used to be easier, but I may be wrong. Bob -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Mike Shorkend Se

Re: SHARE Atlanta proceedings

2016-08-08 Thread Lizette Koehler
I think when you attend Share you might get a DVD with all of the proceedings. Otherwise the website I think is just one at a time for download. Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Richards, Robert B. > Sent:

Re: SHARE Atlanta proceedings

2016-08-08 Thread Richards, Robert B.
Thanks Lizette. One at a time, it is. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Monday, August 08, 2016 9:47 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SHARE Atlanta proceedings I think when you attend

Re: SHARE Atlanta proceedings

2016-08-08 Thread Roger Lowe
If you use Firefox, you could try and (still) use the FF extension (DownThemAll aka dTa) - http://www.downthemall.net/ Roger On Mon, 8 Aug 2016 10:02:09 -0400, Richards, Robert B. wrote: >Thanks Lizette. One at a time, it is. > > >-Original Message- >From: IBM Mainframe Discussion

Re: COBOL 2014 dynamic capacity tables

2016-08-08 Thread Frank Swarbrick
By "heap pool" are you referring to using CEECRHP to create additional LE heaps? I am doing that upon creation of the first "dynamic table" within a program. (Just using the defaults of 0 for each of the CEECRHP parameters at the moment.) Are you thinking it might make sense to use a separate

Re: ibm afp print driver for windows 10

2016-08-08 Thread Howard Turetzky
The current Viewer, https://support.rpp.ricoh-usa.com/internet/dcfdata.nsf/vwWeb/P4000360 should run on Windows 10, but is currently unsupported for Windows 10. -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: ibm afp print driver for windows 10

2016-08-08 Thread Howard Turetzky
However, if I had been more alert I would have realized the question was about the AFP Print Driver for Windows (https://www.infoprint.com/internet/dcfdata.nsf/vwWeb/P4000384). The Print Driver should run on IE for Windows 10, but not for Edge. Both Chrome and FireFox have deprecated plugins, s

Re: COBOL 2014 dynamic capacity tables

2016-08-08 Thread Farley, Peter x23353
David, Not so easy to write as you might think. The COBOL LE environment and the C/C++ LE environment are very different. Calling C/C++ runtime routines (other than the Metal C ones resident in the system, but even some of those require some memory-allocation initialization) requires that the

automount allocuser aggregates

2016-08-08 Thread Roach, Dennis
In the USS Command Reference under automoune, options allocuser and allocany, it states "Do not use this option with HFS-compatible zFS file systems if file system aggregates are mounted with the same automount policy because unused data sets is likely to be created." We use aggregate and compa

Re: COBOL 2014 dynamic capacity tables

2016-08-08 Thread Bernd Oppolzer
IMO there is no need to create additional heaps to support dynamic tables in COBOL. I did some research some days ago on the LE heap implementation and found an old IBM presentation (from 2005) on this topic called "Stacks and Heaps" (you will find it using Google, the full title reads something

Interesting C library file open mis-diagnosis

2016-08-08 Thread Charles Mills
Not a problem or a complaint; just an observation. I have the following input to the C prelinker: //ASSEMOBJ DD DSN=DATASET.NAME(CZAARCH),DISP=SHR // DD DSN=DATASET.NAME(CZACESRV),DISP=SHR // DD DSN=DATASET.NAME(CZ4CSA),DISP=SHR // DD DSN=DATASET.NAME(CZ4DIREC),D

Re: Interesting C library file open mis-diagnosis

2016-08-08 Thread Paul Gilmartin
On Mon, 8 Aug 2016 13:16:21 -0700, Charles Mills wrote: >Not a problem or a complaint; just an observation. > >//ASSEMOBJ DD DSN=DATASET.NAME(CZAARCH),DISP=SHR > >As luck would have it, CZAISAUT was missing. However, the diagnostic from >the prelinker was > >SEVERE ERROR EDC4001: Unable to read D

Re: Interesting C library file open mis-diagnosis

2016-08-08 Thread Charles Mills
> Was there a job log message, S213-rc identifying the catenand? Yes, 15.52.57 JOB01527 IEC141I 013-18,IGG0191B,xxPL,PLKED,ASSEMOBJ-0009,1D41,LS050A, 325 325 DATASET.NAME(CZAISAUT) When I spotted that I figured out the problem. But I started out looking at the program (PLI

Re: COBOL 2014 dynamic capacity tables

2016-08-08 Thread Frank Swarbrick
I used a single separate heap in order so that the RPTSTG(ON) report will report "my" storage actions separately from COBOLs: HEAP statistics: Initial size:32768 Increment size: 32768 Total heap storage used (sugg.

Enterprise COBOL API for dynamic capacity tables

2016-08-08 Thread Frank Swarbrick
Until such time that IBM decides they are worth it, you are free to use this. https://www.ibm.com/developerworks/community/forums/html/topic?id=e1a34f6a-7ff5-48cf-bd78-d88c792571e0&ps=25

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-08 Thread Farley, Peter x23353
Frank, First, many thanks for releasing this code. But there are a few COPY members missing: DYNTABCR DYNTABIN DYNTABRS DYNTABRL TXN I can probably intuit the contents and re-create them based on your descriptive comments, but is there a chance you can release your versions? Peter -Orig

Re: SHARE Atlanta proceedings

2016-08-08 Thread Jesse 1 Robinson
Proceedings eventually end up on this page: http://www.share.org/page/proceedings Atlanta is not there yet. I don't know the expected 'drop' date, but it should not be too far off. I downloaded a couple of PDFs today by going through the SHARE app. Again, it's one by one, but for something you

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-08 Thread Frank Swarbrick
It's always something, ain't it! Check it out now. Frank From: IBM Mainframe Discussion List on behalf of Farley, Peter x23353 Sent: Monday, August 8, 2016 5:19 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Enterprise COBOL API for dynamic capacity tables Fran

Enterprise COBOL API for dynamic capacity tables

2016-08-08 Thread Bill Woodger
"leftmost-character-position Must be an arithmetic expression. The evaluation of leftmost-character-position must result in a positive nonzero integer that is less than or equal to the number of characters in the data item referenced by data-name-1." So, you are using undefined behaviour (and n

Re: Interesting C library file open mis-diagnosis

2016-08-08 Thread John McKown
On Mon, Aug 8, 2016 at 4:01 PM, Charles Mills wrote: > > Was there a job log message, S213-rc identifying the catenand? > > Yes, > > 15.52.57 JOB01527 IEC141I 013-18,IGG0191B,xxPL, > PLKED,ASSEMOBJ-0009,1D41,LS050A, 325 >325 DATASET.NAME(CZAISAUT) > > When I spotted that I f

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-08 Thread Farley, Peter x23353
The "leftmost-character-position" issue is easily resolved (though also in a non-standard way) by using a work pointer redefined as PIC 9(9) COMP-5, then: 01 TABLE-PTR POINTER. 01 TABLE-PTR9 REDEFINES TABLE-PTR PIC 9(9) COMP-5. . . . . SET TABLE-PTR TO TABLE-ADDR COMPUTE TABLE-PTR9 = TABLE-PTR9

Re: Interesting C library file open mis-diagnosis

2016-08-08 Thread Charles Mills
I guess one answer is that they should not report the member name. The software knows or could know the allocation is concatenated. It should just say "I/O error on the allocation, somewhere." I/O error on //DD:ASSEMOBJ. Charles -Original Message- From: IBM Mainframe Discussion List [ma

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-08 Thread John McKown
On Mon, Aug 8, 2016 at 6:46 PM, Frank Swarbrick wrote: > It's always something, ain't it! > > Check it out now. > > Frank > ​That looked very interesting. I divided up the integrated copybooks into separate files. I've also placed them in a local git repository (git is a source code management t

Re: Interesting C library file open mis-diagnosis

2016-08-08 Thread Paul Gilmartin
On Mon, 8 Aug 2016 14:01:33 -0700, Charles Mills wrote: >> Was there a job log message, S213-rc identifying the catenand? > >15.52.57 JOB01527 IEC141I >013-18,IGG0191B,xxPL,PLKED,ASSEMOBJ-0009,1D41,LS050A, 325 > 325 DATASET.NAME(CZAISAUT) > >When I spotted that I figured out t

Re: COBOL 2014 dynamic capacity tables

2016-08-08 Thread David Crayford
On 9/08/2016 12:36 AM, Farley, Peter x23353 wrote: David, Not so easy to write as you might think. The COBOL LE environment and the C/C++ LE environment are very different. Calling C/C++ runtime routines (other than the Metal C ones resident in the system, but even some of those require som

IBM Redbooks | Everything You Always Wanted to Know about IDCAMS But Were Afraid to Ask

2016-08-08 Thread Edward Gould
I am afraid to ask even after reading > > http://www.redbooks.ibm.com/redpieces/abstracts/redp5389.html?Open > -- For IBM-MAIN subscribe / signoff / archive a

Re: COBOL 2014 dynamic capacity tables

2016-08-08 Thread David Crayford
On 9/08/2016 11:01 AM, David Crayford wrote: Not so easy to write as you might think. The COBOL LE environment and the C/C++ LE environment are very different. Calling C/C++ runtime routines (other than the Metal C ones resident in the system, but even some of those require some memory-alloc

Re: SHARE Atlanta proceedings

2016-08-08 Thread Edward Finnell
What was the attendance? By the hair on your chinny, chin,chin... http://www.reuters.com/article/us-delta-air-outages-idUSKCN10J0VP In a message dated 8/8/2016 6:23:15 P.M. Central Daylight Time, jesse1.robin...@sce.com writes: couple of PDFs today by going through the SHARE app. Ag

Re: SHARE Atlanta proceedings

2016-08-08 Thread Windt, W.K.F. van der (Fred)
> What was the attendance? > > By the hair on your chinny, chin,chin... > > http://www.reuters.com/article/us-delta-air-outages-idUSKCN10J0VP Share ended Friday around noon. I flew home on Saturday and had no problems leaving Atlanta. I think the problems started on Sunday? Fred! --