Re: Help with elementary CPU speed question

2012-07-24 Thread Scott Ford
Man, talk about a blast from the past 3081, 3090 , 9672 wow Scott ford www.identityforge.com On Jul 24, 2012, at 2:49 PM, Martin Packer wrote: > s/300J/600J/ :-) > > Cheers, Martin > > Martin Packer, > zChampion, Principal Systems Investigator, > Worldwide Banking Center of Excellence, IBM >

Re: Replacing CA products

2012-07-24 Thread Brian Westerman
I didn't see automation products on your list but we have replaced over 100 CA installed sites with our Automation software. Not only is our software less than 5 to 10% of the CA cost, we are also much better in many areas. You can view the software at www.SyzygyInc.com . Brian Westerman Syzy

Re: REXX ISPF edit FIND failing

2012-07-24 Thread CM Poncelet
Shmuel Metz (Seymour J.) wrote: In <500e6b77.2090...@bcs.org.uk>, on 07/24/2012 at 10:31 AM, CM Poncelet said: OK. But I do not *have* to code "ISPEXEC CONTROL ERRORS RETURN". The rest is mostly "ISREDIT ..." apart from pure REXX instructions which do not need quotes around them.

Re: Yahoo Password Breach: 7 Lessons Learned - Security - Attacks/breaches - Informationweek

2012-07-24 Thread Scott Ford
Too bad you can't use the LDAP to signon to TSO.. I understand what your saying Timothy. The big trick as we have found is design.. Plan seems to be a bad 4 letter word Scott ford www.identityforge.com On Jul 24, 2012, at 8:06 PM, Timothy Sipples wrote: > Shmuel Metz writes: >> No, you answere

Re: Gordon Crovitz: Who Really Invented the Internet?

2012-07-24 Thread Anne & Lynn Wheeler
jwgli...@gmail.com (John Gilmore) writes: > The scientific community made early and significant use of the DARPA > predecessor of today's Internet, and almost none of the problems that > afflict us today emerged during that period. There was no money to be > made by chicanery, and little of it the

Re: Yahoo Password Breach: 7 Lessons Learned - Security - Attacks/breaches - Informationweek

