Re: Is there currently a way to access MongoDB from z/OS LE languages?

2013-10-25 Thread David Crayford
On 25/10/2013 1:51 PM, Rob Schramm wrote: With a JDBC driver and a bit of JAVA code..you could use the COBOL/JAVA procedure BCDBATCH to help tie the two together. Did a quick scan and there appear to be at least few JDBC drivers. I'm scratching my head as to why a JDBC driver is useful with a

Re: GDG question

2013-10-25 Thread Barry Merrill
This Friday post of an old MXG change documents a unique problem with GDG wrapping, and the unwillingness of the IBM catalog technician (a/k/a trench holder) to provide the documentation of their catalog records back in 2005. Maybe he was afraid that MicroSoft would offer a competing catalog

Re: z/OS IPL Issue

2013-10-25 Thread John McDowell
Mike, The use of the Integrated 3270 is not limited to the model of use embodied by z/OS MCS console interaction (e.g. a single line of input) but rather supports a broader range of the 3270 data stream. In z/OS terms think about the possibility (not currently available) of having a TSO

Getting the SMF time

2013-10-25 Thread Donald Likens
I already convert the SMF time into human time by using arithmetic but I am having a problem with the calculation and I am attempting to use the ASM macros to convert the time. Here is what I am doing: * CREATE TODDATE MVC SMFDATE,SMF2DTE

Re: GDG question

2013-10-25 Thread Paul Gilmartin
On Thu, 24 Oct 2013 21:25:50 -0700, Phil Smith wrote: But the data is also shared across tasks, so we don't want a window where it's half-written and some task tries to read it. UNIX files provide the natural solution to such a requirement in that the UNIX rename() is preemptive and atomic: o

Re: Getting the SMF time

2013-10-25 Thread Paul Gilmartin
On Fri, 25 Oct 2013 08:50:53 -0500, Donald Likens wrote: TMECVTD +0 0867 10182013 The time is not correct (the date is). Any ideas on what I am doing wrong? By my calculations the time

Re: GDG question

2013-10-25 Thread John McKown
Gil, I wonder if said observant user would notice a file name which started with a period, followed by the characters newversion-of', another period, then the original file name? E.g. PUT updated-file .newversion-of.static-name RENAME .newversion-of.static-name static-name On Fri, Oct 25,

Re: Getting the SMF time

