Re: DataPower XML Appliance and RACF

2013-06-14 Thread David Crayford
On 13/06/2013 9:26 PM, John Gilmore wrote: Here, however, I will limit myself to noting that COBOL too is an enormously popular language. Some metrics make it even more popular than C. Its deficiencies qua statement-level procedural language are equally clear. If there really is that much

Re: Thinking about utility for REXX: stem variable to JSON encoding.

2013-06-14 Thread Hunkeler, Peter (TLSG 4)
stem. = '' If you want to protect your code from inadvertently using undefined variables, i.e. variables that have not been assigned a value, you code SIGNAL ON NOVALUE With the above statement, the REXX interpreter will not detect when you're using an undefined compound variable based

Re: Thinking about utility for REXX: stem variable to JSON encoding.

2013-06-14 Thread Thomas Berg
The reason for stem. = '' is that I have a usage of the value ''. Among other uses I often test if stem.xxx == '' for processing reasons. I always have Signal On Novalue. Regards Thomas Berg Thomas Berg Specialist

Re: DataPower XML Appliance and RACF

2013-06-14 Thread Farley, Peter x23353
And therein lies the rub. When companies stopped paying for training in anything except management skills and IBM stopped supporting computer science in universities with free or low-cost hardware and software, the technical knowledge base gradually bit-rotted or retired, until now (nearly)

Re: DataPower XML Appliance and RACF

2013-06-14 Thread John Gilmore
Some of you may be interested in a prescient short story by E M Forster called The day the machine stopped. John Gilmore, Ashland, MA 01721 - USA -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

SVC DUMP and SDATA

2013-06-14 Thread Hashem Tawakol
Hi, If I have an SVC DUMP, Is there a way to find out what SDATA parameters used to generate the dump? Hashem -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Re: SVC DUMP and SDATA

2013-06-14 Thread Jakubek, Jan
On LPAR that created dump - issue command D D,O ... If SDUMP was created by a SLIP trap - see SLIP definition... -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Hashem Tawakol Sent: Friday, June 14, 2013 9:59 AM To:

Re: IEC999I after BSAM read

2013-06-14 Thread Shmuel Metz (Seymour J.)
In b2aefab6-97fe-410b-8536-8a2b83f8e...@optonline.net, on 06/13/2013 at 11:56 AM, Micheal Butz michealb...@optonline.net said: The code worked on day and not the other with the same Data Why did you run it again? -- Shmuel (Seymour J.) Metz, SysProg and JOAT Atid/2

Re: SMF70INT format

2013-06-14 Thread Shmuel Metz (Seymour J.)
In 00cc01ce6879$27bc33a0$77349ae0$@mxg.com, on 06/13/2013 at 04:01 PM, Barry Merrill ba...@mxg.com said: If you used a real language like SAS that knows those formats it's as simple as INPUT SMF70INT RMFDUR4.; Does raw SAS handle all time formats, or do you nee MXG? Not that I can imagine

Re: SMF70INT format

2013-06-14 Thread Barry Merrill
No, all of the myriad of date/datetime/time/etc informats (used to INPUT a value) are part of the SAS language. Most of those that are SMF-related were created in 1972-73 when I was at State Farm Auto Insurance (the first SAS customer) when I found SAS and found it could easily read SMF

Re: S002 abends on VBS SMF TAPES

2013-06-14 Thread Gerhard Postpischil
On 6/12/2013 3:08 AM, Binyamin Dissen wrote: Wouldn't a simple ERROPT do the job? I noticed the lack of replies, so I'm offering my two cents worth. ERROPT may be nice for recovering some data from defective media, but for V(B)S it's worse than useless. ERROPT causes a buffer to be accepted

Re: SVC DUMP and SDATA

2013-06-14 Thread Doug Henry
Hi Hashem. In IPCS use option 2.6I then select DUMPINFO from the list of options. Doug On Fri, 14 Jun 2013 08:58:44 -0500, Hashem Tawakol htawa...@yahoo.com wrote: If I have an SVC DUMP, Is there a way to find out what SDATA parameters used to generate the dump? Hashem

Re: S002 abends on VBS SMF TAPES

2013-06-14 Thread Gerhard Postpischil
On 6/12/2013 1:28 AM, Ed Gould wrote: A friend really had a tough time writing the assembler code to do so and will be crestfallen that SAS has been able to do so (for so long). I think he wrote the code in the late 1970's. The assembler code isn't all that complicated. On CBT file 860 are two

Re: SVC DUMP and SDATA

2013-06-14 Thread Tom Marchant
On Fri, 14 Jun 2013 08:58:44 -0500, Hashem Tawakol wrote: If I have an SVC DUMP, Is there a way to find out what SDATA parameters used to generate the dump? IP CBF RTCT+9C? STR(SDUMP) VIEW(FLAGS) See Jerry Ng's SHARE presentation, z/OS Basics: QA on a Dump using IPCS

Re: DataPower XML Appliance and RACF

2013-06-14 Thread Gerhard Postpischil
On 6/14/2013 9:45 AM, Farley, Peter x23353 wrote: And therein lies the rub. When companies stopped paying for training in anything except management skills and IBM stopped supporting computer science in universities with free or low-cost hardware and software, the technical knowledge base

Re: Thinking about utility for REXX: stem variable to JSON encoding.

2013-06-14 Thread Roland Kinsman
I include the following code in every REXX EXEC that I code. It’s taken from a great article by Walter Pachl, IBM Retiree, entitled, “What's wrong with Rexx?” You can find it at… www.rexxla.org/events/2004/walterp.pdf So at the top of the code, I have… /* REXX */ SIGNAL ON NOVALUE

Re: Thinking about utility for REXX: stem variable to JSON encoding.

2013-06-14 Thread Paul Gilmartin
On Fri, 14 Jun 2013 13:00:50 +0200, Thomas Berg wrote: The reason for stem. = '' is that I have a usage of the value ''. Among other uses I often test if stem.xxx == '' for processing reasons. An alternative is to use the SYMBOL() function to test whether a variable has been assignec a

Re: DataPower XML Appliance and RACF

2013-06-14 Thread Paul Peplinski
Rob Schramm wrote Have you turned up the debugging for the NSSD? I have gotten this working with Top Secret on z/OS 1.12 with and XI52. Yes, sorry to get back on topic. I had the debugging on all along but didn't think to go looging in syslogd. I need a secure channel with TLS/SSL. I'm quickly