Re: unix commands in batch and su

2023-06-16 Thread Jantje.
On Tue, 13 Jun 2023 16:42:05 -0500, Kirk Wolf wrote: >FYI, with Co:Z Batch instead of BPXBATCH, you just provide STDIN input to the >shell like you would from a terminal. +1[*] for Co:Z Batch Jantje. [*] Well, make that 1.000.000. It is so much better than any of the IBM ways of

Re: zHPF gotcha's ?

2023-04-17 Thread Jantje.
ention zHPF. FIXCAT >IBM.Function.zHighPerformanceFICON would be something to check. > Thanks, Mark, that is useful information. Did you activate zHPF one LPAR at a time or in a big bang for all LPARs in the sysplex? Thanks, Jantje. -- For IBM

Re: zHPF gotcha's ?

2023-04-14 Thread Jantje.
have zHPF already activated before I see its activity in the SMF73. And if activating will cause havoc, I will be hang out to dry... Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

zHPF gotcha's ?

2023-04-14 Thread Jantje.
s and very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Simple C language dynamic CALL's?

2023-03-20 Thread Jantje.
On Sun, 19 Mar 2023 20:01:30 +, Farley, Peter wrote: >Or is there a simpler (non-DLL) way to set up single-procedure dynamically >called subroutines in C? > Did you look at the pragma linkage options ? Cheers

Re: Tcpip ports

2023-01-27 Thread Jantje.
Does the job for me... Thanks, Dave! Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Is there a TCPTRACEROUTE equivalent for z/OS ?

2022-10-25 Thread Jantje.
owing through the network. Correct me if I am wrong... Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Is there a TCPTRACEROUTE equivalent for z/OS ?

2022-10-25 Thread Jantje.
On Fri, 21 Oct 2022 15:56:31 -0500, Mike Schwab wrote: >Here's the source for Linux https://github.com/mct/tcptraceroute >Here's the source for Win32 https://github.com/0xcafed00d/tracetcp > I'd hoped someone would already have done the

Re: Is there a TCPTRACEROUTE equivalent for z/OS ?

2022-10-25 Thread Jantje.
On Fri, 21 Oct 2022 15:14:37 -0500, Mike Schwab wrote: >https://www.ibm.com/docs/en/zos/2.2.0?topic=traceroute-tso-tracerte-command-debug-network-problems > UDP but you specify the port. I already found that, yes. But as you say: UDP. I need TCP... Cheers,

Is there a TCPTRACEROUTE equivalent for z/OS ?

2022-10-21 Thread Jantje.
on the esteemed body of knowledge that is supporting this list: would any of you know of a utility/command/script that enables one to test a route using the TCP protocol? Thanks and very best regards, Jantje. -- For IBM-MAIN

Re: What is the preferred way of starting PAGENT

2022-09-19 Thread Jantje.
olicy), we can still start new TN3270 connections. We did specify NOPURGE NOFLUSH... Still we would have a far more warm and comfy feeling if PAGENT would remain up, being restarted whenever it stops unscheduled... Any recommendations? Cheers, Jantje. >> >> Thanks and very

Re: What is the preferred way of starting PAGENT

2022-09-16 Thread Jantje.
the PAGENT should remain up? Any comments welcome. Thanks and very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

What is the preferred way of starting PAGENT

2022-09-16 Thread Jantje.
ite fine. So, what is the best practice, please? Thanks and very best regards, Jantje. P.S. We have System Automation and can use that for starting and stopping if needed. -- For IBM-MAIN subscribe / signoff / archive

Re: I knew Cobol 6.3 takes more resources to compile than 4.2 but should I be concerned about how much?

2022-04-19 Thread Jantje.
xecution time. > 2 seconds to 23-31 minutes is insane. > Yes, but I think that is because of paging kicking in, I guess. Is there not more physical storage available so as to avoid paging? Cheers, Jantje. -- For IBM

Re: DB2: Combining result sets

2022-04-19 Thread Jantje.
2' as source_tbl from table2 where something union all select col1, col2, col3, 'source 3' as source_tbl from table3 where something ) as cols group by col1, col2, col3 ; Thi