2013-10-25 Thread John McKown
If I were in charge (no chance), I would go with exactly TWO different versions of a time stamp on z/OS. A binary one, which just happens to be identical to the output of the STCKE instruction (16 bytes, 128 bits). And a character one which is the full ISO8601 format ( mmddThhmmss.s+hh:mm

Re: Is there currently a way to access MongoDB from z/OS LE languages?

2013-10-25 Thread Rob Schramm
Not sure how to respond.. on the one hand you have an excellent point. One the other hand.. Google jdbc and mongodb.. as well as there being a jdbc link on the mongodb page in addition to the mongodb java connectors. Doesn't really change my intent ... Grab the mongodb java database driver..

Re: Is there currently a way to access MongoDB from z/OS LE languages?

2013-10-25 Thread Farley, Peter x23353
National literals and the NATIONAL-OF and DISPLAY-OF intrinsic functions are available at least back to version 4.1. The limitation of national literals to 80 characters (however that character is defined in the code page selected by the CODEPAGE compiler option) seems like another poor choice

Re: Is there currently a way to access MongoDB from z/OS LE languages?

2013-10-25 Thread Frank Swarbrick
Why do you say there is a need for a C layer here?  Even without using Object COBOL you can use JNI directly in COBOL.  (It's not great fun, but it is doable.) From: Jantje. jan.moeyers...@gfi.be To: IBM-MAIN@LISTSERV.UA.EDU Sent: Friday, October 25, 2013

Re: Getting the SMF time

2013-10-25 Thread Paul Gilmartin
On Fri, 25 Oct 2013 10:01:20 -0500, John McKown wrote: If I were in charge (no chance), I would go with exactly TWO different ... While I'm at it, the default TZ in LE and UNIX, if not specifically set, should also be assumed to be the equivalent of what the offset is in the CVT. How would you

Re: Sources for learing about state of the art Mainframe Virtual and physical tape?

2013-10-25 Thread Mike Baldwin
Hi Peter, I hope you will be learning, not learing. ;-) Lizette provided a good list of options. Additional virtual options include: IBM TS7740, VTFM Oracle VSM, VLE Since the subject included physical tape, IBM TS1140 Oracle T1D, 9840D Russell's presentation is a good source. Bear in

Re: Is there currently a way to access MongoDB from z/OS LE languages?

2013-10-25 Thread Ze'ev Atlas
I will look carefully at the Java option and JNI, but my inclination (as an old timer) is to adapt the C driver rather. Working directly with C subroutines from COBOL, without a Java layer seems to me to be more natural, but again, I am an old timer and I do not really know Java. If I need

Re: Is there currently a way to access MongoDB from z/OS LE languages?

2013-10-25 Thread Farley, Peter x23353
The compiler limitations are for LITERALS, not for variables. Think VALUE clause, or constant strings MOVEd to a variable. Variable sizes are not any more limited for NATIONAL than for regular DISPLAY alphanumeric, AFAICT. HTH Peter -Original Message- From: IBM Mainframe Discussion

Re: Is there currently a way to access MongoDB from z/OS LE languages?

2013-10-25 Thread Ze'ev Atlas
The compiler limitations are for LITERALS, not for variables. Think VALUE clause, or constant strings MOVEd to a variable. That's good news ZA -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Want your feedback on shell command interface to V2R1 IAZSYMBL

2013-10-25 Thread Kirk Wolf
here is a hopefully illustrative example: //SYMTEST JOB (),'KIRK',MSGCLASS=H // EXPORT SYMLIST=(MYSYM) // SET MYSYM='/some/useful/path/name' //SHELL EXEC PGM=COZBATCH # a better BPXBATCH //STDIN DD * set -o pipecurrent # required for: | read ... # get the current JES symbols as shell

Re: Getting the SMF time

2013-10-25 Thread Mike Schwab
On Fri, Oct 25, 2013 at 8:50 AM, Donald Likens dlik...@infosecinc.com wrote: deleted CONVTOD CONVVAL=CVTD,TODVAL=TODCLOCK,DATETYPE=DDD deleted This returns what looks to me to be a good TODCLOCK TODCLOCK +0 CC208E64 F236F8F4

OT: From UNIX fortune command, too good not to share

2013-10-25 Thread John McKown
I think that I shall never hear A poem lovelier than beer. The stuff that Joe's Bar has on tap, With golden base and snowy cap. The stuff that I can drink all day Until my mem'ry melts away. Poems are made by fools, I fear But only Schlitz can make a beer. -- This is clearly another case of too

Re: OT: From UNIX fortune command, too good not to share

2013-10-25 Thread John Gilmore
Admirable sentiments of course, but Kilmer's original contains six rhyming two-line stanzas; and this is short two, has only four, a prosodic disaster. John Gilmore, Ashland, MA 01721 - USA -- For IBM-MAIN subscribe / signoff /

Re: OT: From UNIX fortune command, too good not to share

2013-10-25 Thread Lester, Bob
Hi John, Do tell. Have you the full text? It is Friday, after all. BTW, this is the first time I've ever seen the word prosodic outside of a dictionary. Thanks! BobL -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of

Re: OT: From UNIX fortune command, too good not to share

2013-10-25 Thread John Gilmore
For the full text google: Kilmer trees --jg -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: GDG question

2013-10-25 Thread Robert A. Rosenberg
At 21:25 -0700 on 10/24/2013, Phil Smith wrote about GDG question: If a jobstep runs with a DD for a GDG that's got DISP=MOD, and the jobstep reads but never tries to write the file, does a new, zero-length GDG get created? I'm of course hoping the answer is No. The only time a new GDG

Re: Getting the SMF time

2013-10-25 Thread Bill Godfrey
On Fri, 25 Oct 2013 08:50:53 -0500, Donald Likens wrote: I already convert the SMF time into human time by using arithmetic but I am having a problem with the calculation and I am attempting to use the ASM macros to convert the time. Here is what I am doing: * CREATE TODDATE

Is it possible to write an exit to add DEFER to a VTAPE allocation?

2013-10-25 Thread Mike Schwab
We have some job steps that use ICETOOL to copy 50 DASD or VTAPE datasets to two VTAPE datasets. We have not been able to convince the owner of the job to add DEFER to the allocation. So when a couple of these jobs run at the same time, we run out of our 512 VTAPE drives. Holds up other jobs, or

Re: John Dvorak explains why the z is doomed (indirectly)

2013-10-25 Thread Shmuel Metz (Seymour J.)
In 048f01cecf45$e90428a0$bb0c79e0$@net, on 10/22/2013 at 09:44 AM, Gerhard Adam gada...@charter.net said: Let's also remember that in the good old days you paid for every manual, You paid for Sxxx- manuals; Gxxx- manuals were free in reasonable quantities. -- Shmuel (Seymour

Re: Rexx compiler used for System Automation and Netview?

2013-10-25 Thread Shmuel Metz (Seymour J.)
In 5266b6e3.1060...@valley.net, on 10/22/2013 at 01:33 PM, Gerhard Postpischil gerh...@valley.net said: The compiler is handy for syntax checking and other error detection that the interpreter won't find until your program has been in production for years g That's one of the things that's

Re: Command output not displayed on Console

2013-10-25 Thread Shmuel Metz (Seymour J.)
In c11ded818b17214792b97fba28712bed17203d4...@jer-email1.jer.ad.malam.com, on 10/22/2013 at 11:21 AM, ÔÒÚ ß ÓßÚ gad...@malam.com said: What do i have to change for the output to appear. MSGROUT? -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: Clemson Univ. Data Center Tour (1980)

2013-10-25 Thread Shmuel Metz (Seymour J.)
In 5265a0bc.90...@clemson.edu, on 10/21/2013 at 05:46 PM, Jim Blalock ca...@clemson.edu said: The unit-record gear was all IBM. No one did it better :-) With some exceptions. I recall a lot of stacker problems on the 3211, and the 3525 was an unmitigated disaster. -- Shmuel (Seymour

Re: OT: From UNIX fortune command, too good not to share

2013-10-25 Thread Robert A. Rosenberg
At 15:33 -0400 on 10/25/2013, John Gilmore wrote about Re: OT: From UNIX fortune command, too good not to share: For the full text google: Kilmer trees --jg Interestingly I live in Suffern NY right across the border from Mahwah NJ where there is a High School named for him. The Wikipedia

Re: OT: From UNIX fortune command, too good not to share

2013-10-25 Thread August Carideo
ot even more - Suffern has some tough ICE Hockey teams LOL From: Robert A. Rosenberg hal9...@panix.com To: IBM-MAIN@LISTSERV.UA.EDU, Date: 10/25/2013 05:04 PM Subject:Re: OT: From UNIX fortune command, too good not to share Sent by:IBM Mainframe Discussion List

Re: z/OS IPL Issue

2013-10-25 Thread Shmuel Metz (Seymour J.)
In 20131023075515.07f678e2041c928bd4cca...@gmx.net, on 10/23/2013 at 07:55 AM, nitz-...@gmx.net nitz-...@gmx.net said: 'we have always used a real console for NIP, we want to keep it', They consider a TN3270 session from a PC to be a real console? -- Shmuel (Seymour J.) Metz, SysProg

Re: old manuals

2013-10-25 Thread Shmuel Metz (Seymour J.)
In 4851323882589608.wa.jerry.ellislibertymutual@listserv.ua.edu, on 10/23/2013 at 09:35 AM, J Ellis jerry.el...@libertymutual.com said: I'm looking for this manual: Did you look in bitsavers? S/390® I/O Interface Channel to Channel Control Unit OEMI What's the forms code and what

Re: Is it possible to write an exit to add DEFER to a VTAPE allocation?

2013-10-25 Thread retired mainframer
How about an allocation exit that abends or flushes the job after the 10th tape drive is allocated unless the job is in class Q. Then make the Q initiator available 0300-0400 on alternate odd-numbered Sundays. No one should be allowed to consume resources they don't need out of laziness,

DISPLAY TCPIP,,NETSTAT help

2013-10-25 Thread Hansen, Dave L - Eagan, MN
Happy Friday, CROSS-POSTED to IBMTCP-L and IBM-MAIN. I think it's been a long week. I tried two commands with MAX=* and got different results. COnn and SOCKets look like they can take the same parameters. My Global Configuration Information: says MaxRecs: 100. If the report output

Re: old manuals

2013-10-25 Thread Shmuel Metz (Seymour J.)
In 0e2a01cecfff$76c47640$644d62c0$@mindspring.com, on 10/23/2013 at 07:52 AM, Lizette Koehler stars...@mindspring.com said: Jerry is looking for the CCWs and sense codes. CCW's and sense codes for what device? Or is he looking for information on self-decribing devices? -- Shmuel

Re: Allocation problem with LMCOPY

2013-10-25 Thread Shmuel Metz (Seymour J.)
In 9159676159882753.wa.paulgboulderaim@listserv.ua.edu, on 10/23/2013 at 11:44 AM, Paul Gilmartin paulgboul...@aim.com said: What's this ampersand business? Assuming this is clist correct apostrophes Assuming that it is REXX. -- Shmuel (Seymour J.) Metz, SysProg and JOAT

Re: Allocation problem with LMCOPY

2013-10-25 Thread Paul Gilmartin
On Fri, 25 Oct 2013 18:04:20 -0500, Shmuel Metz (Seymour J.) wrote: on 10/23/2013 at 11:44 AM, Paul Gilmartin paulgboul...@aim.com said: What's this ampersand business? Assuming this is clist I considered that possibility but deemed the presence of the address instruction a refutation. --

Re: Is it possible to write an exit to add DEFER to a VTAPE allocation?

2013-10-25 Thread DanD
Adding defer will only delay the tape mount until OPEN, the drives are still allocated. If you want to dynamically add defer you can use IEFUJI and flip SCTDEFER in the SIOTs. Dan -Original Message- From: Mike Schwab Sent: Friday, October 25, 2013 4:55 PM Newsgroups:

Re: Is it possible to write an exit to add DEFER to a VTAPE allocation?

2013-10-25 Thread Bob Rutledge
Mike Schwab wrote: We have some job steps that use ICETOOL to copy 50 DASD or VTAPE datasets to two VTAPE datasets. We have not been able to convince the owner of the job to add DEFER to the allocation. So when a couple of these jobs run at the same time, we run out of our 512 VTAPE drives.

Re: Command output not displayed on Console

2013-10-25 Thread Scott Fagen
On Tue, 22 Oct 2013 11:21:16 +0300, ��� �� ��� gad...@malam.com wrote: Hi, I added a few consoles, and the operators are complaining that the output from $DI is not displayed on the console. When I issue the $DI command I see this in the syslog, but nothing is displayed on the console: T064

Re: DISPLAY TCPIP,,NETSTAT help

2013-10-25 Thread Lizette Koehler
Rather - you might like to try this free tool from IBM The EZANS Tool has now been made a real tool (don't worry - it is still for free). You can go to the following web site to down-load the latest version, which supports z/OS releases from V1R4 through V1R12. The official name of the tool

Re: z/OS IPL Issue

2013-10-25 Thread Ed Jaffe
On 10/23/2013 3:19 PM, Thomas Conley wrote: On 10/23/2013 3:47 PM, John McKown wrote: Curiosity question: Why do you need multiple remote I3270C sessions per LPAR? If we ever go to z/OS 2.1 (iffy), we would only use it for IPLing. We use SMCS consoles via TN3270 for other consoles, beyond the

Re: Is there currently a way to access MongoDB from z/OS LE languages?

2013-10-25 Thread David Crayford
On 25/10/2013 11:13 PM, Rob Schramm wrote: Not sure how to respond.. on the one hand you have an excellent point. One the other hand.. Google jdbc and mongodb.. as well as there being a jdbc link on the mongodb page in addition to the mongodb java connectors. Doesn't really change my intent