2012-07-24 Thread Timothy Sipples
Shmuel Metz writes: >No, you answered a different question. Can you log on to a TSO >foreground session using a long userid that is not defined in TDS but >only in a 3rd party LDAP server. TSO/E unaided supports up to 7 character IDs. (Let's not call them user IDs for now. They could be individual

Re: useful? XML "encoded" SMF.

2012-07-24 Thread Kirk Wolf
A little off topic, but my problem with SMF is that there is not a "schema-language" that formally describes the data. If there were such a thing, then it would be much easier to use this schema to generate code to parse SMF data for various purposes. Sure, there are assember DSECTS - but these

Re: Authorized Rexx Assembler Function

2012-07-24 Thread Steve Comstock
On 7/24/2012 9:16 AM, Paul Gilmartin wrote: On Tue, 24 Jul 2012 10:05:00 +0300, Binyamin Dissen wrote: :>Why have such a special list rather than merely verifying that the program :>resides in an APF authorized library and was linked with AC=1? Because a program expecting to be a job-step task

Re: AW: Gordon Crovitz: Who Really Invented the Internet?

2012-07-24 Thread Ed Finnell
IBM is a large corporation. Different factions have been captivated by marketing pressures since the beginning. The R&D side has always been more forth coming. For a number of years IBM-Main was accessible via INFO-Access under hardware. It was a mirror of BAMA.UA.EDU and for me was great way

Some IBM internet IP addresses changing on 26 Aug 2012

2012-07-24 Thread Marna WALLE
For your awareness (this information is provided in lots of other places, but I wanted to repeat it here): SMP/E Internet Service Retrieval and Shopz download servers will change hostname and public internet IP addresses on August 26, 2012. These IP address changes may require customer action.

Re: Gordon Crovitz: Who Really Invented the Internet?

2012-07-24 Thread Anne & Lynn Wheeler
sto...@interchip.de (David Stokes) writes: > The virus vulnerability (and number of spambots and DOS attack bots) on > the Internet is much more a function of the Operating Systems of the > user nodes connected to the Internet than of the Internet itself. Much > of the current problem stems from

ShopZseries Change

2012-07-24 Thread Matthew Stitt
Just received this notification. 1. z/OS family - all hardware, OS, and related software: Flashes - TITLE: SMP/E Internet Service Retrieval and Shopz download servers will change hostname and public internet IP addresses on August 26, 2012. These IP address changes may require customer action.

Re: Using CGIPARSE in REXX

2012-07-24 Thread McKown, John
This is a snippet from a REXX CGI that has been running for a few years: /* get the POST data into the "qs" variable */ qs="" do while(lines()) qs=qs||linein() qs=strip(qs,'t',d2c(13)) /* remove trailing CR chars */ end ... /* set the environment variable QUERY_STRING to the contents of

Re: Authorized Rexx Assembler Function

2012-07-24 Thread Shmuel Metz (Seymour J.)
In <6efdefc7-f5c2-48b9-ba6f-8b0b41b99...@googlegroups.com>, on 07/23/2012 at 07:35 PM, "Garry G. Green" said: >Of particular interest is how APF is handled in a TSO environment. Note that TSO in the free MVS did not have the parallel TMP, so ISPF could not depend on the authorized call list.

Re: Submitting a requirement for z/OS to at least acknowledge SIGNAL SHUTDOWN by printing a message

2012-07-24 Thread Shmuel Metz (Seymour J.)
In <245275432281.wa.paulgboulderaim@listserv.ua.edu>, on 07/23/2012 at 03:55 PM, Paul Gilmartin said: >As I stated initially, one of my motives was portability. In a >conventional UNIX system, processes needn't register to receive >SIGTERM. In a conventional Unix system, application

Re: Gordon Crovitz: Who Really Invented the Internet?

2012-07-24 Thread John Gilmore
The scientific community made early and significant use of the DARPA predecessor of today's Internet, and almost none of the problems that afflict us today emerged during that period. There was no money to be made by chicanery, and little of it therefore occurred. Things are now very different.

Re: Gordon Crovitz: Who Really Invented the Internet?

2012-07-24 Thread David Stokes
In other words, if everything had happened ten years later we would now be around the same point we were 10 years ago. No one could have foreseen the problems the Internet would bring until there was an Internet. Which pretty much demonstrates the pointlessness of such counterfactual considerati

Using CGIPARSE in REXX

2012-07-24 Thread Dana Mitchell
Can anyone give me an example or a pointer to one that shows how to use CGIPARSE in a CGI REXX? I can get it to display expected results when I code it in REXX, but without the equivalent of EVAL command, I don't see how one makes use of the output from CGIPARSE. thanks Dana -

Re: useful? XML "encoded" SMF.

2012-07-24 Thread Martin Packer
I'd say generation of XML was pretty cheap. It's the parsing that's expensive. Cheers, Martin Martin Packer, zChampion, Principal Systems Investigator, Worldwide Banking Center of Excellence, IBM +44-7802-245-584 email: martin_pac...@uk.ibm.com Twitter / Facebook IDs: MartinPacker Blog: http

Re: Help with elementary CPU speed question

2012-07-24 Thread Martin Packer
s/300J/600J/ :-) Cheers, Martin Martin Packer, zChampion, Principal Systems Investigator, Worldwide Banking Center of Excellence, IBM +44-7802-245-584 email: martin_pac...@uk.ibm.com Twitter / Facebook IDs: MartinPacker Blog: https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPac

Re: Authorized Rexx Assembler Function

2012-07-24 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Walt Farrell > Sent: Tuesday, July 24, 2012 12:59 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Authorized Rexx Assembler Function > > On Tue, 24 Jul 2012 10:51:33 -0500, McKown,

Re: Help with elementary CPU speed question

2012-07-24 Thread Jon Butler
There was a 3090-180J uni that was rated at 23.5. The 3090-300J (3+3) screamed along at 117 MIPS (20MSU). The 9672 G6 -- 9672-Z17 -- had 1 CP and was rated at 200 MIPS (35MSU). The z900 -- 2064-1C1 -- had 1 CP and was rated at 250 MIPS (43MSU). Tho Turbo 2064-2C1 was 303 MIPS. A z/196 -- 2817-7

Re: Can't get output to print with Infoprint

2012-07-24 Thread Don Poitras
It creates a VBA dataset. The carriage control should be preserved. Rick Stetser wrote: > > Thanks for the response. Unfortunately, this messes up the carriage control > and the file will no longer print correctly. -- Don Poitras - zSeries R & D - SAS Institute Inc. - SAS Campus Drive mai

Re: Can't get output to print with Infoprint

2012-07-24 Thread Rick Stetser
Isn't that used for basic mode printers? We're using extended mode. I don't believe the transmiision queue this panel works with is used as the data is sent via TCPIP. -- For IBM-MAIN subscribe / signoff / archive access instr

Re: Replacing CA products

2012-07-24 Thread Mitch McCluhan
FYI, be aware that not all vendors have a priprietary conversion/migration solution. As an example, IBM does not have an internal solution but instead uses other vendors. For example, if you are going from CA-7 to TWS, they would probably use RES-IT (www.res-it.com) as they have done this type

Re: Authorized Rexx Assembler Function

2012-07-24 Thread Walt Farrell
On Tue, 24 Jul 2012 10:51:33 -0500, McKown, John wrote: >Also, remember that we are talking about TSO. An archaic piece of software, >which IBM has just seeming lost interest in. Imagine what could >be done if the non-APF user code ran in a subspace, like CICS uses. Subspaces (as currently a

Re: Can't get output to print with Infoprint

2012-07-24 Thread Richard Pinion
Trying looking in the IP PrintWay Transmission Queue Selection panel. I think there are fields, printer selection, that can be changed which will release the output. Richard and Vickie Pinion --- rick.stet...@yahoo.com wrote: From: Rick Stetser To: IBM-MAIN@LISTSERV.UA.EDU

Re: Can't get output to print with Infoprint

2012-07-24 Thread Rick Stetser
Thanks for the response. Unfortunately, this messes up the carriage control and the file will no longer print correctly. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu w

Re: Authorized Rexx Assembler Function

2012-07-24 Thread Binyamin Dissen
On Tue, 24 Jul 2012 10:16:27 -0500 Paul Gilmartin wrote: :>On Tue, 24 Jul 2012 10:05:00 +0300, Binyamin Dissen wrote: :>>:>Why have such a special list rather than merely verifying that the program :>>:>resides in an APF authorized library and was linked with AC=1? :>>Because a program expectin

Re: Replacing CA products

2012-07-24 Thread Norman Hollander on DesertWiz
Your Destination vendor will have appropriate services and tools for your migration. Be sure to ask about them. The vendors are there to help make you successful. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John A Zoppetti Sent: Tue

Re: useful? XML "encoded" SMF.

2012-07-24 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Frank Swarbrick > Sent: Tuesday, July 24, 2012 12:14 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: useful? XML "encoded" SMF. > > Isn't "System XML" limited to parsing of XML, no

Re: useful? XML "encoded" SMF.

2012-07-24 Thread Frank Swarbrick
Isn't "System XML" limited to parsing of XML, not generation of XML. I could very well be wrong, but I seem to recall hearing/reading that somewhere. > > From: "McKown, John" >To: IBM-MAIN@LISTSERV.UA.EDU >Sent: Tuesday, July 24, 2012 9:59 AM >Subject: Re: usef

Re: useful? XML "encoded" SMF.

2012-07-24 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Martin Packer > Sent: Tuesday, July 24, 2012 11:00 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: useful? XML "encoded" SMF. > > Good luck with a DTD that covers the panoply of SM

Re: Can't get output to print with Infoprint

2012-07-24 Thread Don Poitras
Could you snap the output to a dataset and then use another job (pointing to a connected printer) to print it? e.g. Make sure you are browsing the output, then: PRT ODSN 'RPT2.PRINT' * NEW PRT PRT CLOSE In article <6488658857530022.wa.rick.stetseryahoo@listserv.ua.edu> you wrote: > I'm o

Re: useful? XML "encoded" SMF.

2012-07-24 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John Gilmore > Sent: Tuesday, July 24, 2012 10:58 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: useful? XML "encoded" SMF. > > The case for offloading z/OS SMF processing from z/

Re: S0C4 in CEE3DMP

2012-07-24 Thread Don Poitras
Hopefully I remember it, since it's got my name all over it. :) It's too bad it took so long to track down, but this is the kind of C++ library bug that could cause all sorts of silent errors. A test case that exercises the code can be vital to figuring it out. You did us all a service by working w

Re: useful? XML "encoded" SMF.

2012-07-24 Thread Barry Merrill
MXG has MANY customers that have been DIRECTLY READING z/OS SMF DATA FILES from AIX and Unix and Linux and Windows platforms for years, without any changes required by IBM or any of the other 350 vendors whose SMF data we read. No download involved, read via ftp access, write only the output data

Re: Gordon Crovitz: Who Really Invented the Internet?

2012-07-24 Thread Joel C. Ewing
On 07/24/2012 06:59 AM, Shmuel Metz (Seymour J.) wrote: In <500ded13.3030...@acm.org>, on 07/23/2012 at 07:32 PM, "Joel C. Ewing" said: The government ARPA-net became the Internet we know today because Al Gore recognized its potential and pushed legislation, first in 1988 to help link univ

Re: useful? XML "encoded" SMF.

2012-07-24 Thread R.S.
You should look at SMF4U product. They do exactly what you want plus many, many other things. See: http://www.smf4u.eu/ -- Radoslaw Skorupka Lodz, Poland -- Tre tej wiadomoci moe zawiera informacje prawnie chronione Banku przeznaczone wycznie do uytku subowego adresata. Odbiorc

Re: useful? XML "encoded" SMF.

2012-07-24 Thread Martin Packer
Good luck with a DTD that covers the panoply of SMF record types and subtypes. :-) Might well prefer JSON myself (hip that I ain't) :-) - but similar issues arise with that. Martin (not speaking for SMF or any other Development) Packer Martin Packer, zChampion, Principal Systems Investigator,

Re: useful? XML "encoded" SMF.

2012-07-24 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of David Crayford > Sent: Tuesday, July 24, 2012 10:48 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: useful? XML "encoded" SMF. > > Don't hipster programmers prefer JSON these days?

Re: useful? XML "encoded" SMF.

2012-07-24 Thread John Gilmore
The case for offloading z/OS SMF processing from z/OS to Linux is not obvious to me. I could, indeed, martial any number of arguments for keeping performance analysis for a platform on that platform; but what we have here, I suspect, is a kind of enthusiasm that would be proof against all rational

Re: Replacing CA products

2012-07-24 Thread Mitch
John: Good morning. some interesting choices. Please contact me offline as I have a number of partners/solutions that can automate the replacements for you. As an example, ACF2 to RACF CA1 to DFSMS/rmm CA7 to TWS* CA11 to TWS* CA-Panvalet to ISPW (or SysChange) If you have any other

Re: Authorized Rexx Assembler Function

2012-07-24 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin > Sent: Tuesday, July 24, 2012 10:16 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Authorized Rexx Assembler Function > > On Tue, 24 Jul 2012 10:05:00 +0300, Binya

Can't get output to print with Infoprint

2012-07-24 Thread Rick Stetser
I'm on z/OS v1.11 and I have a job on the JES2 spool that I can't get to print. The job ran and generated output to output class T with a DEST of I3816. That printer is still defined in the Infoprint printer database but it doesn't physically exist any longer. In addition, the host name has b

Re: S0C4 in CEE3DMP

2012-07-24 Thread Charles Mills
Anyone besides me remember this? I did report it to IBM, and I have been running SLIPs and dumps off and on for the past five+ months for LE Level two. They have now figured it out! https://www-304.ibm.com/support/entdocview.wss?uid=isg1PM68947 Charles -Original Message- From: IBM Main

Re: useful? XML "encoded" SMF.

2012-07-24 Thread Paul Gilmartin
On Tue, 24 Jul 2012 10:30:37 -0500, McKown, John wrote: > >Why? Because it is easier to process XML using standard tools, of which many >exist in UNIX and Linux, if the XML does _not_ include "binary blog" data. And >it is easier to ftp non-binary XML to an ASCII based system accurately in >orde

Re: useful? XML "encoded" SMF.

2012-07-24 Thread David Crayford
Don't hipster programmers prefer JSON these days? XML too verbose. On 24/07/2012, at 11:30 PM, "McKown, John" wrote: > OK, remember that I'm a bit of a UNIX bigot for some things. But I was > wondering if anybody else thinks it would be helpful to have a program into > which we could feed

Re: REXX ISPF edit FIND failing

2012-07-24 Thread Paul Gilmartin
On Tue, 24 Jul 2012 08:39:35 -0400, Shmuel Metz (Seymour J.) wrote: > >Address ISREDIT does not in general require quotes either. The quotes >are only needed because you want constants with special characters. And remembering that Rexx considers lower case characters "special". >Had you wanted, e

Re: re-entrant modules and the binder

2012-07-24 Thread Frank Swarbrick
I found an alternative, which is in fact what I wanted to do in the first place but could not figure how.  With the defaults, if we specify the binder option REUS=RENT we get the IEW2609W warning, but the bind process succeeds, giving a return code of 4.  However, I can specify LET=0 and this ca

useful? XML "encoded" SMF.

2012-07-24 Thread McKown, John
OK, remember that I'm a bit of a UNIX bigot for some things. But I was wondering if anybody else thinks it would be helpful to have a program into which we could feed SMF records (standard IBM ones, at least) and get out "properly encoded" XML? To me, this means that _somebody_ (hopefully IBM) w

Replacing CA products

2012-07-24 Thread John A Zoppetti
We are planning to replace our CA products with similar products from other vendors.  Listed below are the replacements we are investigating.   Any recommendations for different software than what we have identified and/or user experiences in the following migrations would be appreciated. We plan

Re: AW: Cbttape Freeware isn't available

2012-07-24 Thread Paul Gilmartin
On Tue, 24 Jul 2012 06:11:45 -0400, Shmuel Metz (Seymour J.) wrote: > >>There are sites that will do these things for you. > >There are sites that do DNS and whois lookups for you. There are no >sites that analyze what your own firewall is blocking. > Granted. And the firewall design probably co

Re: Authorized Rexx Assembler Function

2012-07-24 Thread Paul Gilmartin
On Tue, 24 Jul 2012 10:05:00 +0300, Binyamin Dissen wrote: > >:>Why have such a special list rather than merely verifying that the program >:>resides in an APF authorized library and was linked with AC=1? > >Because a program expecting to be a job-step task may be spoofable, allocate >storage in a

2014 (yes, 2014) VM Workshop location survey online.

2012-07-24 Thread Mike Walter
Cross-posted to Linux-390, IBVVM, and IBM-MAIN discussion lists. To: VM Workshop attendees and those who would like to attend, Background: The VM Workshop is a very inexpensive (registration only $100 each of the last 2 years), all-volunteer, 2.5 day technical conference held in mid-June and fo

Re: Authorized Rexx Assembler Function

2012-07-24 Thread Scott Ford
Excellent, better yet what about a authorized rexx function callable via rexx Scott ford www.identityforge.com On Jul 24, 2012, at 3:05 AM, Binyamin Dissen wrote: > On Tue, 24 Jul 2012 00:57:09 -0500 Paul Gilmartin > wrote: > > :>On Mon, 23 Jul 2012 19:35:04 -0700, Garry G. Green wrote: > >

Re: Gordon Crovitz: Who Really Invented the Internet?

2012-07-24 Thread Anne & Lynn Wheeler
shmuel+...@patriot.net (Shmuel Metz , Seymour J.) writes: > There's an error in that article and in the RSCS article; RSCS uses > connection-oriented protocols, not connectionless protocols. re: http://www.garlic.com/~lynn/2012j.html#83 Gordon Crovitz: Who Really Invented the Internet? http://ww

Re: LU Lookup failed - sense 00003003

2012-07-24 Thread Greg Shirey
Chris, Thanks for the reply. By "pool", do you mean LUGROUP definition? Yes, CICS would use autoinstall, if the device ever got connected to it. The device type is DFHLU0M2, and the MODETAB is ISTINCLM. CICS does not care about the LU name except that it assigns the same terminal ID as th

Re: REXX ISPF edit FIND failing

2012-07-24 Thread Shmuel Metz (Seymour J.)
In <500e6b77.2090...@bcs.org.uk>, on 07/24/2012 at 10:31 AM, CM Poncelet said: >OK. But I do not *have* to code "ISPEXEC CONTROL ERRORS RETURN". >The rest is mostly "ISREDIT ..." apart from pure REXX instructions >which do not need quotes around them. Address ISREDIT does not in general req

AW: Gordon Crovitz: Who Really Invented the Internet?

2012-07-24 Thread David Stokes
>In an anarchic fashion that opened us up to all sorts of network >abuse. Yeah, right. Much better to restrict it to government and corporations who never abuse things. Stop all this "Arab Spring" and whistleblower type nonsense along the way. Maybe IBM would host IBM-MAIN. (IBM tried their best

Re: IGGCSI to retrieve tape volume serial

2012-07-24 Thread Shmuel Metz (Seymour J.)
In <9538009122010217.wa.victorworkcnyahoo.com...@listserv.ua.edu>, on 07/23/2012 at 08:41 AM, Victor Zhang said: >Can I interpret this to get non-vsam used or allocated size? No. >DSCBTTR TTR of format-1 DSCB for non-VSAM data set You can use it in an OBTAIN. -- Shmuel (Seymour J.) M

Re: Gordon Crovitz: Who Really Invented the Internet?

2012-07-24 Thread Shmuel Metz (Seymour J.)
In <500ded13.3030...@acm.org>, on 07/23/2012 at 07:32 PM, "Joel C. Ewing" said: >The government ARPA-net became the Internet we know today because >Al Gore recognized its potential and pushed legislation, first in >1988 to help link universities and libraries, and additional >legislation in

Re: Gordon Crovitz: Who Really Invented the Internet?

2012-07-24 Thread Shmuel Metz (Seymour J.)
In , on 07/23/2012 at 03:45 PM, Anne & Lynn Wheeler said: >Gordon Crovitz: Who Really Invented the Internet? >http://online.wsj.com/article/SB187239639064304577539063008406518.html The WSJ has always had better[1] journalistic standards in the news than on the editorial page. It's no

Re: Submitting a requirement for z/OS to at least acknowledge SIGNAL SHUTDOWN by printing a message

2012-07-24 Thread John Eells
No. Clark Morris wrote: On 23 Jul 2012 12:49:31 -0700, in bit.listserv.ibm-main you wrote: Is there a comparable facility for JES3? Clark Morris - Support is provided to allow jobs for which journaling is used to be stopped after a currently running step has finished and held for restart

Re: AW: Cbttape Freeware isn't available

2012-07-24 Thread Shmuel Metz (Seymour J.)
In <2772139616282134.wa.paulgboulderaim@listserv.ua.edu>, on 07/23/2012 at 03:58 PM, Paul Gilmartin said: >There are sites that will do these things for you. There are sites that do DNS and whois lookups for you. There are no sites that analyze what your own firewall is blocking. --

Re: Cbttape Freeware isn't available

2012-07-24 Thread Francisco Hernandez
Hello, Thank you very much for all the messages received. The problem is already solved. I usually use the Chrome browser which was where the problem had apparently not clear the "cache" at the end of the session which is the option chosen. Using Mozilla Firefox and Internet Explorer works

Re: REXX ISPF edit FIND failing

2012-07-24 Thread CM Poncelet
Shmuel Metz (Seymour J.) wrote: In <500bf711.2040...@bcs.org.uk>, on 07/22/2012 at 01:50 PM, CM Poncelet said: Unless I misunderstand what you mean by 'CALL-like', REXX is calling ISREDIT No, REXX is calling ISPEXEC, which in turn is calling ISREDIT. To call ISREDIT directly, chan

Re: Cbttape Freeware isn't available

2012-07-24 Thread David Stokes
Neat site. However the problem was at the provider after some maintenance in the night, as Sam Knutson previously communicated. It screwed things up for some of us for some time. -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] Im Auftrag von

Re: Authorized Rexx Assembler Function

2012-07-24 Thread Binyamin Dissen
On Tue, 24 Jul 2012 00:57:09 -0500 Paul Gilmartin wrote: :>On Mon, 23 Jul 2012 19:35:04 -0700, Garry G. Green wrote: :>>Also TSO has an APF list. When you request invocation of a program that is on the APF list (today this is in Parmlib IKJTSO; in the SPF days it was a zap to IKJEFTE2/8) - in