Re: Favorite Way(s) for COBOL as HTTP Client?

2008-10-24 Thread Timothy Sipples
Under the restrictions and assumptions I mentioned, I now think cURL for z/OS is the best way to get the job done (via BPXBATCH probably). It looks very clean, simple, and exactly on point. I'm a big believer in the avoid needless coding principle, in homage to Strunk White. Thus cURL has a lot

Re: Observations and Questions About Our Platform

2008-10-24 Thread Timothy Sipples
That may explain the menu structure of automatic call directors, but it doesn't explain a human operator asking whether I'm running DOS, OS/VS1 or OS/VS2 when I call in a TSO issue :-( Oh dear. Really? - - - - - Timothy Sipples IBM Consulting Enterprise Software Architect Based in Tokyo, Serving

Re: ICH409I 283-054 ABEND DURING FRACINIT PROCESSING

2008-10-24 Thread R.S.
Tony B. wrote: Having had a couple of years of experience in our hybrid RACF/TSS sysplex I can sum up the compatibility matrix. Most things work, some things don't. The ones that don't, quit doing them. I would say: migrate to one security product within the sysplex. Couple of years is

Re: TN3270 for iPhone

2008-10-24 Thread Timothy Sipples
It looks very cool! Nice find. However, a lot of organizations don't want to open a TN3270(E) port, even an SSL encrypted one, to the public Internet without some extra barrier. So you might have to combine this MochaSoft client with one of those SecurID key fob systems (or equivalent) to issue a

Re: TN3270 for iPhone

2008-10-24 Thread R.S.
Edward Jaffe wrote: Anyone tried this yet? Is it as slick as it looks? http://www.mochasoft.dk/iphone_tn3270.htm I can say for their product on other platforms. Product was poor and support was insolent: they adviced me to use another product if I don't like their (I wanted to solve some

Re: Loop in REXX

2008-10-24 Thread Hunkeler Peter (KIUK 3)
If you want to check that the user has entered a 4-digit year, you could code: do while \datatype(year,'N') LENGTH(year) \= 4 SAY 'Invalid Date!!... enter year, using only 4 num digits' pull year end You could but it would not work as intended. You need to use the OR operator not

Re: ICH409I 283-054 ABEND DURING FRACINIT PROCESSING

2008-10-24 Thread Barbara Nitz
ICH408I USER(NITZ ) GROUP(SYS ) NAME(??? ) LOGON/JOB INITIATION - USER AT TERMINAL NVAS NOT RACF-DEFINED ICH408I USER(+CONSOLE) GROUP(* ) NAME(??? ) MVS.DISPLAY.TIMEDATE CL(OPERCMDS) This appears to have changed. For some reason, under 1.6 (when I originally tested) there was a test if the

Re: SDSF DA PANEL CPU/L 10/***

2008-10-24 Thread Jacky Bright
We do not have RMF Product neither BMC CMF Product. What could be the issue ? JAcky On Thu, Oct 23, 2008 at 2:24 PM, Kayhan Tanriverir [EMAIL PROTECTED]wrote: Check RMF is running? Keep up the good work. Saygilar / Regards Kayhan Tanriverir - Original Message From: Bri P

AUTO: James Obrizok is out of the office (returning 10/27/2008)

2008-10-24 Thread James Obrizok
I am out of the office until 10/27/2008. If you require immediate assistance, please contact my backup Fernando Vega on 404-238-4580. Thanks! Note: This is an automated response to your message IBM-MAIN Digest - 22 Oct 2008 to 23 Oct 2008 (#2008-297) sent on 10/24/08 0:00:02. This is the

Re: SDSF DA PANEL CPU/L 10/***

2008-10-24 Thread Ted MacNEIL
We do not have RMF Product neither BMC CMF Product. What could be the issue The issue is, that without RMF/CMF that field is not populated. - Too busy driving to stop for gas! -- For IBM-MAIN subscribe / signoff / archive access

Re: ICH409I 283-054 ABEND DURING FRACINIT PROCESSING

2008-10-24 Thread Walt Farrell
On Thu, 23 Oct 2008 18:10:04 -0500, Mike Feeley [EMAIL PROTECTED] wrote: So why can I route a command from one RACF LPAR to another RACF LPAR (in the same sysplex with different RACF databases) when my userid is not defined to the target RACF LPAR? RACF on the target LPAR does not contain a

Re: ICH409I 283-054 ABEND DURING FRACINIT PROCESSING

2008-10-24 Thread Walt Farrell
On Fri, 24 Oct 2008 07:59:09 +0200, Barbara Nitz [EMAIL PROTECTED] wrote: I was going to say: I cannot. Well, I can do the route command, but it will not get executed on the system in the sysplex where my userid is not defined.. Turns out that this must have changed with some sort of definition

Re: ICH409I 283-054 ABEND DURING FRACINIT PROCESSING

2008-10-24 Thread Walt Farrell
On Thu, 23 Oct 2008 16:48:54 -0400, Robert A. Rosenberg [EMAIL PROTECTED] wrote: Based on this, I'd guess that Top Secret uses a larger ENVR object than RACF. Thus its buffer is large enough to support the smaller RACF object but RACF does not allocate a larger enough buffer to accept a Top

TN3270 for Iphone

2008-10-24 Thread Steve Bireley
We have seen issues testing telnet connected emulators from various wireless devices including Windows phones, Blackberrys, Iphones, tablet computers, PDAs, and laptops. The main problem is that switching cells or mobile access points drops the telnet connection and user session. It is ideal

Re: C03 abend when omitting CEE.SCEERUN from JCL

2008-10-24 Thread Roach, Dennis
I have had the same experience a couple of time. The first was an application I inherited because I worked in assembly. It was in COBOL and assembly. When I made the change to the assembly program and its COBOL caller, I introduced the fourth level of COBOL. The maintenance structure was setup

ISPF Edit Recovery ON Question.

2008-10-24 Thread Howard Rifkind
When I edit a file I keep getting the following even when I key in 'RECOVERY ON'. -Warning- The UNDO command is not available until you change your edit profile using the command RECOVERY ON. While in the edit menu I key in PROFILE and get the following: =PROF SAMPJCL (FIXED

Re: ISPF Edit Recovery ON Question.

2008-10-24 Thread Stocker, Herman
Hi Howard, Before PF3 issue a save command and see if that will keep the recovery on. Regards, Herman Stocker -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Howard Rifkind Sent: Friday, October 24, 2008 10:17 AM To:

Re: Help with FTP of PAX.Z file

2008-10-24 Thread Paul Gilmartin
On Thu, 23 Oct 2008 14:29:58 -0400, Lizette Koehler wrote: Also, in the Ops note he had 125 Storing data set TTSMV14.JAVA.HFS(SDK) 550 TTSMV14.JAVA.HFS is a partitioned data set and no member was specified on the STOR command. Which is why the message about the PDS was produced. In this

Re: ISPF Edit Recovery ON Question.

2008-10-24 Thread Steve Comstock
Howard Rifkind wrote: When I edit a file I keep getting the following even when I key in 'RECOVERY ON'. -Warning- The UNDO command is not available until you change your edit profile using the command RECOVERY ON. While in the edit menu I key in PROFILE and get the following:

ShopzSeries SMP/e 3.5 order

2008-10-24 Thread Scott Rowe
Hello all, Has anyone else had an issue ordering SMP/e 3.5 on Shopz? When I tried placing an order, I found that Shopz does not consider us licensed for SMP/e 3.5, and says I must order a new license. Of course, I am used to having problems with IBM's licensing and billing systems (which I

Re: Help with FTP of PAX.Z file

2008-10-24 Thread Paul Gilmartin
On Thu, 23 Oct 2008 11:34:49 -0500, John McKown wrote: Yes, but IIRC for DSNTYPE=HFS, DSORG=PO. ?!?! Thus the absurd message. I agree. This sort of thing convinces me that the HFS implementation is layered on top of PDS-E support, somehow. According to the classic notion of DSORG, PDSE

Re: ShopzSeries SMP/e 3.5 order

2008-10-24 Thread Mark Jacobs
Scott Rowe wrote: Hello all, Has anyone else had an issue ordering SMP/e 3.5 on Shopz? When I tried placing an order, I found that Shopz does not consider us licensed for SMP/e 3.5, and says I must order a new license. Of course, I am used to having problems with IBM's licensing and

Re: ISPF Edit Recovery ON Question.

2008-10-24 Thread Howard Rifkind
Thanks Steve...that did it. Steve Comstock [EMAIL PROTECTED] 10/24/2008 10:36 AM Howard Rifkind wrote: When I edit a file I keep getting the following even when I key in 'RECOVERY ON'. -Warning- The UNDO command is not available until you change your edit profile using the

Re: Help with FTP of PAX.Z file

2008-10-24 Thread Lizette Koehler
A zFS is defined as a VSAM Linear Dataset. So basically VS. However, then you need to use the formatter program to make it the zFS it needs to be. Lizette On Thu, 23 Oct 2008 11:34:49 -0500, John McKown wrote: Yes, but IIRC for DSNTYPE=HFS, DSORG=PO. ?!?! Thus the absurd message.

DFSORT date question

2008-10-24 Thread John McKown
I am looking at the output from RACF's IRRDBU00 utility. It unloads dates in the format: -mm-dd (e.g. 2008-10-24) and times are formatted as hh:mm:ss (e.g. 10:12:30). I don't see any way to process these formats in DFSORT. What I hope to do is rewrite a number of rather simple SAS reports to

Re: DFSORT date question

2008-10-24 Thread Paul Gilmartin
On Fri, 24 Oct 2008 10:16:20 -0500, John McKown wrote: I am looking at the output from RACF's IRRDBU00 utility. It unloads dates in the format: -mm-dd (e.g. 2008-10-24) and times are formatted as hh:mm:ss (e.g. 10:12:30). I don't see any way to process these formats in DFSORT. Ah, the

Re: DFSORT date question

2008-10-24 Thread Scott Barry
Hopefully your management is taking a curious look at what SAS features are being used and how it benefits the enterprise/organization. For example, I cannot see DFSORT generating a PDF document on z/OS and publishing the content directly to an HTML-formatted web page. In serious terms, Frank

Re: DFSORT date question

2008-10-24 Thread John McKown
On Fri, 24 Oct 2008 10:40:40 -0500, Scott Barry [EMAIL PROTECTED] wrote: Hopefully your management is taking a curious look at what SAS features are being used and how it benefits the enterprise/organization. For example, I cannot see DFSORT generating a PDF document on z/OS and publishing the

Re: DFSORT date question

2008-10-24 Thread Jim Phoenix
John, You could write a simple REXX script that would calculate the desired date value and plug that into the DFSORT control card to do a simple character compare. John McKown wrote: I am looking at the output from RACF's IRRDBU00 utility. It unloads dates in the format: -mm-dd (e.g.

Re: DFSORT date question

2008-10-24 Thread Elardus Engelbrecht
John McKown wrote: I am trying to figure out how to do this using ICETOOL. This example will show you ids used BEFORE 2001/12/31 //SELECT EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=*

Re: DFSORT date question

2008-10-24 Thread Ted MacNEIL
Okay, so consider that you may want to use SAS (and MXG) to determine who is using SAS (various SMF record types for discovery) SAS has an option to report JOB, DATE, TIME, PROC possibly STEP to SMF. And, I believe MXG has a PDB step to gather that information, complete with a mapping of PROCs

Re: DFSORT date question

2008-10-24 Thread Schwarz, Barry A
Use the DATE4 feature. I use DATE4-180 to check for passwords which are too old. -Original Message- From: John McKown Sent: Friday, October 24, 2008 8:16 AM To: IBM-MAIN@BAMA.UA.EDU Subject: DFSORT date question I am looking at the output from RACF's IRRDBU00 utility. It unloads dates

Re: DFSORT date question

2008-10-24 Thread Frank Yaeger
John McKown wrote on 10/24/2008 08:16:20 AM: I am looking at the output from RACF's IRRDBU00 utility. It unloads dates in the format: -mm-dd (e.g. 2008-10-24) and times are formatted as hh:mm:ss (e.g. 10:12:30). I don't see any way to process these formats in DFSORT. What I hope to do is

Re: DFSORT date question

2008-10-24 Thread Elardus Engelbrecht
You'll have to find a way to change the date field dynamically if you want to automate this job. Or better: //ULDFCNTL DD * SORT FIELDS=(10,8,CH,A) INCLUDE COND=(5,4,CH,EQ,C'0200',AND, 118,10,CH,GT,DATE1(-)-90) This is DATE1 format

Re: DFSORT date question

2008-10-24 Thread Elardus Engelbrecht
John McKown wrote: SAS is a luxury that we can no longer afford. SAS __is__ going away. So let it be written! So let it be DONE! At last, some common sense! Even in SAS-L there are complaints about costs. Groete / Greetings Elardus Engelbrecht

Re: DFSORT date question

2008-10-24 Thread Frank Yaeger
Barry Schwarz wrote on 10/24/2008 09:18:23 AM: Use the DATE4 feature. I use DATE4-180 to check for passwords which are too old. I think you mean DATE1-180. DATE4 is supported, but DATE4-d is not. DFSORT supports future (+r) and past (-r) date constants for DATE1, DATE1(c), DATE1P, DATE2,

Re: DFSORT date question

2008-10-24 Thread Ted MacNEIL
At last, some common sense! Even in SAS-L there are complaints about costs. At the last site I worked at, I managed to justify SAS only because SAS Institute intsituted sub-capacity licensing (finally). So, we ran it on a 128 MIPS 890 LPAR, for 35% of the previous licence for the same box. -

Re: DFSORT date question

2008-10-24 Thread John McKown
On Fri, 24 Oct 2008 11:25:41 -0500, Elardus Engelbrecht [EMAIL PROTECTED] wrote: You'll have to find a way to change the date field dynamically if you want to automate this job. Or better: //ULDFCNTL DD * SORT FIELDS=(10,8,CH,A) INCLUDE COND=(5,4,CH,EQ,C'0200',AND,

Re: DFSORT date question

2008-10-24 Thread John McKown
On Fri, 24 Oct 2008 16:42:16 +, Ted MacNEIL [EMAIL PROTECTED] wrote: At last, some common sense! Even in SAS-L there are complaints about costs. At the last site I worked at, I managed to justify SAS only because SAS Institute intsituted sub-capacity licensing (finally). So, we ran it on a

Re: DFSORT date question

2008-10-24 Thread Elardus Engelbrecht
Ted MacNEIL wrote: At the last site I worked at, I managed to justify SAS only because SAS Institute intsituted sub-capacity licensing (finally). When we were dropping SAS, I asked local SAS staff about sub-capacity licensing. I got that 'deer eyes in the spotlight' expression. They even

Re: DFSORT date question

2008-10-24 Thread Edward Jaffe
John McKown wrote: So you created, basically, a SAS-only LPAR? Yuck! Possible, but not what I'd call desirable. Taken to a logical extreme, that would mean that I would create n LPARs of various MSU levels and then run each product in the LPAR which most closely matched its needs. A

Re: DFSORT date question

2008-10-24 Thread Ted MacNEIL
So you created, basically, a SAS-only LPAR? Yuck! Possible, but not what I'd call desirable. Taken to a logical extreme, that would mean that I would create n LPARs of various MSU levels and then run each product in the LPAR which most closely matched its needs. Indirectly, that's what

Re: DFSORT date question

2008-10-24 Thread Ted MacNEIL
When we were dropping SAS, I asked local SAS staff about sub-capacity licensing. I got that 'deer eyes in the spotlight' expression. It was introduced in North America (Canada US -- I don't know about Mexico) in January 2006. It made a round-filed business case feasible for us, at least. -

SAS if used for RACF (was reportingRE: DFSORT date question)

2008-10-24 Thread Tony B.
If the OP's issue is I hear we're losing SAS and I really want it to help with RACF reporting there are alternatives that are without incremental cost. It's possible to develop a complete reporting system based on IRRDBU00 output using DF/SORT, ICE, etc. It's not difficult programming (since I,

Re: ShopzSeries SMP/e 3.5 order

2008-10-24 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Scott Rowe Hello all, Has anyone else had an issue ordering SMP/e 3.5 on Shopz? When I tried placing an order, I found that Shopz does not consider us licensed for SMP/e 3.5, and says I must order a new license.

Re: SAS if used for RACF (was reportingRE: DFSORT date question)

2008-10-24 Thread Thomas Kern
There is a program to convert line-mode reports to PDFs. I have used the VM version for quite a while and it is nice. http://www.homerow.net/rexx/txt2pdf.htm /Tom Kern On Fri, 24 Oct 2008 12:22:46 -0500, Tony B. [EMAIL PROTECTED] wrote: If the OP's issue is I hear we're losing SAS and I

Re: SAS if used for RACF (was reportingRE: DFSORT date question)

2008-10-24 Thread Ed Finnell
In a message dated 10/24/2008 12:33:27 P.M. Central Daylight Time, [EMAIL PROTECTED] writes: There is a program to convert line-mode reports to PDFs. I have used the VM version for quite a while and it is nice. Lionel's XMITIP has a version of TXT2PDF included. One of the samples shows

Re: DFSORT date question

2008-10-24 Thread John Eells
Edward Jaffe wrote: snip A dedicated LPAR?! That's nothing! Last week, I spoke with a representative from a large state government agency that plans to deploy a tiny, dedicated z10 BC just to run software from an ill-behaving ISVs -- specifically, one that refuses to recognize sub-capacity

Re: DFSORT date question

2008-10-24 Thread Ted MacNEIL
More than one customer I've talked with calls such a machine a penalty box. I have no problem with doing this unnatural act for expensive software, if it's required to keep the shop running. My problem is with the A.H. companies that make it a requirement! - Too busy driving to stop for gas!

Re: ISPF Edit Recovery ON Question.

2008-10-24 Thread Itschak Mugzach
Do a PROF LOCK to save your profile change. ITschak On Fri, Oct 24, 2008 at 4:53 PM, Howard Rifkind [EMAIL PROTECTED]wrote: Thanks Steve...that did it. Steve Comstock [EMAIL PROTECTED] 10/24/2008 10:36 AM Howard Rifkind wrote: When I edit a file I keep getting the following even when I

Re: ISPF Edit Recovery ON Question.

2008-10-24 Thread Ted MacNEIL
Do a PROF LOCK to save your profile change. It doesn't work if you do the profile change and hit PF3 at the same time, as Steve C. pointed out. - Too busy driving to stop for gas! -- For IBM-MAIN subscribe / signoff / archive

Re: SAS if used for RACF (was reportingRE: DFSORT date question)

2008-10-24 Thread Thomas Kern
It is the same program, just packaged separately. If you want to email your report with or without PDFifying it, XMITIP is fantastic. /Tom Kern On Fri, 24 Oct 2008 14:10:23 EDT, Ed Finnell [EMAIL PROTECTED] wrote: Lionel's XMITIP has a version of TXT2PDF included. One of the samples shows

Re: ShopzSeries SMP/e 3.5 order

2008-10-24 Thread Skip Robinson
I sincerely wish IBM would fix this on the back end. Looks like every customer is having to jump through the same pro forma hoops. Licensing for SMP/E should be automatic for any shop already licensed for z/OS. . . JO.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler

Re: ShopzSeries SMP/e 3.5 order

2008-10-24 Thread Linda Mooney
I ordered SMP/e 3.5 as a CBPDO through Shopz, no problem whatsoever. I have it downloaded now, but have not installed it yet. When I placed my ServerPac order, I included SMP/e 3.5 on that order as well. Then I found that the license for it was not included in my current license file, but it

Re: ICH409I 283-054 ABEND DURING FRACINIT PROCESSING

2008-10-24 Thread Hrycewicz, David
To clarify Walt's post, CA's mainframe security solutions do perform appropriate security checking and ensure that the identity issuing the command is authorized to execute that command on the system that it was routed to. David Hrycewicz CA Mainframe Security Development [EMAIL PROTECTED]

Re: DFSORT date question

2008-10-24 Thread Scott Ford
Ted, A.H companies ??? Scott Ford Senior Systems Engineer [p] 678.266.3399 x304[m] 609-346-0399 identityforge.com This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please

Re: SAS if used for RACF (was reportingRE: DFSORT date question)

2008-10-24 Thread Scott Ford
We develop software on a small box, no complaints from me buckaroo Scott Ford Senior Systems Engineer [p] 678.266.3399 x304[m] 609-346-0399 identityforge.com This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If

Re: DFSORT date question

2008-10-24 Thread Schwarz, Barry A
Anatomical reference frequently flagged by net nanny software? -Original Message- From: Scott Ford Sent: Friday, October 24, 2008 4:46 [EMAIL PROTECTED] To: IBM-MAIN@BAMA.UA.EDU Subject: Re: DFSORT date question Ted, A.H companies ???

Re: DFSORT date question

2008-10-24 Thread Scott Ford
Okey-dokey smokie...i see the 'light'lol Scott Ford Senior Systems Engineer [p] 678.266.3399 x304[m] 609-346-0399 identityforge.com This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it

Re: Loop in REXX

2008-10-24 Thread CM Poncelet
Yes ... silly me: I wasn't thinking :-[ Thanks for noticing. do while \datatype(year,'N') | LENGTH(year) \= 4 SAY 'Invalid Date!!... enter year, using only 4 num digits' pull year end Cheers, Chris Poncelet Hunkeler Peter (KIUK 3) wrote: If you want to check that the user has entered

Re: DFSORT date question

2008-10-24 Thread John McKown
On Fri, 24 Oct 2008, Schwarz, Barry A wrote: Anatomical reference frequently flagged by net nanny software? distal colonic sphincter -- Q: What do theoretical physicists drink beer from? A: Ein Stein. Maranatha! John McKown