Re: JCL "diagramming"?

2018-03-31 Thread scott Ford
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demean yourself” www.idmworks.com scott.f...@idmworks.com Blog: www.id

Zconnect

2018-03-31 Thread scott Ford
All, Does anyone have any information or can point me to using Zconnect and the Restapi ? We are thinking about building a Restapi for provisioning .. Regards, Scott -- For IBM-MAIN subscribe / signoff / archive access

Re: Cobol-Unix

2018-03-18 Thread scott Ford
tor 0 > and the input end of the pipe to both descriptors 1 and 2. DYNALLOC > (BPXWDYN?) > the output of the pipe to a DDNAME and read the program's output from that. > > I've done similar with Rexx, never with COBOL. > > -- gil > > -

Cobol-Unix

2018-03-17 Thread scott Ford
VFILE=DD:STDENV")/' //STEPLIB DD DSN=IDF.TESTUNIX.LOADLIB,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //STDENV DD SYSOUT=* /* I am unsure how this works, if someone could point me a to a manual I would be 'Happy Happy'.. -- Regards, *IDMWORKS * Scott Ford

Re: PDS directory

2018-03-15 Thread scott Ford
t <IBM-MAIN@listserv.ua.edu> on > behalf of Binyamin Dissen <bdis...@dissensoftware.com> > :>Sent: Monday, March 12, 2018 1:42 PM > :>To: IBM-MAIN@listserv.ua.edu > :>Subject: Re: PDS directory > :> > :>What is the "directory block header"? > :>

PDS directory

2018-03-12 Thread scott Ford
All, I need to insert 30 bytes of user data in the directory block header of our product programs. Is there I can do that via the Binder or do I have to write an exit to BPAM processing, which I am trying to avoid. We are trying to insert GIT tag information into the directory header for our

Re: [OT] KeePass

2018-03-08 Thread scott Ford
- > > > For IBM-MAIN subscribe / signoff / archive access instructions, > > > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > > > > > > > ------

Re: Codepage

2018-03-07 Thread scott Ford
-Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Elardus Engelbrecht > Sent: Tuesday, March 6, 2018 9:46 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Codepage > > scott Ford wrote: > > I see that J R replie

Re: Codepage

2018-03-06 Thread scott Ford
gt; which expects the message to be delimited with x'something'." > > Charles > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Elardus Engelbrecht > Sent: Tuesday, March 6, 2018 9:46 AM > To: IBM-MAIN

Codepage

2018-03-06 Thread scott Ford
All, I need some help on localization for codepages. The issue is we use a '~' as a end of messages delimiter. We have a customer wanting to use a different code page . Ebcdic codepage 285 to ascii codepage 437 .. We place a '~' which is a x'A1' which inside the normal Ebcdic 1140 codepage is

Re: BPXWDYN - Bug or no bug ?

2018-02-19 Thread scott Ford
; For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demean yourself”

Re: Cobol EBCDIC to ASCII

2018-02-19 Thread scott Ford
> > On Sun, Feb 18, 2018 at 3:40 PM, Phil Smith III <li...@akphs.com> wrote: > > scott Ford wrote, in part: > > > >>The ASCII is CP 285 UK ..but we have to support all .I am making sure I > > > > > > > > That's not ASCII. This is the point oth

Re: Cobol EBCDIC to ASCII

2018-02-18 Thread scott Ford
gt; Control blocks for socket or control blocks for iconv? > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- *IDMWORKS * Scott Ford z/OS Dev.

Cobol EBCDIC to ASCII

2018-02-18 Thread scott Ford
tput codepage acquired from a parameter in our STC. Is the parameter in the STC the best approach or am I missing something ? Regards, -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demean you

Re: codepages

2018-01-27 Thread scott Ford
limit to the length of the command string?), is there a command > to export > the entire file in Unicode? > > -- gil > > ------ > For IBM-MAIN subscribe / signoff / archive access instructions, > send e

codepages

2018-01-26 Thread scott Ford
I have an issue where a customer is not forthright in providing us a the codepage of data coming into a TCP STC on z/OS ..We bring the data in via a Scoket-Read,. Is there any way I can query the datastream and find out what codepage it is ? Regards, -- *IDMWORKS * Scott Ford z/OS Dev

Re: [EXTERNAL] Re: Can anyone remember "drum" storage?