Re: Passwordless login omvs

2022-03-15 Thread Jantje.
will find some message indicating what is wrong. How to fix it? You will want to read some documentation en GIYF. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.

Batch job elapsed time baseline and alerts

2022-02-11 Thread Jantje.
afraid... And we're short of MSU's... Any suggestions? Thanks and very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: IHS Apache - authentication via LDAP

2021-10-22 Thread Jantje.
ge-saf-password Hope this helps. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: C signal() and abends not being signaled

2021-10-22 Thread Jantje.
handler does indeed resume processing after the instruction that caused the abend. No need jumping through neither SPIE nor STAE hoops. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, sen

C signal() and abends not being signaled

2021-10-19 Thread Jantje.
to no avail. For what it is worth: I do see the following LE options: ABPERC(NONE) ABTERMENC(ABEND) DEBUG POSIX(OFF) NOTEST(ALL,"*","PROMPT","INSPPREF") TRAP(ON,SPIE) So, what do I need to do to actually trap that abend

Re: How to stack large instream data inside BPXBATCH

2021-10-19 Thread Jantje.
On Mon, 18 Oct 2021 15:17:22 -0400, Billy Ashton wrote: >Hi again...is there a way to run a single BPXBATCH JCL member that Can I suggest you move to COZBATCH? So much simpler to use and far better functionality IMHO. Cheers, Jan

Re: Passing user/pw in to BPXBATCH SFTP

2021-10-11 Thread Jantje.
Co:ZBatch, Co:Z sftp and passwordless authentication (using ssh keys) have done it very well for me. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Re: FTP-Links in IBM Websites and PTFs

2021-04-16 Thread Jantje.
On Thu, 15 Apr 2021 12:03:38 +0200, Radoslaw Skorupka wrote: >While I agree ftp links should be changed to https, I would remind a >browser is not necessary to use ftp, it's really easy to circumvent it. > No, it is not. Not when the corporate firewall blocks FTP traffi

Re: Anyone have SFTP JCL to share?

2021-04-16 Thread Jantje.
PX batch job that will send a file to CA or Broadcom from the z/OS >file without having to first copy the file to my Unix filesystem. > Co:Z saved my b.t many times over... •• PROTECTED 関係者外秘 //myuserF JOB 'Jantje','SFTP', // MSGLEVEL=(1,1),CLASS=C,MSG

Re: z/OS LDAP Server

2021-03-24 Thread Jantje.
appreciated Be weary when they come along and ask you for a technical user ID with SPECIAL... They want to play God in your mainframe... Cheers, Jantje. P.S. You can use LDAP Admin hhtp://www.ldapadmin.org to test the LDAP access into your RACF.

Re: Actual signs set by the DP (divide decimal) instruction

2021-01-20 Thread Jantje.
o. of the results. Someone could perhaps run the program on real iron... Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: CICS and COBOL DISPLAY UPON CONSOLE

2021-01-15 Thread Jantje.
On Thu, 14 Jan 2021 17:55:39 +, Frank Swarbrick wrote: >I just accidentally did a DISPLAY UPON CONSOLE statement in a CICS program I would recommend using E C WRITE OPEARTOR if you really need to talk through the console. Cheers, Jan

Re: JCL to tar USS directory

2021-01-15 Thread Jantje.
ith Dovetail, except as a very happy user of their excellent stuff. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: How debug convoluted #ifdef logic/how get __opendir2() defined

2020-12-07 Thread Jantje.
etter solution. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Checksum/Md5 file

2020-10-19 Thread Jantje.
(Exception e) { e.printStackTrace(); } } } Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: TN3270E TNPROFx question

2020-09-28 Thread Jantje.
ENDVTAM Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: FSUM7351 Not Found for -Xshareclasses

2020-08-03 Thread Jantje.
and again. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Transport of choice for sending data to IBM's ECuRep

2020-07-20 Thread Jantje.
s is NOT the account you use to manage your service requests. It is an account you have to request specifically to transfer stuff to eCuReP. 3) The PMR number must be the right number for your case. The case must be active. This works for me in batch. Cheers, Jantje. P.S. It did take me about 20

