Re: Enterprise COBOL API for dynamic capacity tables

2016-08-11 Thread Frank Swarbrick
Subject: Re: Enterprise COBOL API for dynamic capacity tables On 11/08/2016 8:44 AM, Frank Swarbrick wrote: > The video specifically noted that fork does work...! Yes, but I take that with a pinch of salt because there's no Windows API call that performs a real fork. There are similar fun

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-10 Thread David Crayford
y, August 10, 2016 5:59 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Enterprise COBOL API for dynamic capacity tables On 10/08/2016 11:35 PM, Frank Swarbrick wrote: That "Linux on Windows" thing (not a VM, they point out!) is certainly interesting. Hope it does better than Windows S

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-10 Thread Frank Swarbrick
t; > > > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of > David Crayford <dcrayf...@gmail.com> > Sent: Tuesday, August 9, 2016 7:29 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Enterprise COBOL API f

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-10 Thread David Crayford
avid Crayford <dcrayf...@gmail.com> Sent: Tuesday, August 9, 2016 7:29 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Enterprise COBOL API for dynamic capacity tables I run Git for Windows on my work PC which is very good indeed. It has a bash shell emulator and a nice GUI. We use SMB on z/O

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-10 Thread Frank Swarbrick
n List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of David Crayford <dcrayf...@gmail.com> Sent: Tuesday, August 9, 2016 7:29 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Enterprise COBOL API for dynamic capacity tables I run Git for Windows on my work PC which is very good indeed. It has a bash shell

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-09 Thread David Crayford
STSERV.UA.EDU> on behalf of David Crayford <dcrayf...@gmail.com> Sent: Tuesday, August 9, 2016 9:56 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Enterprise COBOL API for dynamic capacity tables On 9/08/2016 11:49 PM, John McKown wrote: On Tue, Aug 9, 2016 at 10:40 AM, Frank Swarbrick < fr

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-09 Thread Frank Swarbrick
:-) Frank From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of David Crayford <dcrayf...@gmail.com> Sent: Tuesday, August 9, 2016 9:56 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Enterprise COBOL API for dynamic capacity tables On 9/08/2016 11:49 PM, John McKown

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-09 Thread Frank Swarbrick
TSERV.UA.EDU Subject: Re: Enterprise COBOL API for dynamic capacity tables On Tue, Aug 9, 2016 at 10:40 AM, Frank Swarbrick < frank.swarbr...@outlook.com> wrote: > Since I developed it at work for work I'll have to ask my employer about > that. Of course perhaps I should have asked be

Enterprise COBOL API for dynamic capacity tables

2016-08-09 Thread Bill Woodger
ill.wood...@gmail.com> > Sent: Monday, August 8, 2016 6:56 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Enterprise COBOL API for dynamic capacity tables > > "leftmost-character-position > > Must be an arithmetic expression. The evaluation of > leftmost-character-po

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-09 Thread John McKown
On Tue, Aug 9, 2016 at 10:56 AM, David Crayford wrote: > On 9/08/2016 11:49 PM, John McKown wrote: > >> On Tue, Aug 9, 2016 at 10:40 AM, Frank Swarbrick < >> frank.swarbr...@outlook.com> wrote: >> >> Since I developed it at work for work I'll have to ask my employer about

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-09 Thread David Crayford
On 9/08/2016 11:49 PM, John McKown wrote: On Tue, Aug 9, 2016 at 10:40 AM, Frank Swarbrick < frank.swarbr...@outlook.com> wrote: Since I developed it at work for work I'll have to ask my employer about that. Of course perhaps I should have asked before posting it publicly, but that's water

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-09 Thread John McKown
On Tue, Aug 9, 2016 at 10:40 AM, Frank Swarbrick < frank.swarbr...@outlook.com> wrote: > Since I developed it at work for work I'll have to ask my employer about > that. Of course perhaps I should have asked before posting it publicly, > but that's water under the bridge now! > > Sidetracking,

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-09 Thread Frank Swarbrick
com> Sent: Monday, August 8, 2016 7:46 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Enterprise COBOL API for dynamic capacity tables On Mon, Aug 8, 2016 at 6:46 PM, Frank Swarbrick <frank.swarbr...@outlook.com > wrote: > It's always something, ain't it! > > Check it out now. &g

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-09 Thread Frank Swarbrick
STSERV.UA.EDU> on behalf of Bill Woodger <bill.wood...@gmail.com> Sent: Monday, August 8, 2016 6:56 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Enterprise COBOL API for dynamic capacity tables "leftmost-character-position Must be an arithmetic expression. The evaluation of leftmost-char

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

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-08 Thread Farley, Peter x23353
Of Bill Woodger Sent: Monday, August 08, 2016 8:57 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Enterprise COBOL API for dynamic capacity tables "leftmost-character-position Must be an arithmetic expression. The evaluation of leftmost-character-position must result in a positive nonzero

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

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-08 Thread Frank Swarbrick
Subject: Re: Enterprise COBOL API for dynamic capacity tables 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 descripti

Re: Enterprise COBOL API for dynamic capacity tables

2016-08-08 Thread Farley, Peter x23353
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Frank Swarbrick Sent: Monday, August 08, 2016 6:35 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Enterprise COBOL API for dynamic capacity tables Until such time that IBM decides they are worth it, you

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=25