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.
F. 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-MAIN subs

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.
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.
wing 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 port... Thanks

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.
), 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 best

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.
, 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 access instructions, send email to lists

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.
union all select col1, col2, col3, 'source 3' as source_tbl from table3 where something ) as cols group by col1, col2, col3 ; This of course supposes that the source-table-identifying values you assign in the different

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...@

Batch job elapsed time baseline and alerts

2022-02-11 Thread Jantje.
... 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 instruct

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 traffic. :-

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,MSGCLASS=X, //

Re: z/OS LDAP Server

2021-03-24 Thread Jantje.
atly 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.
code iso. 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.
way with 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.
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.
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 tries to get th

Re: IHS NTLM authentication

2020-07-13 Thread Jantje.
>for z/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 suggest

Re: IHS NTLM authentication

2020-07-10 Thread Jantje.
rtment, 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 / ar

Re: IHS NTLM authentication

2020-07-10 Thread Jantje.
I need 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.
equire 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 suggestions. At the very leas

Re: IHS NTLM authentication

2020-07-07 Thread Jantje.
er doubt if I can 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.
for an 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.
leared 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.
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. Cheers

Re: Ftp batch accessing desktop

2020-01-07 Thread Jantje.
UT 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 with the message:

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.
ram, 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.
o 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 definitions, though

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.ua.edu

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.
ned 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. Thanks and very best rega

Re: Ftp - no translation but add CRLF

2018-07-30 Thread Jantje.
t 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 and 2 ?

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

2018-07-06 Thread Jantje.
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.
ob. 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.
n the recent 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 em

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.
n substitute a / for the . 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 the message

Re: Using system symbols in JCL IF statement

2018-05-16 Thread Jantje.
T (¬) operators Relational-expression 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. ---

Re: Using system symbols in JCL IF statement

2018-05-15 Thread Jantje.
se a numeric value in your symbol… 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-11 Thread Jantje.
On Wed, 11 Apr 2018 05:58:47 -0500, Jantje. <jan.moeyers...@gfi.be> wrote: >On Tue, 10 Apr 2018 09:25:42 -0400, zMan <zedgarhoo...@gmail.com> wrote: > >>Well...not sure how you searched, but "rexx maximum arguments" finds it >>pretty quickly, albeit not a

Re: Many arguments to a Rexx function call

2018-04-11 Thread Jantje.
) > I should have used Google from the start... 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.
oked function. 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.
ted and failing. 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.
ll >When you 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

Re: Many arguments to a Rexx function call

2018-04-10 Thread Jantje.
at confirms this. I swear: 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.
m at all. 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

Re: Many arguments to a Rexx function call

2018-04-09 Thread Jantje.
> Actually, 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 / archiv

Re: Many arguments to a Rexx function call

2018-04-09 Thread Jantje.
NAME,UNIQUE) IRX0040I Error 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.
NAME,UNIQUE) IRX0040I Error running 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.
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 a function? Thanks and very best regards, Jantje

Re: FW: Linux (zLinux) on zSeries

2018-03-26 Thread Jantje.
fied a file instead of 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 inst

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

2018-02-28 Thread Jantje.
xplorer (use version 7 or 8, it will 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. --

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

2018-02-09 Thread Jantje.
ocket, you saved me days of tinkering... 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 HTTP Server powered by Apache - Rexx, trace and stderr

2018-02-06 Thread Jantje.
dup2 (stdout) 1" A lot of hassle. 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-MAI

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 <gada...@charter.net> 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.
suggest you use dynamic allocation 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...@

Re: COBOL source code quality check for performance

2018-01-26 Thread Jantje.
ing program and sample it'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.
a some other means 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.
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.
hed down the drain... Sorry if I sound negative, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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

2017-08-23 Thread Jantje.
data on Maybe have your programmer 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 / si

Re: Help with invalid XML code issue

2017-06-14 Thread Jantje.
it in binary mode (no conversion 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.
eed, that is the one I am seeing. Thanks to you both, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Migration of Mainframe to other plat form.

2017-05-05 Thread Jantje.
second response time that is required 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. -- F

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

2017-05-03 Thread Jantje.
and 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 / signoff / arch

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

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

Re: Force uninstall of CISCO Anyconnect VPN Client

2017-03-10 Thread Jantje.
taller doing a rather thorough job on getting 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 / signo

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

Re: SFTP on z/OS

2017-02-03 Thread Jantje.
is MS that installed that certificate in my browser. (s/MS/Google/g for Chrome...) Cheers, Jantje. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

  1   2   >