Re: IHS NTLM authentication

2020-07-13 Thread Jantje.
OS into that. Any options there? There is indeed a coupling from the HR management system into RACF. And I know somewhere there are client certificates in AD. It is worth digging into that, indeed. Thanks for the suggestion. Jantje. --

Re: IHS NTLM authentication

2020-07-10 Thread Jantje.
department, unfortunately. > >Especially if the answer is "more than a few," how about using the z/OS >PKI Services? If it were me, yes, we would go for that. But... Cheers, Jantje. -- For IBM-MAIN subscribe / signoff

Re: IHS NTLM authentication

2020-07-10 Thread Jantje.
eed to authenticate (and authorize) against RACF, not AD... Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: IHS NTLM authentication

2020-07-08 Thread Jantje.
, OAuth 2.0 would require either a >custom, additional module or an authenticating proxy arrangement of some >kind. I don't know that one. But does look as a lot of hassle for something where basic authentication over HTTPS is all I really need. Thanks for the

Re: IHS NTLM authentication

2020-07-07 Thread Jantje.
get z/OS help over there... > >The motivation might be annoying. It is. Thanks and very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

IHS NTLM authentication

2020-07-06 Thread Jantje.
alternative. Thanks and very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: MQ question

2020-04-15 Thread Jantje.
ed with the CLEAR QLOCAL() Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: JES2 - stopping users from sending output to specific outputclass

2020-03-03 Thread Jantje.
>unaware if ACF2 security can limit this through a security definition. The >other option is a possible exit. Ask Google about JESSPOOL ACF2 Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access ins

Re: Rexx or similar to clone a RACF user?

2020-01-20 Thread Jantje.
ccess to group profiles only. I have found the IEERID00 utility very useful in investigating what permissions and other stuff a given user has. It produces CLIST that lets you delete the user ID and all related. I found those CLISTs (with some editing, of course!) handy. C

Re: Ftp batch accessing desktop

2020-01-07 Thread Jantje.
UT=* //INPUT DD * binary cd /your/server/dir get serverfile 'YOUR.MAINFRAM.DATASET(DATAMBR) quit Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu wi

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-11 Thread Jantje.
the right >place. > Settings/Preferences… Editing Vertical Edge Settings Show Vertical Edge Line mode Number of columns 72 It does not change the colour, but it does draw a line. Cheers, Jantje. -- For IBM-MAIN subs

Re: Submitting batch if you don't have TSO

2019-09-10 Thread Jantje.
mbler program, you spoke about). Very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: zOS GENCERT

2019-08-30 Thread Jantje.
s.v2r2.icha400/le-export.htm Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Question about batch programs using EXCI in a parallel Sysplex

2019-03-08 Thread Jantje.
to send the work to the region running >in the other LPAR? I just ran a quick test and was able to see the effect of an EXCI batch running on one LPAR in the CICS running on another. Don't know what the requirements are in terms of MRO and/or VTAM definition

Re: Question about batch programs using EXCI in a parallel Sysplex

2019-03-08 Thread Jantje.
I think you'll want to ask this question in the CICS list. https://listserv.uga.edu/cgi-bin/wa?A0=CICS-L Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.u

Re: Do I need to copy a mainframe flat file to OMVS, before I access the data from a JAVA program?

2019-01-11 Thread Jantje.
ZFile class. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: end-to-end visibility of mainframe performance

2018-11-27 Thread Jantje.
True Sight / BMC CAZe Wow, all that together… wish we had half of that. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Checksum or hashing

2018-11-26 Thread Jantje.
On Wed, 21 Nov 2018 04:21:10 -0600, Jantje. wrote: >Attached is a little Java program I did years ago for exactly that purpose. It >uses the excellent jzos for reading just about any type of dataset or file. > So far for attachments... Here is the code: package com.tme.mainframemove

Re: Checksum or hashing

2018-11-21 Thread Jantje.
I used way back when... Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: The story of why Chrome and Firefox will soon block sites with certain SSL certificates

2018-09-11 Thread Jantje.
ich CA signed your new certificate, please? I am having trouble using mine: it seems to be signed by some intermediate CA, not the 'Equifax Secure CA' that is announced in the book. And I am missing that intermediate certificate. Thank

Re: Ftp - no translation but add CRLF

2018-07-30 Thread Jantje.
if you build a custom translation table that translates each code point onto itself? You can then use ASCII mode (which should add the CRLF), specifying your 1-to-1 translation table (which should actually not translate anything).

Re: Linklist and APF

2018-07-06 Thread Jantje.
On Thu, 5 Jul 2018 17:18:24 +0200, R.S. wrote: > >The job works when all 3 libraries are in steplib concatenation. When I >remove LIB1 and LIB2 it doesn't work. Maybe there is a same-name-different-content module in one of the other libs in linklist before lib1 an

Re: IBM i as JCL replacement (was: Rexx as JCL replacement)

2018-07-06 Thread Jantje.
your CL source... or onto your command line for that matter. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: IBM i as JCL replacement (was: Rexx as JCL replacement)

2018-07-06 Thread Jantje.
r that particular job. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: IBM i as JCL replacement (was: Rexx as JCL replacement)

2018-07-06 Thread Jantje.
t versions of the OS, there are numerous API's available to call from CL, COBOL, C, even Java, that do almost everything and anything. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Re: 7-digit Job IDs

2018-07-02 Thread Jantje.
On Sat, 30 Jun 2018 06:27:59 -0700, Charles Mills wrote: >A search of Google for seven-digit jobs leads to headhunter sites. > I am sure you deserve a seven-digit salary -- but are not getting it :-( Try adding site:ibm.com to your Googling. Cheers,

Re: IOEZ00793E Error=111 reason=EF016015 received while attempting to convert directory / to version 5 format

2018-06-29 Thread Jantje.
levant information: what operation exactly was attempted on which object, and what was the expected and the actual obtained result? I mean, when you write that IF statement to test that return code, you know what is happening (and what is going wrong...), so, please, TEL

Re: IOEZ00793E Error=111 reason=EF016015 received while attempting to convert directory / to version 5 format

2018-06-29 Thread Jantje.
On Wed, 27 Jun 2018 12:11:55 -0400, Tom Conley wrote: > >TSO BPXMTEXT EF016015. THANK YOU!! This is useful. Why is this not mentioned in the book, one wonders... Jantje. -- For IBM-MAIN subscribe / signoff / a

IOEZ00793E Error=111 reason=EF016015 received while attempting to convert directory / to version 5 format

2018-06-27 Thread Jantje.
. Severity svc_c_sev_error Administrator Response Correct the error and try again. OK, great. :-( what is the error??? Thanks and very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions

Re: How to move to zFS V5 - painlessly

2018-06-13 Thread Jantje.
On Wed, 13 Jun 2018 09:37:18 -0500, Jantje. wrote: > >find . -type d -exec zfsadm convert -path {} \; > >comes pretty darn close. O, if anyone has a suggestion on how to get the not-mounted-automount file systems (those are missed by the find command, because they are not mounted

Re: How to move to zFS V5 - painlessly

2018-06-13 Thread Jantje.
he . in the above command. Very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Stack Exchange mainframe proposal

2018-06-06 Thread Jantje.
I'll stick with IBMMAIN-L if you don't mind. Have already too many subscriptions as it is... Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with t

Re: Using system symbols in JCL IF statement

2018-05-16 Thread Jantje.
xpression keywords Numeric values I did the test, comparing a symbol (that has a numeric value assigned to it) to a constant numeric value and it works just fine. No RC in my test. Cheers, Jantje. -- For IBM-MAIN subscribe

Re: Using system symbols in JCL IF statement

2018-05-15 Thread Jantje.
On Mon, 14 May 2018 13:56:42 +0300, Binyamin Dissen wrote: >IF does not support string comparisons. > >What you can do is add a step that generates a return code based on the symbol >value and use that return code in an IF statement. Or just use a numeric value in your symb

Re: Many arguments to a Rexx function call

2018-04-11 Thread Jantje.
On Wed, 11 Apr 2018 05:58:47 -0500, Jantje. wrote: >On Tue, 10 Apr 2018 09:25:42 -0400, zMan wrote: > >>Well...not sure how you searched, but "rexx maximum arguments" finds it >>pretty quickly, albeit not as fast as "rexx 20 arguments" (of course, once >

Re: Many arguments to a Rexx function call

2018-04-11 Thread Jantje.
On Tue, 10 Apr 2018 09:25:42 -0400, zMan wrote: >Well...not sure how you searched, but "rexx maximum arguments" finds it >pretty quickly, albeit not as fast as "rexx 20 arguments" (of course, once >you know the answer already...) > I should have used

Re: Many arguments to a Rexx function call

2018-04-10 Thread Jantje.
That does the trick. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Many arguments to a Rexx function call

2018-04-10 Thread Jantje.
On Mon, 9 Apr 2018 16:40:22 -0400, Phil Smith III wrote: >Eh? You invoke ALERTSN. But do so apparently incorrectly. Actually, I try to invoke ALERTSN, but it does not get invoked. > >What does TRACE I show? Exactly that: it shows the invocation being tempted and failing. Cheers

Re: Many arguments to a Rexx function call

2018-04-10 Thread Jantje.
invoke a REXX exec using either the CALL instruction or a > REXX function >call, you can pass up to 20 arguments to an exec. Each argument must be >separated by a comma. > Thanks, Gil, for that pointer. How come I missed that? Jantje. P.S. A more to-the-point error me

Re: Many arguments to a Rexx function call

2018-04-10 Thread Jantje.
I have searched for it... Thanks and very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Many arguments to a Rexx function call

2018-04-09 Thread Jantje.
Well... ALERTSN is not seeing any of it. The error message is emitted while ALERTSNB is in control. ALERTSN is never invoked. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Many arguments to a Rexx function call

2018-04-09 Thread Jantje.
I ought to know. I will subscribe there and ask the question again if this esteemed body of mainframe specialist would not come up with an answer (I am sure they will...) Jantje. -- For IBM-MAIN subscribe / signoff / archive access

Re: Many arguments to a Rexx function call

2018-04-09 Thread Jantje.
rror running ALERTSNB, line 87: Incorrect call to routine Thanks for the suggestion anyway, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Many arguments to a Rexx function call

2018-04-06 Thread Jantje.
ing ALERTSNB, line 87: Incorrect call to routine Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Many arguments to a Rexx function call

2018-04-06 Thread Jantje.
IQUE) 59 +++ interpret LongInstr IRX0040I Error running ALERTSNB, line 59: Incorrect call to routine It's Friday afternoon and I have a headache... To all you Rexx experts, please, how does one go about passing many arguments to

Re: FW: Linux (zLinux) on zSeries

2018-03-26 Thread Jantje.
the directory. I suggest you go over the parameters again; there is probably a field in which you have entered too much data. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@

Re: MQ series - "view" the messages in a QUEUE?

2018-02-28 Thread Jantje.
connect to your version 6 QM) on your workstation. That way, you can look at all MQ objects and messages. MQGem has MQEdit CapitalWare has MQ Visual Edit Very best regards, Jantje. -- For IBM-MAIN subscribe / signoff

Re: REXX say 'location:https://... in a batch job

2018-02-09 Thread Jantje.
g REXX Sockets. Not necessarily. Using curl in a Unix shell script (which you can call through bpxwunix) it becomes a lot easier. The people at Rocket Software did an excellent job on porting curl (and other Unix utilities) to zOS. Works like a charm. Thanks Rocket, you saved me days o

Re: IBM HTTP Server powered by Apache - Rexx, trace and stderr

2018-02-06 Thread Jantje.
But I guess there is not much of an alternative... >RFE? Yes, please. Thanks for the suggestion; I'll go back to the drawing board now and see what comes out. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / a

IBM HTTP Server powered by Apache - Rexx, trace and stderr

2018-02-05 Thread Jantje.
output to stderr instead of stdout? Google usually is my friend, but on this occasion it did not bring up anything useful, I am afraid... Thanks and very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive

Re: Problem with JCL

2018-02-05 Thread Jantje.
On Wed, 31 Jan 2018 05:05:45 -0800, Gerhard Adam wrote: >Sorry, but how is this not just a standard condition code test? > Because the devil is in the details... OP said: "including the DSN allocations"

Re: Problem with JCL

2018-01-31 Thread Jantje.
llocation for that? I don't think there is any other way of achieving your requirement. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the mes

Re: COBOL source code quality check for performance

2018-01-26 Thread Jantje.
7;s CPU usage. How would they help in analyzing the _source_ code? Thanks, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

IBM HTTP Server powered by Apache reading TCPIP PARMLIB. Why?

2017-12-08 Thread Jantje.
, especially because I chose that one in order to restrict access as much as possible so as to mitigate any risk of accidentally disclosing files. Thanks and very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access

Re: IBM HTTP Server powered by Apache - very erratic responding to modify and stop commands

2017-12-06 Thread Jantje.
of communication? Thanks and very best regards, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: IBM HTTP Server powered by Apache - very erratic responding to modify and stop commands

2017-12-06 Thread Jantje.
Sorry, forgot to mention: IBM_HTTP_Server/9.0.0.4 (Unix) on z/OS 2.2 Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

IBM HTTP Server powered by Apache - very erratic responding to modify and stop commands

2017-12-06 Thread Jantje.
Am I entitled to a PMR? Thanks and very best regards, Jantje. P.S. I tried my friend Google, with various combinations of the words stop, erratic, modify, not stopping, etc. and of course "IBM HTTP Server powerd by Apache". All to no avail. A search in the archives of this esteeme

Re: SAS - DB2 conversion to Java

2017-11-24 Thread Jantje.
packed, COMP data elements. >B. Can read SAS code and give us some basic converted Java code >C. Will be good if the tool can convert DB2I calls to JDBC calls > I can see another of these 2-year/USD2mio projects coming, that, after 5 years and USD 12mio gets washed down the drain... Sorry i

Re: thought on data integration: Using MS Excel & MQSeries to get data from z/OS.

2017-08-23 Thread Jantje.
consider http://www.mqgem.com/qload.html I'am sure a VBA wizard can easily drive this program to get and put the messages on the Excel end. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: Help with invalid XML code issue

2017-06-14 Thread Jantje.
on to EBCDIC). Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: How is the name for UID=0 chosen in directory listing in Unix System Services

2017-05-05 Thread Jantje.
ale=en I will definitely like that improvement. >Prior to 2.3, the value shown will be the oldest user historically to have >been assigned UID(0). Which is to say, the first user ID displayed after >issuing: > >SEARCH CLASS(USER) UID(0) Indeed, that is the one I

Re: Migration of Mainframe to other plat form.

2017-05-05 Thread Jantje.
d to make the application viable... O, and that converted code is just as maintainable as the pseudo-assembler code the LIST option of your average COBOL compiler gives you. Cheers, Jantje. -- For IBM-MAIN subscribe /

How is the name for UID=0 chosen in directory listing in Unix System Services

2017-05-03 Thread Jantje.
very best regards, Jantje. P.S. The only potential "problem" I would like to solve is a cosmetic one, obviously. It would be nicer to show 'root' instead of a given userID. -- For IBM-MAIN subscribe / sign

Re: Adventures in JCL: PROCs, symbols and instream data

2017-05-02 Thread Jantje.
SET Q='''' //* //TEST PROC MESSAGE='Hello World' // SET MESSAGE=&Q.&MESSAGE.&Q Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Force uninstall of CISCO Anyconnect VPN Client

2017-03-10 Thread Jantje.
etting rid of the left-overs of an uncomplete uninstall. I have no link with them other than that I have used the free version of the software. Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions

Re: CA acquires Veracode.

2017-03-08 Thread Jantje.
Sincere condolences to the people at Veracode... Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: SFTP on z/OS

2017-02-06 Thread Jantje.
t only the keys are used; the certificate and its >signature are irrelevant.) OK, so then I need a trustworthy channel to get me the public key. Still an issue of trust, but a different one, I expect. Cheers, Jantje. -- For IBM-MA

  1   2   >