Re: System Rexx - Console questions

2017-06-08 Thread IronSphere by SecuriTeam Software
use axrwto. ITschak​ On Wed, Jun 7, 2017 at 11:47 PM, Tony Harminc wrote: > What causes the AXR0500I message > > AXR0500I AXREXX OUTPUT DISPLAY 093 > EXECNAME=TESTX REQTOKEN=4000D29FAA504703A808 > TESTX running - output from SAY > > to be written to Syslog?

Re: System Rexx - Where to discuss?

2017-06-07 Thread IronSphere by SecuriTeam Software
that demonstrates that ITschak בתאריך 7 ביונ 2017 20:05,‏ "IronSphere by SecuriTeam Software" < imugz...@gmail.com> כתב: > Hi Lizette. > > Try ask here. For myself, i wrote somehundreds of routines so i may help. > ITschak > > בתאריך 7 ביונ 2017 19:19,‏ "Lizette K

Re: System Rexx - Where to discuss?

2017-06-07 Thread IronSphere by SecuriTeam Software
Hi Lizette. Try ask here. For myself, i wrote somehundreds of routines so i may help. ITschak בתאריך 7 ביונ 2017 19:19,‏ "Lizette Koehler" כתב: The TSO-REXX group is a little quiet but I do not think it is moribund. You can post any REXX questions on TSO-REXX and you

Re: RACF Question

2017-05-25 Thread IronSphere by SecuriTeam Software
Trusted attribute ia a kind of bypass security qhile audited. If turn it off, the user need to have the proper authority to enter racf commands at hia scope or enterprise widw is has a special attribute. Trusted is easier but more risky. ITschak

Re: Assembler addressing issue

2017-05-21 Thread IronSphere by SecuriTeam Software
nsoftware.com> כתב: > On Sun, 21 May 2017 10:22:49 +0300 IronSphere by SecuriTeam Software > <imugz...@gmail.com> wrote: > > :>It look like I haven't done that for a while... anyway, I am writing an > :>assembler, reentrent, program that performs dynamic allocation

Re: Assembler addressing issue

2017-05-21 Thread IronSphere by SecuriTeam Software
Thanks John, I should have remember it. I resume the main csect that way... ITschak On Sun, May 21, 2017 at 1:15 PM, John Gateley wrote: > Hi > > Try re-establishing the DSECT like this > > DYNAREA DSECT > AAA DS .. > BBB DS.. > ​ IEFZB4D0

Assembler addressing issue

2017-05-21 Thread IronSphere by SecuriTeam Software
It look like I haven't done that for a while... anyway, I am writing an assembler, reentrent, program that performs dynamic allocation, open, read, close, dynamic WTO, etc. It work fine as a non reentrent program, but when I convert to reentrent code, I am loosing addressability for some of my

Re: Migration of Mainframe to other plat form

2017-05-04 Thread IronSphere by SecuriTeam Software
I like this one (below) under "The Mainframe Migration Payoff" " - 30+% system performance improvement ​"​ ... ​​ ITschak - On Thu, May 4, 2017 at 6:34 PM, Ward, Mike S wrote: > I did a google on IBM mainframe migration and here are two opposing > viewpoints. > >

Re: Nasa runs competition to help make old Fortran code faster

2017-05-04 Thread IronSphere by SecuriTeam Software
Old compilers that uses many branchs and short words? Itschak בתאריך 4 במאי 2017 16:57,‏ "Phil Smith" כתב: > (Note to the Brits: That's "NASA", not "Nasa"-yeah, yeah, house style. But > stupid.) > > http://www.bbc.com/news/technology-39803425 > > So my question on this is,

Re: SFTP issue

2017-04-03 Thread IronSphere by SecuriTeam Software
I believe the answer ia in the data itself. Is line 750, for example, is the same in both filea? Find the first record that ia not the same as the original. As other mentioned, it is might be a '0d0a'x or even '0d0a1a'x in your data. ITschak בתאריך 4 באפר 2017 08:13,‏ "Mike Schwab"

Re: A Little off the Beaten Path

2017-04-01 Thread IronSphere by SecuriTeam Software
Try the z390 on sourceforge. It support cobol and limitwd cics. All converted to java.i played wirh few years ago and it work. ITschak בתאריך 1 באפר 2017 08:32,‏ "John McKown" כתב: > On Fri, Mar 31, 2017 at 8:20 PM, Steve Beaver > wrote: >

Re: Easiest way to share incore data between batch jobs

2017-03-24 Thread IronSphere by SecuriTeam Software
Hi Victor. Why should it be a problem state program? the idea is a single load, many reads, isn't it? after IPL, run a STC to load the data and create the name-token pair. later on, all users can access the data. As I wrote in my original response, there are several product that does that

Re: Easiest way to share incore data between batch jobs

2017-03-23 Thread IronSphere by SecuriTeam Software
If your interest is sharing, CICS can store a complete vsam file in dataspace using a standard IO routines (GET, PUT, POINT etc.). It is few CICS parameters away and involves no code change. I am not sure that EXCI will save you CPU or elapse. BTW, there are few products that store data in storage

Re: [EXTERNAL] ComputerWorld Says: Cobol plays major role in U.S. government breaches

2017-03-17 Thread IronSphere by SecuriTeam Software
no the problem described, but from my experience, program developed to 3270 user interface, are face lifted using brokers, bridges and other middle wares. The three tier design ,where some of the field verification was done by MFS and maps and not handled any more, and the validation was planned

Re: "embedded" ISPF panels/message/etc

2017-03-14 Thread IronSphere by SecuriTeam Software
. ITschak On Tue, Mar 14, 2017 at 6:57 PM, John McKown <john.archie.mck...@gmail.com> wrote: > On Tue, Mar 14, 2017 at 11:42 AM, IronSphere by SecuriTeam Software < > imugz...@gmail.com> wrote: > > > The only way I know to load panel into cache is to display it.

Re: "embedded" ISPF panels/message/etc

2017-03-14 Thread IronSphere by SecuriTeam Software
The only way I know to load panel into cache is to display it. Maybe a display service with a preceding Control display enter will do the job, but... you have to store it first into a library. what is so special with cache that you need it? hiding it? if so, use dynamic area and generate the

Re: "embedded" ISPF panels/message/etc

2017-03-14 Thread IronSphere by SecuriTeam Software
;/*eop*/") then do "EexecIO * DiskW ISPFLIB (Stem xpnl. finis") /* ISPFLIB pre allocated */ j = 0 /* not relevant but a good prog. practice */ return end end ---put panel here--- /*eop*/ On Tue, Mar 14, 2017 at 6:02 PM, IronSphere by SecuriT

Re: "embedded" ISPF panels/message/etc

2017-03-14 Thread IronSphere by SecuriTeam Software
Yes. I started thia thread few month ago. It was about a self extruct inataller containning xmt files. The idea is to use labels (this way you know your line number and can use siur eli e funcrion to retrieve the code (panels, msgs,etc.). Btw, you can use a single dataset as a target and libdef