Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread David Crayford
On 28/10/2014 6:39 AM, John McKown wrote: xlc only supports HFP and BFP natively via the float compiler option, so I left it out. The C/C++ compiler has builtins for both packed decimal and decimal floating point. If you were feeling adventurous you could write bindings for both. Lua

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread John McKown
On Mon, Oct 27, 2014 at 8:12 PM, David Crayford dcrayf...@gmail.com wrote: On 28/10/2014 4:20 AM, John McKown wrote: This is likely a silly question. Does lua4z use HFP (zArch) or BFP (IEEE) floating point? If I had to guess, I'd _guess_ HFP. You guessed wrong :). Lua numbers are double

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread John McKown
On Tue, Oct 28, 2014 at 6:53 AM, John McKown john.archie.mck...@gmail.com wrote: On Mon, Oct 27, 2014 at 8:12 PM, David Crayford dcrayf...@gmail.com wrote: On 28/10/2014 4:20 AM, John McKown wrote: This is likely a silly question. Does lua4z use HFP (zArch) or BFP (IEEE) floating point? If

Re: Struckup with installation variables section while installing z/OS 1.13 by serverpac

2014-10-28 Thread Subscribe (IBM-MAIN) Nallasivam.V
Hi, Thanks for the reply.. sorry...I'm not sure about the previous installation..I could not able to find any datasets related to previous installation. MQ is named as CSQ1.. So should i specify CSQ1 as a value for HOSTNAME variable? Can i leave it as empty field for daemon IP variable? Will

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread David Crayford
On 28/10/2014 7:53 PM, John McKown wrote: On Mon, Oct 27, 2014 at 8:12 PM, David Crayford dcrayf...@gmail.com wrote: On 28/10/2014 4:20 AM, John McKown wrote: This is likely a silly question. Does lua4z use HFP (zArch) or BFP (IEEE) floating point? If I had to guess, I'd _guess_ HFP. You

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread John McKown
On Tue, Oct 28, 2014 at 7:32 AM, David Crayford dcrayf...@gmail.com wrote: On 28/10/2014 7:53 PM, John McKown wrote: On Mon, Oct 27, 2014 at 8:12 PM, David Crayford dcrayf...@gmail.com wrote: On 28/10/2014 4:20 AM, John McKown wrote: This is likely a silly question. Does lua4z use HFP

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread David Crayford
On 28/10/2014 9:31 PM, John McKown wrote: I've got a new build for Lua4z which includes sqlite3 as part of LuaSQL https://github.com/keplerproject/luasql. I'm going to release it soon with the regex extensions for POSIX and PCRE. ​Wonderful. Thanks. I will now just wait. I'm__good__ at just

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread John McKown
Installation error - likely due to your fix of upper casing input. Relevant portion of install output: Enter PATH directory in which to create command symlinks or 'none' (/usr/local/bin) /HM/bin link_dir (/HM/BIN) is not a valid path. realpath() failed: realpath: EDC5129I No such file or

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread David Crayford
Try again John. Should be good to go. And thanks for testing this for me! On 28/10/2014 10:06 PM, John McKown wrote: Installation error - likely due to your fix of upper casing input. Relevant portion of install output: Enter PATH directory in which to create command symlinks or 'none'

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread John McKown
Nope. Transcript: sh ./lua4z-1.0.0.bin ./lua4z-1.0.0.bin The Lua4z software license agreement is available on the web at: http://lua4z.com/license Please read the license carefully. The installed software includes a copy of the license in the lua4z/doc directory. Have you read, understood,

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread John McKown
Oh, tested -- install works if I pre-create the LOADLIB and SAMPLIB. -- The temperature of the aqueous content of an unremittingly ogled culinary vessel will not achieve 100 degrees on the Celsius scale. Maranatha! John McKown

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread John McKown
Works if I reply Y, in upper case. Problem? if promptYN(The PDSE load module library '..loadlib..' does not exist, create it?, y) then should be? if promptYN(The PDSE load module library '..loadlib..' does not exist, create it?, y):upper() then On Tue, Oct 28, 2014 at 9:47 AM, John McKown

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread John McKown
Works GREAT! And it interoperates with the sqlite3 UNIX command from the SQLite port for z/OS on the CBT. I used your example to create the SQLite data base, then accessed it with the sqlite3 command from a shell prompt. Curious: did you use the CBT version of SQLite or did you do your own? On