2017-12-21 Thread scott Ford
ibited. If you have received this message in error, please immediately > notify the sender and delete this e-mail message from your computer. > > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.u

Re: LE Recovery

2017-12-05 Thread scott Ford
ething like this, I would establish the > LE environment before setting your ESTAE(X). > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- *IDMWORKS * Scott Ford z/OS Dev. “By elev

LE Recovery

2017-12-04 Thread scott Ford
-- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demean yourself” www.idmworks.com scott.f...@idmworks.com Blog: www.idmworks.com/blog *The information contained in this email message and any

Re: Passing data from step-to-step in single job using memory??

2017-12-03 Thread scott Ford
IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of scott Ford > Sent: Sunday, December 3, 2017 8:31 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Passing data from step-to-step in single job using memory?? > > I don't think we or IBM should be close

Re: Cobol File Question

2017-12-03 Thread scott Ford
1307 > Mobile: 404-660-6898 > Fax:  678-375-3280 > www.fiserv.com > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of scott Ford > Sent: Friday, December 01, 2017 5:51 PM > To: IBM-MAIN@LISTSERV.UA.EDU &g

Re: Passing data from step-to-step in single job using memory??

2017-12-03 Thread scott Ford
I don't think we or IBM should be close minded to passing job step data in memory. I agree with Peter , we deal with security all the time. I haven't heard of B1, Peter could you share a link? I don't want leave any system open to hacking or whatever the current buzzword is in our vocabulary.

Re: UNIX tmpfile() (was: Passing data ...?)

2017-12-02 Thread scott Ford
Gil, Can you pass a type= memory file? I think it it has persistence.. I have tried it in C ...and know you can create it.. Scott On Dec 1, 2017, 4:46 PM -0500, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu>, wrote: > On Fri, 1 Dec 2017 14:55:08 -0600, John McKown wrote: > > >

Re: Cobol File Question

2017-12-01 Thread scott Ford
John, Yes exactly.., until I can convince an overly cautious manager we should thread or multi-task. Thanks , John..I needed a sanity check On Dec 1, 2017, 4:55 PM -0500, John McKown <john.archie.mck...@gmail.com>, wrote: > On Fri, Dec 1, 2017 at 3:42 PM, scott Ford <idfli...@gmai

Cobol File Question

2017-12-01 Thread scott Ford
is to pass a variable indicating to close the files and set a return-code and return back and have the STC check it.. Am i thinking right ? -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demean yourself

Re: ICETOOL to parse "spanned" logical recs in physical recs

2017-11-12 Thread scott Ford
What about using a much under-rated tool, File Manager ...? Scott On Nov 12, 2017, 9:06 AM -0500, Binyamin Dissen , wrote: > That is a non-standard format. > > How was it created? > > On Fri, 10 Nov 2017 06:58:02 -0600 Mike O'Connell wrote: > >

Re: IBM open sources its JVM and JIT code

2017-10-29 Thread scott Ford
Timothy, I agree with everything so far. As a real Rexx person on Rexx VM in the 80s I would also like see all items discussed here, noticeably performance, better storage management, more C like functions. I also use Oorexx and love it , especially on Linux. A common gui API for rexx or

Re: too true: Vulture Central on "the next big thing".

2017-10-22 Thread scott Ford
s that run just fine on z/OS > http://groovy-lang.org/json.html. > > > On 22/10/2017 1:07 AM, scott Ford wrote: > > David: > > > > Very true. I learned 'rexx' -- 'the wonder horse', when it first came out > > on VM/SPx ..I *think* ..so its been one of my gotos and Assembler

Re: too true: Vulture Central on "the next big thing".

2017-10-21 Thread scott Ford
ayf...@gmail.com> wrote: > Horses for courses. I'm sure Ed Jaffe doesn't use the HLASM macros for > EJES-Web. > > > > On 21/10/2017 9:20 PM, scott Ford wrote: > >> I didn't come up into Development via the programming channel. So I had >> to learn things li

Re: too true: Vulture Central on "the next big thing".

2017-10-21 Thread scott Ford
I didn't come up into Development via the programming channel. So I had to learn things like John M. Once said trial and error. I remember the HIPO diagrams ? My memory is like Ed's , a tad hazy. I liked the structured HLASM Share presentation by Ed Jaffe. It just make sense to me. I have

Re: Console Messages (was Re: Potential stupid question - MSUs)

2017-10-19 Thread scott Ford
Kees, Do you all have a product to scan syslogs and email them or did you write it yourself ? Scott On Oct 19, 2017, 3:33 PM -0400, Edward Gould , wrote: > > On Oct 19, 2017, at 1:39 AM, Vernooij, Kees (ITOPT1) - KLM > > wrote: > > > > We have

Re: Console Messages (was Re: Potential stupid question - MSUs)

2017-10-19 Thread scott Ford
orrect. The manual is the most important > piece of documentation you supply a customer so if your customers don't > read manuals then that's a worry! > > > On 19/10/2017 7:35 PM, scott Ford wrote: > > David, > > > > Yes sir...I sometimes feel some customers forgot how

Re: Console Messages (was Re: Potential stupid question - MSUs)

2017-10-19 Thread scott Ford
David, Yes sir...I sometimes feel some customers forgot how to read...I know they don't read manuals, been there done that and have numerous t-shirts. Scott On Oct 19, 2017, 7:31 AM -0400, David Crayford , wrote: > I don't agree. WTORs are an anachronism but SYSLOG is one

Re: Console Messages (was Re: Potential stupid question - MSUs)

2017-10-19 Thread scott Ford
Steve, Those are strong words. I came up through the ranks so I learned how to have "system programmer" eyes, looking for errors. Then went into Systems Programming and then Development. What I have noticed is more complaining about console messages flooding consoles, instead of people

Re: fopen DD

2017-10-15 Thread scott Ford
I have a question ...if a program is running in MVS as a STC...and wants to dub a UNIX process where do I find how this is explained and better yet an example so I can see it ? Scott On Oct 15, 2017, 10:57 AM -0400, Kirk Wolf , wrote: > > I guess COZBATCH has left out

Re: Somewhat Interesting Mainframe Article

2017-10-15 Thread scott Ford
Ed, I agree with you. Machines are faster and faster. But customers are demanding changes to code and fixes faster. This to me is a problem, especially if 'caution is thrown to the wind'. Dealing with the security subsystem, I.e.; RACF, ACF2 and TOP-SECRET , many customers are ignorant of

Re: Somewhat Interesting Mainframe Article

2017-10-14 Thread scott Ford
Tom, I have people who think pcs can do everything. They don't consider what a z/OS system can do. Many of us yes I am in this group, I am 67 ..the word expiring is a bit odd. Scott On Oct 14, 2017, 3:35 PM -0400, Tom Brennan , wrote: > Very good article, but I

Re: git, z/OS and COBOL

2017-10-14 Thread scott Ford
. Code reviews find bugs early and we've > found find more bugs than systems testing. > > > > > > -- > > For IBM-MAIN subscribe / signoff / archive access instructions

Re: git, z/OS and COBOL

2017-10-10 Thread scott Ford
Frank, I do all my editing up on z/OS, the other developers, Java guys do it via desktop. We don't use GIT on z/OS yet. Scott On Oct 10, 2017, 7:35 PM -0400, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu>, wrote: > On Tue, 10 Oct 2017 23:19:38 +, Farley, Peter x23353

Re: git, z/OS and COBOL

2017-10-10 Thread scott Ford
t; > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf > of scott Ford <idfli...@gmail.com> > Sent: Tuesday, October 10, 2017 1:57 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: git, z/OS and COBOL > > Frank a

Re: git, z/OS and COBOL

2017-10-10 Thread scott Ford
e ? Others? > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a fri

Re: SUBVERSION for Mainframe code

2017-10-09 Thread scott Ford
GIT can also run on Unix Systems Services On Oct 9, 2017, 11:03 AM -0400, Jack J. Woehr , wrote: > On 10/9/2017 8:44 AM, Peter wrote: > > Has anyone used Subversion as their source control tool for mainframe code? > > I'm assuming that you can't install SVN on the mainframe but I

Re: SUBVERSION for Mainframe code

2017-10-09 Thread scott Ford
ve access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Here's a horrifying thought for all you management types....

2017-10-09 Thread scott Ford
ld1...@comcast.net>, wrote: > > On Oct 7, 2017, at 3:03 PM, scott Ford <idfli...@gmail.com> wrote: > > > > Clark, > > > > > > Yeah I loved NS when I was up there many years ago camping. > > Cold in the winter bub..I am from the Great Lakes not much warm

Re: Here's a horrifying thought for all you management types....

2017-10-07 Thread scott Ford
the low-level native horizontal microcode. > > -- > virtualization experience starting Jan1968, online at home since Mar1970 > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Sc

Re: What does "Performance implications" signify?

2017-10-07 Thread scott Ford
chive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Here's a horrifying thought for all you management types....

2017-10-05 Thread scott Ford
MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > > > > > -- > For IBM-MAIN subscribe / signoff / archive access instru

Re: z/OS Symbols Question

2017-09-30 Thread scott Ford
We z/OS (and mainframe) users owe you all a > tremendous debt of gratitude. Thank you all for going above and beyond as > you do. > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send emai

Re: z/OS Symbols Question

2017-09-29 Thread scott Ford
r :-) > > > >Kirk Wolf > >Dovetailed Technologies > >http://dovetail.com > > > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, >

Re: z/OS Symbols Question

2017-09-28 Thread scott Ford
t want to replace a symbol... > > -- gil > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford

Re: z/OS Symbols Question

2017-09-27 Thread scott Ford
ASASYMBM is a degenerate case: > > just give it an input pattern of: "" > and the output buffer will contain the value. > > > Kirk Wolf > Dovetailed Technologies > http://dovetail.com > > On Wed, Sep 27, 2017 at 5:28 PM, scott Ford <idfli...@gmail.com> wr

z/OS Symbols Question

2017-09-27 Thread scott Ford
through ASASYMBM and it seems you can pass a value and length but I dont want to replace a symbol... Any ideas ? Regards, -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demean yourself” www.idmworks.com

Re: Wh@ should we do? In a word: "calk."

2017-09-23 Thread scott Ford
access instructions, > > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > > > > -- > For IBM-MAIN subscribe / signoff / archive access instructions

Re: STC - APF - confusion

2017-09-22 Thread scott Ford
Exactly Walt. As always, Thank you, Scott On Tue, Sep 19, 2017 at 8:51 AM Walt Farrell <walt.farr...@gmail.com> wrote: > On Sun, 17 Sep 2017 22:35:23 +0000, scott Ford <idfli...@gmail.com> wrote: > >We are using all functions, since we function as what is now being calle

Re: dynamic rexx function package

2017-09-17 Thread scott Ford
; I think it is not documented, but must exits. > > You can use IRXFLOC, an empty one in LINKLIB. > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message

Re: STC - APF - confusion

2017-09-17 Thread scott Ford
.. We are also passing the command image with a RACF userid which uses SPECIAL which is only activate for the duration of Issuing the command. Regards, Scott On Sun, Sep 17, 2017 at 6:28 PM Walt Farrell <walt.farr...@gmail.com> wrote: > On Sun, 17 Sep 2017 15:04:49 +0000, scott Fo

Re: STC - APF - confusion

2017-09-17 Thread scott Ford
the fetch request. > > There are z/OS Unix analogs of AC(1).. > > Peter Relson > z/OS Core Technology Design > > > -- > For IBM-MAIN subscribe / signoff / archive a

STC - APF - confusion

2017-09-16 Thread scott Ford
Arena, does it behave the same ? Thanks in advance, Scott -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM

Re: Would encryption have prevented known major breaches?

2017-09-12 Thread scott Ford
t; send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demean yourself” www.idmworks.com scott.f...@idmworks.com Blog: www.idm

Re: Lack of Support for Doc for COBOL

2017-09-04 Thread scott Ford
-- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development -

Re: Unix-question

2017-09-02 Thread scott Ford
------ > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Unix-question

2017-09-02 Thread scott Ford
t [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Paul Gilmartin > Sent: Saturday, September 2, 2017 5:10 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Unix-question > > On Sat, 2 Sep 2017 21:24:35 +, scott Ford wrote: > > > >How can a LE enable application, using COB

Re: Unix-question

2017-09-02 Thread scott Ford
On Tue, Aug 29, 2017 at 5:58 PM Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Tue, 29 Aug 2017 12:14:27 -0500, John McKown wrote: > > >On Tue, Aug 29, 2017 at 11:37 AM, scott Ford wrote: > > > >> I was reading through IBM Unix

Re: may have job opening here 4 z/OS generalist + some CICS + some Prog Prod

2017-09-02 Thread scott Ford
- > > > > For IBM-MAIN subscribe / signoff / archive access instructions, > > > > send email to lists...@listserv.ua.edu with the message: INFO > IBM-MAIN > > > > > > > > > > > > > > > > -- > > > zMan -- "

Re: IEAARR

2017-09-02 Thread scott Ford
s keywords individually, depending on what's specified. > And really, whether I have "dynamic storage" > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists..

Re: xkcd is too true, but posted at the wrong time.

2017-08-31 Thread scott Ford
; For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN subscribe / signoff / archive ac

Re: Unix-question

2017-08-29 Thread scott Ford
So my question is where do I find a example of a pipe call and retrieve ...this would help me On Tue, Aug 29, 2017 at 1:45 PM scott Ford <idfli...@gmail.com> wrote: > Gil, > Can u talk off list ? > > On Tue, Aug 29, 2017 at 12:57 PM Paul Gilmartin < > 000

Re: Unix-question

2017-08-29 Thread scott Ford
Gil, Can u talk off list ? On Tue, Aug 29, 2017 at 12:57 PM Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On 2017-08-29, at 10:37, scott Ford wrote: > > > > I was reading through IBM Unix services manuals and have a pipe > question.. > >

Unix-question

2017-08-29 Thread scott Ford
?? or does it depend on your code..I am dealing with LE Cobol and want to utilize the nice features of Unix which i am somewhat familiar. Regards, -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demea

Re: Cobol Help

2017-08-27 Thread scott Ford
; e-mail and delete the message and any attachments from your system. > > > > > > -- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > se

Re: OT-retirement

2017-08-22 Thread scott Ford
t; It is time to retire when you cannot remember how long management has > > been trying to get rid of your mainframe. > > > > /Tom > > > > On 08/19/2017 09:11, scott Ford wrote: > > > How does a techie of 40 yrs know when it's time to retire? Bearing in &g

Cobol Help

2017-08-21 Thread scott Ford
some reading in the manuals. Whats the easiest most effective method to handle file errors ? Regards, Scott -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demean yourself” www.idmworks.com scott.f

Re: OT-retirement

2017-08-19 Thread scott Ford
t; universe > www.softwoehr.com # with a fine understanding of human fallibility. - > Carl Sagan > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@list

Re: OT-retirement

2017-08-19 Thread scott Ford
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > > Behalf Of scott Ford > > Sent: Saturday, August 19, 2017 6:12 AM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: OT-retirement > > > > How does a techie of 40 yrs know when it's time to re

Re: OT-retirement

2017-08-19 Thread scott Ford
t; > On Saturday, August 19, 2017, 11:15 AM, scott Ford <idfli...@gmail.com> > wrote: > > What about having PC managers who don't understand z/OS or z/OS ppl? > > > On Sat, Aug 19, 2017 at 10:23 AM John Clifford <johnrcl...@gmail.com> > wrote: > > > When

Re: OT-retirement

2017-08-19 Thread scott Ford
Guys and girls I am 67 on Sundayit's making me think On Sat, Aug 19, 2017 at 11:15 AM scott Ford <idfli...@gmail.com> wrote: > What about having PC managers who don't understand z/OS or z/OS ppl? > > > On Sat, Aug 19, 2017 at 10:23 AM John Clifford <johnrcl...@gmail.co

Re: OT-retirement

2017-08-19 Thread scott Ford
Aug 19, 2017 at 9:11 AM, scott Ford <idfli...@gmail.com> wrote: > > > How does a techie of 40 yrs know when it's time to retire? Bearing in > mind > > I understand you have to have enough money, for me that's a given > > > > A friend is asking a lot of friends

Re: AXR address space

2017-08-19 Thread scott Ford
-- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > > > > -------

OT-retirement

2017-08-19 Thread scott Ford
How does a techie of 40 yrs know when it's time to retire? Bearing in mind I understand you have to have enough money, for me that's a given A friend is asking a lot of friends .. Scott -- Scott Ford IDMWORKS z/OS Development

Re: Researching Destination z article on non-US mainframes

2017-08-13 Thread scott Ford
y I cannot figure out > how to change one of the clock in the car. > > Ed > > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to li

Re: Researching Destination z article on non-US mainframes

2017-08-13 Thread scott Ford
This exists in differences between UK English and , what they call you speak 'American', which is to say there is a difference. Scott On Sun, Aug 13, 2017 at 1:21 PM scott Ford <idfli...@gmail.com> wrote: > David, > > I had to learn French just work and do everyday functions

Re: Researching Destination z article on non-US mainframes

2017-08-13 Thread scott Ford
- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN sub

Re: Researching Destination z article on non-US mainframes

2017-08-12 Thread scott Ford
still might have some translated manuals, but that's about it. > > > > -- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to lists...@

Re: list of cobol load modules and their cobol version

2017-08-12 Thread scott Ford
signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN subscribe / signoff / archive access instructi

Re: Job Searching - Mainframe (zos/zvm) Performance or Sysprog Recommendations

2017-07-24 Thread scott Ford
.edu with the message: INFO IBM-MAIN > -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a friend or Collegue you elevate yourself, by demeaning a friend or collegue you demean yourself” www.idmworks.com scott.f...@idmworks.com Blog: www.idmworks.com/blog *The information contained in th

Re: Enterprise COBOL V6.2

2017-07-23 Thread scott Ford
nstructions, > >>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > >>> > >> > >> -- > >> For IBM-MAIN subscribe / signoff / archive access instructions, > >

Re: CICS Logstreams

2017-07-16 Thread scott Ford
d email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Running unsupported is dangerous was Re: AW: Re: LE strikes again

2017-07-15 Thread scott Ford
n experience starting Jan1968, online at home since Mar1970 > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- *IDMWO

Re: Another elementary Assembler question

2017-07-03 Thread scott Ford
f you can live with 4 to 16 as your "code", then drop the AHI and your > R15 code will be 1 to 5. > > -- > For IBM-MAIN subscribe / signoff / archive access instruction

Re: IBM customer anchor

2017-07-02 Thread scott Ford
cks like $DILBERT and $DOGBERT. > > Tony H. > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development

Re: IBM customer anchor

2017-06-30 Thread scott Ford
with the message: INFO IBM-MAIN >> >> >> > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- *IDMW

Re: IBM customer anchor

2017-06-29 Thread scott Ford
atform well for 50-ish years. You should make an effort not > to break it. > > Peter Relson > z/OS Core Technology Design > > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send

Re: IBM customer anchor

2017-06-27 Thread scott Ford
considered doing > something like that, but decided that seeing Syz was important if we ever > actually had a problem that warranted a dump. > > Brian > > -- > For IBM-MAIN subscribe / signoff / archive access inst

Re: IBM cuts contractor billing by 15 percent (our else)

2017-06-25 Thread scott Ford
> > Ed > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- *IDMWORKS * Scott Ford z/OS Dev. “By elevating a f

Re: Windows 10 Pro automatic update: was Re: Eliminating the systems programmer was Re: IBM cuts contractor billing by 15 percent (our else)

2017-06-25 Thread scott Ford
BM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf > of Clark Morris <cfmpub...@ns.sympatico.ca> > Sent: Saturday, June 24, 2017 8:11 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Windows 10 Pro automatic update: was Re: Eliminating the systems > programmer was

Re: IBM customer anchor

2017-06-24 Thread scott Ford
IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN subscribe / signoff / arc

Re: Eliminating the systems programmer was Re: IBM cuts contractor billing by 15 percent (our else)

2017-06-24 Thread scott Ford
< > John McKown > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: IBM customer anchor

2017-06-15 Thread scott Ford
; marketing software that can use the anchor, I highly suggest you ask for a > slot, but you may not end up using it to the extent that you think you will. > > -- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: IN

Re: IBM customer anchor

2017-06-13 Thread scott Ford
ut an IPL > if the tables become corrupted." is a very interesting statement. > > So, running a chain to get to your anchor is not that big of a > deal, AND, if your product is starting up, it can, from any > address space, find out if it had been running, or if any of its &g

IBM customer anchor

2017-06-13 Thread scott Ford
All: I have a question about something called 'customer anchor table entry' . My colleague said IBM can provide this entry to a ISV like use so we can place an address there for routines. I think it's like a vector address . Has anyone heard of this ? -- Regards, *IDMWORKS * Scott Ford z

<    1   2   3   4   5   6   7   8   9   10   >