Re: Help with switching an IP:PORT to TLS V1.2

2021-12-24 Thread Don Poitras
used. However - some were thinking that >> > was not true since the connection (according to them) was behaving like >> > SSLV3 what ever that means. >> > >> > Lizette >> > >> > -Original Message- >> > >> > From

Re: Help with switching an IP:PORT to TLS V1.2

2021-12-23 Thread Don Poitras
If the hello packets from both the client and the server indicate TLS 1.2, then that's what's being used. If you could get "them" to specifically say what "behaving like SSLV3" means, then perhaps you'd get a better response here.

Re: Help with switching an IP:PORT to TLS V1.2

2021-12-23 Thread Don Poitras
You could also just do a packet trace. Send the output to Wireshark. It can format all the TLS hand-shaking traffic. The question I'd have, given the original description is whether AT-TLS is being used at all. Perhaps the program is using OpenSSL or GSK?

News mirror broken - was: Re: test

2021-12-19 Thread Don Poitras
be able to and the posts showing up there end on September 3rd (other than the mistaken posts made directly to the newsgroup). -- Don Poitras -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists.

Re: Dataset SYS1.SISFMIG ?

2021-08-27 Thread Don Poitras
is. A > > GOOGLE search dosn't help. Can anybody help? Even more I would line to > > know, if this library is really needed in an runtime environment. > > > > Kind regards > > Juergen -- Don Poitras ---

Re: Print a SYSMDUMP

2021-04-14 Thread Don Poitras
FFF. PRINT NOTERMINAL DISPLAY ASID(X'xxx') /* (replace xxx with DSN and xxx with ASID and modify the ATB storage range with addresses you can see in the dump.) -- Don Poitras -- For IBM-MAIN subscribe / signoff / archive acc

Re: Assembler - Authorized program debug

2021-02-25 Thread Don Poitras
ers that aren't themselves APF-authorized. z/XDC will allow this kind of debugging. See: https://colesoft.com/products/zxdc/components#authxdc -- Don Poitras -- For IBM-MAIN subscribe / signoff / archive access inst

Re: Disassemble an object deck

2021-02-08 Thread Don Poitras
er/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.asmk200/fn1cpr.htm -- Don Poitras -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Compile error and also possible library bug with Metal/C metal.h

2021-01-11 Thread Don Poitras
; */ > #include > #include > int main(int argc, char** argv) > { > char* xarg = "abcd"; > void *mem = malloc(64); > memset(mem, 0x0f, 64); > memcpy(mem, xarg, sizeof(xarg)); > int mcm

Re: Preparing for a short z/OS contract

2020-11-30 Thread Don Poitras
being updated, so can be considered "modern". While the HLASM Toolkit isn't free, it's so cheap, it might as well be considered so. HLASM Toolkit Feature Interactive Debug Facility User's Guide https://www.ibm.com/support/knowledgecenter/SSENW6_1.6.0/kc_gen/com.ibm.hlasm.v1r6.asm_asm-gen7

Re: Dr. John Ehrman

2020-10-16 Thread Don Poitras
Sunil, You can find the PDF on this Marist page (first link on the page): https://idcp.marist.edu/assembler-resources In article you wrote: > On Wednesday, 21 February 2018 at 09:18:12 UTC-5, Don Poitras wrote: > > I worked with John back in the 90s when I was part of the languages

Re: BPXP018I message when STC cancelled

2020-09-19 Thread Don Poitras
XP018I THREAD 1B216000, IN PROCESS 33620001, > ENDED 039 >039 WITHOUT BEING UNDUBBED WITH COMPLETION CODE 40222000 > 039 , AND REASON CODE . -- Don Poitras -- For IBM-MAIN subs

Re: ESTAEX exit WAIT question

2020-07-31 Thread Don Poitras
> -- end the task > -- upon end, attach a new task > then > -- detach > -- attach > Peter Relson > z/OS Core TEchnology Design -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 ---

Re: Trying to find documentation for LE reason code

2020-07-29 Thread Don Poitras
ms more difficult than it ought to be. > (Yes, the userid *does* have an OMVS segment.) > Charles -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 -

Re: SuperWylbur Users

2020-07-09 Thread Don Poitras
In article <1298199795294174.wa.paulgboulderaim@listserv.ua.edu> you wrote: > On Thu, 9 Jul 2020 13:02:20 -0400, Don Poitras wrote: > >... > >> (Are there DBCS terminals? Does ISPF support them?) > > > >Yes and yes. Condor (from Phoenix) does too since I a

Re: SuperWylbur Users

2020-07-09 Thread Don Poitras
had to restart the session. I should have opened a PMR, but in those days, I probably didn't know how to do that. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 --

Re: AT-TLS ? Very Basic Questions

2020-06-30 Thread Don Poitras
encryption. That's kind of my big question here. I can't see that anyone answered your last question. Yes, the default Windows FTP doesn't support encryption. There are third-party FTPS client programs you can purchase that do so. Or your could run lftp on the Windows Ubuntu shell. -- Don Poitras -

Re: Reading a dump

2020-06-21 Thread Don Poitras
tions, > :>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- > Binyamin Dissen > http://www.dissensoftware.com > Director, Dissen Software, Bar & Grill - Israel -- Don Poitras -

Re: USS: su: User ID "SH" does not exist

2020-05-15 Thread Don Poitras
> > java version "1.8.0_241" > > Java(TM) SE Runtime Environment (build 8.0.6.7 - > pmz6480sr6fp7-20200312_01(SR6 F > IBM J9 VM (build 2.9, JRE 1.8.0 z/OS s390x-64-Bi

Re: Using Windows ssh with z/OS

2020-05-04 Thread Don Poitras
/bash exec $SHELL > -- gil If you have permission (or know someone that has permission), do: TSO ALTUSER userid OMVS(PROGRAM('/path/to/bin/bash')) -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 --

Re: Using Windows ssh with z/OS

2020-05-02 Thread Don Poitras
> >d) To be able to change the command by moving the cursor and typing over the > >retrieved command > > > Those are bash-isms. They may be unavailable in /bin/sh. > EXC-k and ESC-j are alternatives. > -- gil bash is available from Rocket: htt

Re: XL C\C ++ sizeof of datatypes

2020-04-26 Thread Don Poitras
ny help appreciate it It depends. For 31-bit, it's ILP32, for 64-bit, it's LP64. See: https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.cbcpx01/datatypesize64.htm (short is always 2 bytes. SAS/C uses the same scheme.) -- Don Poitras - SAS Development - SAS Ins

Re: Vector Packed Decimal instructions experiences

2020-04-24 Thread Don Poitras
use the vector register rather than saving/ reloading a general register. I can't recall if I've seen them used with the z/OS C compiler, but it wouldn't surprise me. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637

Re: Mesh Router

2020-04-03 Thread Don Poitras
s or > unexpected emails** > Does anyone have an opinion on which of the various mesh router extenders to > purchase? > TIA > Steve -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 275

Re: strange python announcement

2020-03-29 Thread Don Poitras
__ > From: IBM Mainframe Discussion List on behalf of > Don Poitras <028977cc0221-dmarc-requ...@listserv.ua.edu> > Sent: Sunday, March 29, 2020 4:57 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: strange python announcement > In article <0086720150876766.wa.paul

Re: strange python announcement

2020-03-29 Thread Don Poitras
was deprecate > as an overload. > >At this point, if I invest the time to master** a new language, I'd be > >looking at Java, Ruby or Rust rather than Python. > > > >* Assembler E, F, XF, H and H V2 don't count; they're not supported. It > >might, however > &

Re: DSPSERV CREATE, is ORIGIN parm a relic?

2020-03-07 Thread Don Poitras
d RC=4 as OK, use HideZero=YES, and use an Origin of x'1000'. > > > > So you never really need to use the Origin keyword if you simply start at > > x'1000'. There is a non-zero but miniscule risk if you assume that it is > > OK to use an origin of 0. > > > >

Re: UTF16 to EBCDIC

2020-02-10 Thread Don Poitras
s > >invented nonsense. > >the correct term is "injective:" > >https://en.wikipedia.org/wiki/Injective_function > > > >> ... > >>>I wonder what was the motivation to require preallocated data set > >>>names rather than the more flex

Re: Enterprise COBOL 6.3 and IBM Programmer Tools

2020-01-09 Thread Don Poitras
hat ODBC doesn't. Programs that just do simple SQL should probably convert to ODBC if AMODE 64 is required. The manual for that is at: https://www.ibm.com/support/knowledgecenter/SSEPEK_12.0.0/pdf/db2z_12_odbcbook.pdf -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2020-01-07 Thread Don Poitras
on a mac. Apparently, the osx binary for wine won't run under Catalina as 32-bit apps are no longer supported. I've heard that it works if built from source though. Not sure if Vista will then run. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2020-01-07 Thread Don Poitras
ots. Grrr. > H. can snap a screen as text, but it's neither the default nor well > documented. > Can other emulators copy a screen as text? > -- gil The Vista TN3270 emulator can copy a screen (or part of a screen) as text. -- Don Poitras - SAS Development - SAS Institute Inc. - SA

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2020-01-07 Thread Don Poitras
ZOC, and I'm trying it > >>> out > >>>>> but was wondering if there are any other products out there. > >>>>> > >>>>> Another option is to try and build a copy x3270 or c3270 for use on > >>> macOS. > >>>>>

Re: Enterprise COBOL 6.3 and IBM Programmer Tools

2020-01-06 Thread Don Poitras
the bar. In C, we use __malloc31(). Of course, it would be much better if DB2 would provide a 64-bit API. Now that C, COBOL and PL1 are able to run amode=64, I think there's a good argument to be made that this should be a priority. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Cam

Re: multi-line STDPARM shell script for BPXBATCH

2019-10-30 Thread Don Poitras
+ date Wed Oct 30 09:34:09 EDT 2019 --- -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary

Re: Best way for a task to give up the CPU and let other tasks run?

2019-10-22 Thread Don Poitras
> address spaces go to the top of the dispatcher queue but > how does it work for tasks? You can call CHAP. https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.ieaa700/chap.htm -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com

Re: SWAREQ REXX fails with SWA=ABOVE, works with SWA=BELOW

2019-10-18 Thread Don Poitras
ish dataset names > >that SWAREQ was returning vanished, and normal processing resumed. > > > >Hope this saves some time for others. > > > >best regards, > >Peter -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919)

Re: Best way for a task to give up the CPU and let other tasks run?

2019-10-17 Thread Don Poitras
run? > But - this isn't "give up" as in ending the task, just giving up > the CPU to allow another task to run and then returning to this > task. > Sorta like "I'm done for the moment if something else would like to run". -- Don Poitras - SAS Development

Re: PDS Member updating via COBOL Program

2019-10-08 Thread Don Poitras
rite multiple members concurrently. > It works, but only within a single job because ISPF LMPUT reqiuires > ENQ EXC on the DSN. > -- gil If you do the ENQ as shown in the link above, be sure to also issue the RESERVE which is documented just before this. (ISPF Data set integrity enqueue)

Re: Phoenix Software International Announces IBM?? JES3 Licensing Agreement

2019-10-02 Thread Don Poitras
ng subsystem, offering a solution to clients > wishing to remain on JES3. > Read the press release here: http://bit.ly/spooler-news > -- > Phoenix Software International > Edward E. Jaffe > Chief Technology Officer > 831 Parkview Drive North > El Segundo, CA 90245 > ht

Re: deduce program language

2019-10-02 Thread Don Poitras
program. > Does LE have stricter requirements with CEESTART in C programs? > Thank you, > Brian Chapman > On Tue, Oct 1, 2019 at 1:23 PM Don Poitras wrote: > > In article > t1cmgbfaka497yhff...@mail.gmail.com> you wrote: > > > I created a trace facility to interce

Re: deduce program language

2019-10-01 Thread Don Poitras
user code is called (either main() or the DLL function). LE doc is kind of spread all over the place, but for writing an assembler front-end as you're doing, I think the LE Vendor Interfaces book is something you should look at. https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ib

Re: Submitting batch if you don't have TSO

2019-09-12 Thread Don Poitras
f them. > ObRaisedEyebrows For some reason IBM added the ANSI functions for stream I/O > for REXX under Unix but not for REXX under TSO. > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > From: IBM Mainframe Discussion List

Re: APAR OA56180 / RUCSA

2019-09-12 Thread Don Poitras
rticular set > > of customers". It wasn't because IBM thought "hey, this sounds like a > > good idea" and > > did all the development work to take a step backwards. > > > > Big customers paying IBM big money have big voices. It may have just been

Re: Submitting batch if you don't have TSO

2019-09-11 Thread Don Poitras
l The 'submit' command itself is just a REXX program wrapping the REXX 'submit' function. https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.bpxb600/subm.htm -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com

Re: XL C\C++ missing DLL for fopen

2019-09-02 Thread Don Poitras
SX64),DISP=SHR > // DD DDNAME=SYSIN > //SYSLMOD DD DSN= > //SYSDEFSD DD DUMMY > //SYSPRINT DD SYSOUT=* > //SYSINDD DUMMY > -EDIT*DSLIST > > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > Don Poitra

Re: XL C\C++ missing DLL for fopen

2019-09-02 Thread Don Poitras
DD DSN=(IOSX64),DISP=SHR > // DD DDNAME=SYSIN > //SYSLMOD DD DSN= > //SYSDEFSD DD DUMMY > //SYSPRINT DD SYSOUT=* > //SYSINDD DUMMY >-EDIT*DSLIST > > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of

Re: XL C\C++ missing DLL for fopen

2019-09-02 Thread Don Poitras
gt;On Sunday, September 1, 2019, 11:49:05 AM PDT, Joseph Reichman > > wrote: > > > > Hi > > > > > > > > I am trying to compile a AMODE 64 DLL which has a fopen > > > > > > > > And cann't find its associated DLL >

Re: Omegamon CICS Installation error

2019-08-21 Thread Don Poitras
ntime I wanted to know if anyone > had ever faced this problem. > -Message d'origine----- > De?: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] De la > part de Don Poitras Envoy??: mercredi 21 ao?t 2019 14:13 ??: > IBM-MAIN@LISTSERV.UA.EDU Objet?: Re: Ome

Re: Omegamon CICS Installation error

2019-08-21 Thread Don Poitras
> > 2019/08/21 11:05:11 KPDMANE: Persistent DataStore initialization failed in > KPDCNFG(2), rc = 14202 > 2019/08/21 11:05:11 KPDMANE: Persistent DataStore facility terminating. > > Thanks in advance > Jean-Loup PIETIN >

Re: 64 bit Assembler DLL app PSECT parm

2019-08-21 Thread Don Poitras
or more information > about the PSECT area, see > High Level Assembler and Toolkit Feature in IBM Knowledge Center > (www.ibm.com/support/ > knowledgecenter/SSENW6). > > thanks -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-

Re: logstream read/copy utility

2019-08-15 Thread Don Poitras
//SYSINDD * REPRO INFILE(SYSUT1) OFILE(SYSUT2) /* // -- Don Poitras - SAS Development - SAS Inst

Re: FAST PATH (IEWBFDAT) SQ CALL Fail 10800029

2019-08-07 Thread Don Poitras
ram contains overlay structures. The request was rejected > > > > So, would you swear on a stack of PLMs that MYMOD is neither a load module > > from a PDS nor a segment overlay program object? > > > > If so, then it is time to post the entire parameter list passed to I

Re: XL C\C+ DLL Storage

2019-07-28 Thread Don Poitras
called Thread Local Storage > > Looking at the examples in the XL C\C++ all the storage seems to be > allocated on the Stack, meaning once it leaves on exported functions it wont > be available to others, would anyone know > > Where global or Heap Storage is stored for a DLL > >

Re: Abend entry LE Assembler

2019-07-18 Thread Don Poitras
> > >> :> > > >> :> STM 14,12,CEEDSAR14-C > > >> :> > > >> :> L 2,CEEINPL0002 > > >> :> > > >> :> L 15,CEEINT0002 > > >> :> > > >> :> DROP 15

Re: Abend entry LE Assembler

2019-07-18 Thread Don Poitras
; >> :> > >> :> ALR 0,1 > >> :> > >> :> > >> :> > >> :> > >> :> > >> :> > >> :> > >> :> > >> :>

Re: XL C\C++ COMPILE PRELINK and LINK

2019-07-07 Thread Don Poitras
set to contain the load module > //* generated by the linker. > //* > //SYSLMOD DD DSN=IBMUSER.TEST.LOADLIB(TESTDLL),DISP=SHR > //SYSUT1 DD UNIT=,SPACE= > //SYSPRINT DD SYSOUT=* > //SYSIN DD DUMMY > //

Re: Handy U.S. gov site - Gregorian calendar with DOY

2019-06-05 Thread Don Poitras
imary menu, I just enter 'ses' or 'user' to swap the display. The 'ed' and 'br' are just for bringing up a quick browse or edit of a dataset from any panel. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919)

Re: BNDRY=PAGE possible CPU hit?

2019-05-31 Thread Don Poitras
in CPU consumption, rather > > than a reduction. > > > > I did a few searches of the IBM-MAIN archive and found nothing > > involving increased CPU overhead resulting from BNDRY=PAGE usage. > > Any thoughts on what might be causing the elevated CPU? Again, the > &

Re: 64-bit C++ calling assembler

2019-05-29 Thread Don Poitras
00_24D50010 > Thanks in advance, Pierre. > ---------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the messa

Re: Sort - File split

2019-05-23 Thread Don Poitras
All I need to do is change the comment and run a different version of DB2. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 --

Re: z/OS Container Extensions

2019-05-21 Thread Don Poitras
19 1:00 PM, John McKown wrote: > >> > > >>> I know nothing about Docker at present. Would it be possible for me > >>> to use > >>> a Linux/Intel system and the s390x cross-build tool

Re: ind$file - omvs copy equivalent

2019-05-09 Thread Don Poitras
gt; >> > >>1) While in OMVS : ftp (receive) an XMI file to the z/os system. (z/os > >>2.3) > >> ... > -- gil I think it's the 2) step that Seymour is referring to: 2) Now copy (cp ?) to a FB80 file. Just use ftp with 'quote site' commands. e.g. ftp ho

Re: Creating tar file for use on Linux

2019-05-03 Thread Don Poitras
) Don???t expect a fix. > Use sftp using binary transfer and your life will be better (not perfect, > there are code pages 1047, 37, ??? > Matt Hogstrom > m...@hogstrom.org > +1-919-656-0564 > PGP Key: 0x90ECB270 > ???It may be cognitive, but, it ain???t intuitive." > ???

Re: Creating tar file for use on Linux

2019-05-03 Thread Don Poitras
In article you wrote: > On 5/3/19 1:00 PM, Don Poitras wrote: > > z/OS scp is BAD. There's no way to tell it to do binary without doing > > something like Paul's piping conniptions. > Many will tell you that scp itself is not-good and that you should use > sftp instead.

Re: Creating tar file for use on Linux

2019-05-03 Thread Don Poitras
rect assumption. Thanks all for > the help. > Neale z/OS scp is BAD. There's no way to tell it to do binary without doing something like Paul's piping conniptions. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637

Re: Creating tar file for use on Linux

2019-05-03 Thread Don Poitras
I extract a tar file on z/OS, I do the same kind of thing. e.g. tar -xvof a.tar If I don't do that, the sender's UID is set and I can't delete the files and I have to get someone with root to delete them. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.co

Re: Bigotry against mixed case was Re: Upper case for ISPF and SDSF

2019-05-01 Thread Don Poitras
Cat > CAT > ... Note that "CAMEL" comes after "Camel" but before "canary". So you can't > simply say either that Aa. > But would you argue that computers should scorn English lexical conv

Re: Setting up GMAIL as outbound mail server on z/OS

2019-04-10 Thread Don Poitras
tials ? You don't want to add the gmail cert to RACF, you just need the CA cert to validate it. See (this is for SMP/E, but I think also applies to your problem): https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.z

Re: Setting up GMAIL as outbound mail server on z/OS

2019-04-08 Thread Don Poitras
In article you wrote: > On 4/8/19 11:59 AM, Don Poitras wrote: > > Well, it sounds like Google requires TLS. I don't see how CSSMTP is going > > to validate Google's cert if all he has in his RACF is self-signed certs. > I think the crux is "all he has in his RACF is se

Re: Setting up GMAIL as outbound mail server on z/OS

2019-04-08 Thread Don Poitras
from Firefox or getting from some 3rd party is something I don't know. I don't even play a sysprog on TV. :) -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 --

Re: Setting up GMAIL as outbound mail server on z/OS

2019-04-08 Thread Don Poitras
In article you wrote: > On 4/8/19 5:03 AM, Don Poitras wrote: > > Here's what Google says (or so says digicert): > > > > https://www.digicert.com/ssl-support/gmail-pop3-troubleshooting.htm > > > > "you need to purchase and install one from a trusted CA like

Re: Setting up GMAIL as outbound mail server on z/OS

2019-04-08 Thread Don Poitras
ert): https://www.digicert.com/ssl-support/gmail-pop3-troubleshooting.htm "you need to purchase and install one from a trusted CA like DigiCert®" You'll get better results if you email to the listserv rather than using the newsgroup. See the info below my sig below for instructions. -- Don Poi

Re: Setting up GMAIL as outbound mail server on z/OS

2019-04-08 Thread Don Poitras
.ibm.zos.v2r3.gska100/sssl2msg1000885.htm 8 - Certificate validation error. Set the gsk env variables to capture a trace and run again. Then run the trace output through the gsktrace utility. https://www.ibm.com/support/knowledgecenter/en/SSB27U_6.4.0/com.ibm.zvm.v640.kijl0/kijl049.htm -- Don Poit

Re: AMODE 32

2019-04-04 Thread Don Poitras
ably spend dollars doing it. I doubt much has changed since then to improve your chances. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513

Re: IARST64 in addrr

2019-03-13 Thread Don Poitras
. > > > > > >> -----Original Message- > >> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > >> Behalf Of Don Poitras > >> Sent: 13 March, 2019 16:16 > >> To: IBM-MAIN@LISTSERV.UA.EDU > >> Subject: Re: IARS

Re: IARST64 in addrr

2019-03-13 Thread Don Poitras
> On Wed, 13 Mar 2019 09:29:56 -0400, Don Poitras wrote: > >> On Wed, 13 Mar 2019 08:00:14 -0400, Joseph Reichman wrote: User-Agent: tin/2.4.2-20171224 ("Lochhead") (UNIX) (NetBSD/7.1.2 (amd64)) Again, I'm just guessing. If the storage isn't there and I obtain it, then I'm

Re: IARST64 in addrr

2019-03-13 Thread Don Poitras
like the sort of thing people would do before name/token came along. It lets code bootstrap it's way to finding a common control block. I used to support code that used ENQ to do that. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com

Re: What was that link again for IBMLINK?

2019-02-28 Thread Don Poitras
ey find the following in the IBM website? > > > > SIS > > APARS > > > > Thanks > > > > > > Lizette Koehler -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 ---

Re: IPCS ADPLSEQS

2019-02-05 Thread Don Poitras
these days it seems like we're losing more than I can keep track of. He was always helpful when I had some question about IPCS and the voodoo that surrounded it. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas..

Re: IPCS ADPLSEQS

2019-02-05 Thread Don Poitras
orum and if you open an SR, that's who I'd ask it get forwarded to. In this particular case though, did you set the BLSRXSSP field to say that you wanted ABITS(64)? EQU BIT2 BLSRESSY structures should be returned in ABITS(64) format -- Don P

Re: IPCS ADPLSEQS

2019-02-04 Thread Don Poitras
nt way than BLSRESSY codes it. It looks as though you'd have to modify BLSSRESSY and code BLSRDATS like: BLSRDATS ZZZASTDS,DSECT=NO -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 -

Re: External dsect

2019-01-30 Thread Don Poitras
ically by your code. > Peter Relson > z/OS Core Technology Design -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 -- For IBM-MA

Re: 64-bit C code fetching IGGCSI00

2018-12-18 Thread Don Poitras
AM64 before trying to restore registers. > -- > Tom Marchant The XPLINK asm macros will take care of all that stack bookkeeping. See doc on EDCXPRLG and EDCXEPLG. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637

Re: 64-bit C code fetching IGGCSI00

2018-12-18 Thread Don Poitras
all the parms (and anything the parms point to) below the bar and then SAM31/BASR/SAM64. If the API expects R13 to point to a save area, then you need to set that up too. You won't be using XPLINK parms, so setup the R1 parm area as well. Make sure to save and restore all the caller registers. -- Do

Re: Thanks For All the Fish

2018-12-12 Thread Don Poitras
un (smile), so: > Thanks, folks. > All the best, everyone. > -- > John Eells > IBM Poughkeepsie > ee...@us.ibm.com (for a couple more days) -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.c

Re: Batch FTP suddenly broken - could it be due to the new server certificate

2018-11-18 Thread Don Poitras
d professional assistance appreciated as always. You could try having FTPDATA say "SECURE_FTP ALLOWED". I suppose if that doesn't work you could always do the work to get the certificate in your keyring. See: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v

Re: System level coding examples

2018-11-16 Thread Don Poitras
> Generic WTO driver. Invoked with a linkage area describing the WTO > identifier, and a series of parameters. The program searches the message > table for an identifier match and replaces the symbolic keywords with linkage > parameters passed by the caller. -- Don Poitras - SAS Develo

Re: (fwd) How to use gskssl in CICS Environment ?

2018-11-14 Thread Don Poitras
bout that DD. Now if I could just forget CEDA, CEDF, CEMT, CSSF, CSSL etc. :) -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 --

Re: (fwd) How to use gskssl in CICS Environment ?

2018-11-12 Thread Don Poitras
TSERV.UA.EDU, not the newsgroup to reach > > a wider audience. > > > > I haven't done this on CICS, but I see from the doc that it's doable. I'd > > look to see if SYS1.SIEALNKE is in your link list and if so, does it contain > > GSKSSL? The error just looks as if t

(fwd) How to use gskssl in CICS Environment ?

2018-11-08 Thread Don Poitras
= =20 CEE3501S The module GSKSSL was not found.= =20 =20 I don't know how I can fix this. Has anybody experiences using GSKSSL in CI= CS ? Any hints appreciated. -- end of forwarded message -- -- Don Poitras - SAS Development

Re: Is there a utility or command that will show load module characteristics?

2018-11-01 Thread Don Poitras
er > to do. Few vendor products available in my datacenter. > Charles -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 -- For I

Re: Help with diagnosing S0C4-03B

2018-10-31 Thread Don Poitras
: How do I interpret that PSW display in light of an ABEND that is > specific to AMODE 64? Any clues as to how I might diagnose this? > Charles -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27

Re: SCP of file to USS from Mac is corrupted

2018-10-18 Thread Don Poitras
ssh config > > > > Anyone else seen this issue and have a suggestion? -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 -- F

Re: SAS 6.09

2018-10-18 Thread Don Poitras
joking', but is > anyone using SAS 6.09 on z/OS 2.3? > Yes, I know SAS 6./09 has been out of support for 17 years ... our customer > never got round to upgrading and is now getting occasional 0C4 abends since > the upgrade to z/OS 2.3. > Paul -- Don Poitras - SAS Development

Re: Fwd: What! Mainframers hate mainframes??

2018-10-14 Thread Don Poitras
't think KVM is anywhere near as good as z/VM, but at least you avoid the learning curve. -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive sas...@sas.com (919) 531-5637Cary, NC 27513 -

Re: DFSMS dates, names, numbers and references for wiki

2018-08-17 Thread Don Poitras
.. products, on > > > > > > Announcement dates > > > Product names and numbers > > > Manuals, preferably online > > > > > > Also, if anybody is interested in collaborating on the writing, I'd > > > welcome it. Thanks. > > &g

Re: "Library Server" Access Now "Forbidden"?

2018-08-16 Thread Don Poitras
on for z/OS 1.x only > >>> existed in > >>> BKM format (there were no PDF's available). > >>> > >>> How are those people going to get the necessary information? > >>> > >> > >> good question. I am glad that I am a pack rat. I ha

Re: "Library Server" Access Now "Forbidden"?

2018-08-15 Thread Don Poitras
going away? > > > Must be fixed. I just went to the above with no problems. 12:09 UTC (7:09 > a.m. US Central). > -- > Between infinite and short there is a big difference. -- G.H. Gonnet > Maranatha! <>< > John McKown FSVO "fixed". If you click on one of the book

Re: S0C6 in CSRC4RG1

2018-07-17 Thread Don Poitras
to have you been lucky? I guess so. You didn't show how you obtained > > the extent area. Depending on size, some flavors of getmain will naturally > > land on a page boundary. But others won't and would then have the default > > of doubleword alignment. > > > > Peter R

Re: Friday - off topic - human factors and TN3270

2018-07-07 Thread Don Poitras
driver drives over those power cables? ;-) > > > > Thanks Kenneth for bringing a great smile! ;-) > > > > Please keep up posting on IBM-MAIN! ;-) > > > > Groete / Greetings > > Elardus Engelbrecht > -- > zMan -- "I've got a mainframe and I'm n

  1   2   3   >