Re: Has Anyone Seen this in ISPF before?

2014-10-28 Thread Thomas Conley
On 10/28/2014 11:42 AM, parke...@gmail.com wrote: Has anyone seen ISPF do this? I enter a member name of of a PDSE, such as testnew: Edit Entry Panel Command === ISPF Library: Project . . . DEVEL Group . . . . ATLJP. . . . . . . .

BLSR question

2014-10-28 Thread Pommier, Rex
Hi all, I found a thread from 2012 discussing BLSR and whether or not it supports dynamic changes via the SETSSI command. That thread indicated that BLSR had been updated to support SETSSI, and that upon a SETSSI ACT, the subsystem would be added and activated. That part appears to work, but

Cross Posted from CICS-l CICS Web Services and Digital Signatures

2014-10-28 Thread Ward, Mike S
-Original Message- From: Ward, Mike S Sent: Monday, October 27, 2014 4:55 PM To: cic...@listserv.uga.edu Subject: CICS Web Services and Digital Signatures Hello all, I was wondering of anyone out here in CICS land is using webservices and digital signatures using the following algorithms

Re: BLSR question

2014-10-28 Thread Jim Mulder
I found a thread from 2012 discussing BLSR and whether or not it supports dynamic changes via the SETSSI command. That thread indicated that BLSR had been updated to support SETSSI, and that upon a SETSSI ACT, the subsystem would be added and activated. That part appears to work, but now

New z/XDC release

2014-10-28 Thread David Cole
A brief announcement: Today we are publishing a new release of z/XDC. For details, go to our home page: www.colesoft.com Dave Cole ColeSoft Marketing 414 Third Street, NE Charlottesville, VA 22902 EADDRESS: mailto:dbc...@colesoft.comdbc...@colesoft.com Home page:www.colesoft.com

TS1150 and software installation

2014-10-28 Thread R.S.
A new tape drive was announced recently. Tech specification says there is no upport for the oldest Jaguar cartridges (JA aka ETC). The question is how IBM solved a problem with software distribution? Are there any plans to use new tape carts as an option for Shopzseries software? --

Re: Has Anyone Seen this in ISPF before?

2014-10-28 Thread Thomas Conley
On 10/28/2014 12:47 PM, parke...@gmail.com wrote: You were correct. Profile was corrupted. The user id is garbage: IKJ56688I CHAR(:) LINE(1)PROMPT INTERCOM PAUSE MSGID NOMODE WTPMSG RECOVER PREFIX(:24.3082EPLANGUAGE(ENU) SLANGUA GE(ENU) On Tuesday, October 28, 2014

Re: TS1150 and software installation

2014-10-28 Thread John Eells
r.skoru...@bremultibank.com.pl (R.S.) wrote: A new tape drive was announced recently. Tech specification says there is no upport for the oldest Jaguar cartridges (JA aka ETC). The question is how IBM solved a problem with software distribution? Are there any plans to use new tape carts as an

Re: Has Anyone Seen this in ISPF before?

2014-10-28 Thread John McKown
Perhaps the simplest thing to do is to go into the ISPF test option, 7, then Variables, 3. Do an L ZPREFIX on the command line. Now change the value to something else. Or just do an erase field to remove its value entirely. On Tue, Oct 28, 2014 at 3:56 PM, Thomas Conley pinnc...@rochester.rr.com

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-28 Thread Paul Gilmartin
On 2014-10-28 17:22, Ed Gould wrote: Since we no longer have a monitor how about creating a list for this product ? http://lua4z.com/forum/ -- gil -- For IBM-MAIN subscribe / signoff / archive access instructions, send

SHOWMVS / SHOWZOS

2014-10-28 Thread David Elliot
Used SHOWMVS for many years, usually in batch, not authorized. One of the things I liked about it was the ability to quickly check the integrity of a customer's APF, LINK and LPA lists for missing and incorrectly cataloged libraries. Now, with V721, all I see in the output in these sections are

Re: Has Anyone Seen this in ISPF before?

2014-10-28 Thread Elardus Engelbrecht
Rupert Reynolds wrote: You may need to use the TSO command PROFILE PREFIX to repair the data. And it may only cover a larger problem. This advice may be 10 years out of date, but problems like this are worth getting to the bottom of, in my view! Indeed. See my comment below. Tom Conley wrote: