Re: calling a webservice using HTTPS from batch (and CICS)

2019-03-10 Thread Denis
ck to the endpoint. There will be no encryption internal to z/os from your application to the z/os tcpip stack. So ask for an AT-TLS configuration. Hope it helps,Denis. -Original Message- From: Bernd Oppolzer To: IBM-MAIN Sent: Sun, Mar 10, 2019 05:55 PM Subject: calling a webservice

Re: IMS/DLI Macros

2020-05-28 Thread Denis
IMSHLQ.SDFSMAC -Original Message- From: Neale Ferguson To: IBM-MAIN Sent: Thu, May 28, 2020 12:47 PM Subject: IMS/DLI Macros What maclib(s) would I find the macros used to generate DLI databases and screen definitions? Neale Ferguson ---

Re: Using bpxbatch to compress an MVS dataset

2019-06-30 Thread Denis
I wonder if the jar command of the Java SDK in z/OS creates gzip compatible jar files, which in Windows can be extracted/used by renaming Form .jar to .ZIP.I cannot remember if the jar compression uses ziip.Any file type can be added to a jar, but I have not tried dd names. -Original Messag

Re: Unzip on z/OS ?

2023-03-23 Thread Denis
If you have Java on z/OS, try the jar command.jar xf zipfile -Original Message- From: MARTIN, MIKE <04b29373b847-dmarc-requ...@listserv.ua.edu> To: IBM-MAIN@LISTSERV.UA.EDU Sent: Thu, Mar 23, 2023 3:33 pm Subject: Unzip on z/OS ? Hi all, (This seems like one of those easy answers to

Re: [EXT] Re: Invoke Java from Assembler

2023-07-12 Thread Denis
. Hope that helps,Denis. On Wednesday, July 12, 2023 at 02:40:08 PM GMT+2, Crawford Robert C (Contractor) <04e08f385650-dmarc-requ...@listserv.ua.edu> wrote: Thanks, Allan. Back in the 90's I used CEEPIPI to create a persistent C enclave I could call from Assembler because b

Re: Utility to Read from JES2 spool

2023-09-29 Thread Denis
print the output for a given job id and job dd https://www.ibm.com/docs/en/zoau/1.2.x?topic=reference-pjdd Those are unix commands, so you could write a script and run it with BPXBATCH and then copy or print to Dataset. Denis. On Friday, September 29, 2023 at 04:10:17 PM GMT+2, Roberto Halais

Re: CEE3512S / CSV034I

2023-11-09 Thread Denis
Hi Henri, if you google the reason code you find other entries that point to not enough region size. So try increasing the region size? Denis. On Thursday, November 9, 2023 at 10:31:52 PM GMT+1, Henri Kuiper wrote: Heya Fellow Mainframers, I'm trying to do some 'normal E

Re: GIT z/OS - ftp to mainframe - record length issue

2019-12-09 Thread Denis
to tailor it to suit your needs and do the same for EXEC.The -F lf is required because the records are x'25' delimited. The quote site did not work for me either, I also tried SBSENDEOL=LF, which did not work too. Hope it helps, Denis. -Original Message- From: Prashant Joshi3

Re: GIT z/OS - ftp to mainframe - record length issue

2019-12-10 Thread Denis
I was not precise enough, I did the git clone in the mac, but it lacks an FTP command line client, so the FTP was done from the Windows 10 in VMware Fusion sharing the macbooks directory. Denis. -Original Message- From: Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu&

Re: GIT z/OS - ftp to mainframe - record length issue

2019-12-10 Thread Denis
ed to allow for certificate bases authentication, but no luck so far or choose the wrong parameters. Denis. -Original Message- From: Andrew Rowley To: IBM-MAIN Sent: Mon, Dec 9, 2019 11:31 pm Subject: Re: GIT z/OS - ftp to mainframe - record length issue On 9/12/2019 11:29 pm, Denis

Re: Need Mainframe as a Service

2020-01-09 Thread Denis
SVA does that in Germany for other customers. https://www.sva.de/en/index.html I am neither employee nor associated with that company. -Original Message- From: Pranshu Singh To: IBM-MAIN Sent: Thu, Jan 9, 2020 1:52 pm Subject: Need Mainframe as a Service Hi All My customer is looking

Re: [External] Re: IBM AOAR O44855

2020-01-23 Thread Denis
numbers in the sample are configurable. I wonder if the apar disconnects the socket after a false attempt? Denis. -Original Message- From: Pommier, Rex To: IBM-MAIN Sent: Thu, Jan 23, 2020 4:31 pm Subject: Re: [External] Re: IBM AOAR O44855 On 1/23/2020 9:32 AM, Peter Vander Woude wrote

Re: S0F9 and SOFD ABENDs and SVC dumps - oh my!

2020-04-29 Thread Denis
routines, sounds awkward?! My two cents, Denis. -Original Message- From: Martin Packer To: IBM-MAIN Sent: Wed, Apr 29, 2020 9:45 am Subject: Re: S0F9 and SOFD ABENDs and SVC dumps - oh my! As much to the point, why does this need to be 24-bit LSQA? Cheers, Martin Martin Packer

Re: S0F9 and SOFD ABENDs and SVC dumps - oh my!

2020-04-29 Thread Denis
compatibility for old modules, etc. Thanks, Denis. -Original Message- From: Barbara Nitz To: IBM-MAIN Sent: Wed, Apr 29, 2020 10:26 am Subject: Re: S0F9 and SOFD ABENDs and SVC dumps - oh my! >We had a similar issue in IMS regions, stalling after out of memory abend, no >way to g

Re: S0F9 and SOFD ABENDs and SVC dumps - oh my!

2020-04-30 Thread Denis
can be used for modules with large working storage but is not filled with smaller working storage modules, LE heap never shrinks.There need to be options to avoid clattering the storage below 16M, but there aren't. Thanks, Denis. -Original Message- From: Peter Relson To: IBM

Re: S0F9 and SOFD ABENDs and SVC dumps - oh my!

2020-04-30 Thread Denis
, Denis. -Original Message- From: Attila Fogarasi To: IBM-MAIN@LISTSERV.UA.EDU Sent: Fri, May 1, 2020 12:43 am Subject: Re: S0F9 and SOFD ABENDs and SVC dumps - oh my! If your application consists of 200+ modules with up to 8m working storage per module, then storage management becomes a

Re: S0F9 and SOFD ABENDs and SVC dumps - oh my!

2020-05-04 Thread Denis
be cancelled by new command /STOP REG ABDUMP FORCE when region is in right status. A new DFS5060I error message will be issued if the region cannot be stopped as it is not in WAIT-INIT-INPROG or TERM-PENDING status.Maybe abdump needs to be issued first, but we have not tried this yet. Denis

Re: Rocket's Git and GitHub Enterprise

2021-08-06 Thread Denis
be a thread with a discussion tied to a pull request or commit, which can be used for auditing. Of course its not limited to Jenkins, other solutions work as well, but just to give you the idea. Hope it helps,Denis. -Original Message- From: kekronbekron <02dee3fcae33-dmarc-r

Re: Connecting to IMS DB in SpringBoot

2021-08-09 Thread Denis
Hi, there is the following APAR:https://www.ibm.com/support/pages/apar/PH17246Please check if the COBOL importer plugin was installed or open a case with Rational Tooling. Denis. -Original Message- From: Larry Zhang <03b304d39e8e-dmarc-requ...@listserv.ua.edu> To: IB

Re: Connecting to IMS DB in SpringBoot

2021-08-12 Thread Denis
Hi Larry, lets connect directly through your IBM contacts. Denis. -Original Message- From: Larry Zhang <03b304d39e8e-dmarc-requ...@listserv.ua.edu> To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wed, Aug 11, 2021 10:27 pm Subject: Re: Connecting to IMS DB in SpringBoot Any insigts on this

Re: IMS Resource Adaptor to ( IMS connect) Error -for ManagedConnectionFactory

2021-09-09 Thread Denis
Hi Larry, did you read and follow the sequence documented here:https://www.ibm.com/docs/en/ims/14.1.0?topic=cci-sample-application-code??? 1. Create mcf = new IMSManagedConnectionFactory2. Use the setter methods3. IMSConnectionFactory icf = (IMSConnectionFactory)mcf.createConnectionFactory(); (i

Re: IMS Resource Adaptor to ( IMS connect) Error -for ManagedConnectionFactory

2021-09-13 Thread Denis
Hi Larry, it might sound strange, but setting userid and password is optional, so you can set it in the IMSConnectionSpec even though it is absent in the docs. Denis. -Original Message- From: Larry Zhang <03b304d39e8e-dmarc-requ...@listserv.ua.edu> To: IBM-MAIN@LISTSERV.UA.ED

Re: Java->C->HLASM non-XPLINK

2017-03-21 Thread Denis
call COBEP*/ On JVM execution you can try the following option to percolate e.g. an 0C4 or S806: -Xsignal:userConditionHandler=percolate Denis. -Original Message- From: Don Poitras To: IBM-MAIN Sent: Tue, Mar 21, 2017 2:43 pm Subject: Re: Java->C->HLASM non-XPLINK First, more

Re: Easiest way to share incore data between batch jobs

2017-03-23 Thread Denis
. https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r1.bpxb100/mgt.htm Hope that helps. Denis. -Original Message- From: IronSphere by SecuriTeam Software To: IBM-MAIN Sent: Thu, Mar 23, 2017 6:25 pm Subject: Re: Easiest way to share incore data between batch

Re: JZOS Java CLASSPATH

2017-04-26 Thread Denis
Hi Andrew, your understanding is not correct. Wildcards do not and have never worked with CLASSPATH. Hope it helps. Denis. -Original Message- From: Andrew Rowley To: IBM-MAIN Sent: Wed, Apr 26, 2017 1:04 pm Subject: JZOS Java CLASSPATH The JCL supplied with the JZOS batch

Re: JZOS Java CLASSPATH

2017-04-26 Thread Denis
tried what is decribed in the document you have referenced. Denis. -Original Message- From: Andrew Rowley To: IBM-MAIN Sent: Wed, Apr 26, 2017 2:34 pm Subject: Re: JZOS Java CLASSPATH On 26/04/2017 09:19 PM, Denis wrote: > Hi Andrew, > > your understanding is no

Re: JZOS Java CLASSPATH

2017-04-27 Thread Denis
results with the order of the jars. Denis. -Original Message- From: Carmen Vitullo To: IBM-MAIN Sent: Thu, Apr 27, 2017 8:31 pm Subject: Re: JZOS Java CLASSPATH Funny I'm looking at both right now, getting ready for a migration of an application from Java on Unix to Java on

Re: JZOS Java CLASSPATH

2017-04-27 Thread Denis
storage is also not unlimited. As soon as a cache is too small, it uses more cpu time. There is plenty of more stuff. I am not talking about the java applications that have 5mb jars in the classpath, but once started the classpath usually continues to grow. Denis. -Original Message

Re: you can request improvements to IBM Knowledge Center using the RFE process now

2017-05-25 Thread Denis
provider of plan A has not cut its prices by the same amount as its availability of plan A. Denis. -Original Message- From: Timothy Sipples To: IBM-MAIN Sent: Thu, May 25, 2017 6:14 pm Subject: Re: you can request improvements to IBM Knowledge Center using the RFE process now Edward

Re: changing batch job to use SSL

2017-06-15 Thread Denis
TCPIP client can be turned into a SSL enabled client just with some parameters and there are languages, where it will be a complete rewrite. Hope that helps. Denis. -Original Message- From: Andrew Rowley To: IBM-MAIN Sent: Thu, Jun 15, 2017 1:52 pm Subject: Re: changing batch job to

Re: changing batch job to use SSL

2017-06-15 Thread Denis
Hi Tony, This is new for me, can you point me to docs how to set up at-tls on windows for a tcpip c client program connecting to z/os? Thanks, Denis. -Original Message- From: Tony Harminc To: IBM-MAIN Sent: Thu, Jun 15, 2017 05:05 PM Subject: Re: changing batch job to use SSL On

Re: changing batch job to use SSL

2017-06-15 Thread Denis
Tony, yes I missed the part of a z/os client, sorry for that. But it only makes sense, if both z/os are on different boxes or use external tcpip paths, otherwise since between tcpip and the calling application of the socket api its unencrypted anyway, it would be a waste of cpu cycles. Denis

Re: changing batch job to use SSL

2017-06-16 Thread Denis
to do, but I have not tested it. Denis. -Original Message- From: Andrew Rowley To: IBM-MAIN Sent: Sat, Jun 17, 2017 07:45 AM Subject: Re: changing batch job to use SSL On 17/06/2017 03:05 AM, Tony Harminc wrote: > It's validated the same way(s) any TLS client app (such as your

Re: changing batch job to use SSL

2017-06-19 Thread Denis
Hi Frank, since policy agent belongs to Communication Server and used to have some requirements to be started before TCPIP, I would guess that in most shops a developer cannot do that. Except maybe for play LPARs and zPDT. Denis. -Original Message- From: Frank Swarbrick To: IBM

Re: Question regarding system symbols

2017-07-13 Thread Denis
Hi Juergen, I have seen customers using uppercase unix paths. Is there a specific requirement that you cannot use uppercase paths or path parts in your shop? Denis. -Original Message- From: Juergen Kehr To: IBM-MAIN Sent: Thu, Jul 13, 2017 10:00 AM Subject: Question regarding system

Re: ServiceLink down?

2021-12-10 Thread Denis
I usually use the even shorter:ibm.com/ibmlink Denis. -Original Message- From: Carmen Vitullo To: IBM-MAIN@LISTSERV.UA.EDU Sent: Fri, Dec 10, 2021 3:43 pm Subject: Re: ServiceLink down? I should have added, the link you provided does not work I used www-03.ibm.com/ibmlink/servicelink

Re: is there any documentation on using the new 64 bit instructions?

2022-06-28 Thread Denis
Hi Joe, you should have a look at LE 31/64 bit interoperability: https://www.ibm.com/docs/en/zos/2.4.0?topic=interoperability-introduction-amode-31-amode-64-programs Denis. -Original Message- From: Joe Monk To: IBM-MAIN@LISTSERV.UA.EDU Sent: Tue, Jun 28, 2022 7:33 pm Subject: Re: is

Re: CPU and I/O statistics for BPXBATCH executions?

2024-06-27 Thread Denis
for specific tasks. I tried it with ansible scripts which does ssh + forks to python scripts. But there is 8 byte limitation, so you probably need to come up with generating an 8 byte unique identifier for the initial script that gets forked from. Hope it helps, Denis. On Thursday, June 27

Re: python calling COBOL [was: RE: z/OS 3.1 Enhancements & Support News]

2024-07-09 Thread Denis
Hi Peter, retcode 4 means failed to load target DLL (COBOL). Did you do an export STEPLIB=HLQ.DSN where the COBOL DLL resides? Is the first COBOL compiled as DLL? Did not had the time yet to upload the sources to the git repo. Denis. On Wednesday, July 10, 2024 at 01:07:52 AM GMT+2, Farley

Re: python calling COBOL [was: RE: z/OS 3.1 Enhancements & Support News]

2024-07-16 Thread Denis
longer and then the load did not work, because there was a shift inside the byte blob that makes the CEL4RO31 parameters. I borrowed the C code but it can easily go wrong if something is changed. Hope that helps Denis. On Wednesday, July 10, 2024 at 06:15:36 PM GMT+2, Farley, Peter

Re: World’s largest computer outage!

2024-07-19 Thread Denis
disk. Denis. On Saturday, July 20, 2024 at 01:39:33 AM GMT+2, Joe Monk <05971158733e-dmarc-requ...@listserv.ua.edu> wrote: More to the point, the issue is not Windows, but the abuse of Windows. Example: requiring administrator rights to do ordinary, everyday tasks. This

Re: World’s largest computer outage!

2024-07-21 Thread Denis
t/net-boot windows, mostly with some sort of intermediate Linux or based on cloning software or modifying Microsoft installer USB Sticks). Nothing official from Microsoft though. Denis. On Sunday, July 21, 2024 at 08:46:06 AM GMT+2, Sebastian Welton wrote: Crowdstrike not only had a, b

Re: JAVA: Can it handle TIOT read?

2024-08-30 Thread Denis
/PeekOSMemory.java You could combine it with the jzos record Generator, that allows to create Byte identical Java records with getter and Setter methods based on cobol copybooks or Assembler dsects. But the Code Looks strange to a Java Developer. Denis. On Friday, August 30, 2024 at 04:57:29 PM

Re: Resolving Java import statements

2016-03-15 Thread Denis
Hi Janet, yes the individual jars need to be on the classpath. The directory only works if the individual *.class files are in the directory tree and not in the jars. A directory on the classpath is never searched for jars. dg -Original Message- From: Janet Graff <004dc9e91b6d-dmar

Re: Creating XLS file

2021-03-23 Thread Denis
I have used java and jexcelapi library for that: http://jexcelapi.sourceforge.net/ Its not maintained anymore but works pretty well. I have used it to extract SMF data and data from z/OS logs.But you need to do the programming, its just an API to create a workbook and add data to it and change

Re: REGION=0M leads to CPU through the roof

2017-07-25 Thread Denis
I have seen that happening with JVMs in regions, e.g. comparing 384M and 512M and 0M. So if you don't find any logic in the COBOL source that does its own allocation, its very likely the runtime. dg. -Original Message- From: Tom Marchant <000a2a8c2020-dmarc-requ...@listserv.ua.edu

Re: Blockchain on Mainframe ?

2017-10-20 Thread Denis
miners, brokers and exchanges? With fees that result in hash mining, which is a waste of electric energy? Or some smart guy comes around the corner and finds a solution... Just my 2 cent, Denis. -Original Message- From: Rob Schramm To: IBM-MAIN Sent: Fri, Oct 20, 2017 7:10 pm

Re: CEEDUMP possible following 'new' failure

2016-10-07 Thread Denis
Hi, this reminds me of some hanging IMS jobs that could neither be cancelled nor forced because the routines for memterm could not be loaded because of memory exhausted. Only BMC Tooling allowed to get rid of them. The suggestion in the PMR was to code an IEFUSI to reserve 512k below to allow

Re: CEEDUMP possible following 'new' failure

2016-10-08 Thread Denis
Hi Jim, I cannot remember exactly, but what happened was that in IMS the STOP REGION command was issued and the address space was not listed anymore in IMS (Display active showed it was gone). It was visible in JES but nothing could be done about it, it did neither accept cancel nor force. F

Re: CEEDUMP possible following 'new' failure

2016-10-10 Thread Denis
Hi Barbara, no, we did not have Compuware in this environment. But the callrtm command seams something we need to look at. Thanks for that. Denis. -Original Message- From: Barbara Nitz To: IBM-MAIN Sent: Mon, Oct 10, 2016 9:22 am Subject: Re: CEEDUMP possible following 

Re: CEEDUMP possible following 'new' failure

2016-10-11 Thread Denis
Hi Peter, yes I am aware of that, but we also have hang conditions, where the jobs are not out of memory and it might help in those situations. Many of this situation occur when unix system services are in the game. Thanks. -Original Message- From: Peter Relson To: IBM-MAIN Sent:

Re: : Looking for some direction on USS / JAVA / C / COBOL and or Assembler please.

2016-11-03 Thread Denis
and enhance information from the mentioned redbook. Denis. -Original Message- From: Jim To: IBM-MAIN Sent: Wed, Nov 2, 2016 10:15 pm Subject: Re : Looking for some direction on USS / JAVA / C / COBOL and or Assembler please. Listers, For brevity ... I've been trying to ge

Re: How to Identify modules as C/C++ or Cobol, or ASM from dump (SYSMDUMP)

2016-11-30 Thread Denis
cally means, in an unlucky mix or with new compilers/languages, the program mask might be different than it was before. Hope that helps. Denis. -Original Message- From: Peter Hunkeler To: IBM-MAIN Sent: Wed, Nov 30, 2016 1:38 pm Subject: AW: Re: How to Identify modules as C/C++ or

Re: ASCII<->EBCDIC (was: convince programmer something else is better.)

2016-12-19 Thread Denis
One could have used NATIONAL-OF built-in function in Enterprise COBOL to exploit Unicode Conversion Services: http://www.ibm.com/support/knowledgecenter/SS6SG3_3.4.0/com.ibm.entcobol.doc_3.4/igyc1uni.htm -Original Message- From: Paul Gilmartin <000433f07816-dmarc-requ...@listserv.u

Re: New free / open source z/OS tools from Dovetailed Technologies

2017-01-18 Thread Denis
. Just as a remark: The data (socket) between ftp client and stunnel as well as between AT-TLS (z/OS TCPIP) and z/OS FTP server is not encrypted. This means only the transport channel is encrypted. Denis. -Original Message- From: Allan Staller To: IBM-MAIN Sent: Wed, Jan 18, 2017 2:12 pm

Re: Block Chain

2017-01-19 Thread Denis
broader exploit would be process optimization and storing data without the ability to change it (paperless, unmutable changes, device protocols, documentation, sensor data, goverment requirments). Denis. -Original Message- From: Nathan Astle To: IBM-MAIN Sent: Thu, Jan 19, 2017 9:46

Re: A Programing language called Scala?

2016-09-07 Thread Denis
z/OS) has a bug, which requires to set the JVM Option on z/OS -Dfile.encoding=ISO8859-1. This problem is marked as fixed as of Scala 2.12.0-M5 which is not yet packaged with Spark for z/OS. Hope that helps. Denis. -Original Message- From: David Crayford To: IBM-MAIN Sent: Wed

Re: BPX mvssigsetup, the SIR, and ignoring Signal #9 (SIGKILL)

2018-02-27 Thread Denis
Defering to indefinite is probably the same as ignore... https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxb100/bpx2cr_Delayed_signal_delivery.htm -Original Message- From: John McKown To: IBM-MAIN Sent: Tue, Feb 27, 2018 10:05 PM Subject: Re: BPX mvssigsetu

Re: GETMAIN LOC=32

2018-05-07 Thread Denis
customers for something like this? Thanks, Denis. -Original Message- From: Paul Edwards To: IBM-MAIN Sent: Mon, May 7, 2018 12:32 PM Subject: Re: GETMAIN LOC=32 On Sun, 6 May 2018 21:14:38 -0400, Jim Mulder <mailto:d10j...@us.ibm.com";>d10j...@us.ibm.com> wrote: >>

Re: Strange file behaviour in Unix

2025-01-30 Thread Denis
Thats probably RACF. Checking file /dir1/dir2/dir3/file requires at least 4 checks to my knowledge. I guess putting every file into root directory could help. On Thursday, January 30, 2025 at 08:48:54 AM GMT+1, Colin Paice <059d4daca697-dmarc-requ...@listserv.ua.edu> wrote: Looking a

Re: Ideas of managing a data structure

2024-12-29 Thread Denis
That sounds pretty much like what the JVM is doing with garbage collection. But I think it has only allocated two data areas during copy and then frees the source after copy (one needs to think of what to do, if the second data area cannot be allocated). If your data structure contains pointers/

Re: IMS MQ question - don't know of a better list

2025-03-31 Thread Denis
. Denis. On Monday, March 31, 2025 at 01:26:50 PM GMT+2, Binyamin Dissen <0662573e2c3a-dmarc-requ...@listserv.ua.edu> wrote: Can an IMS MPP initiate sending an MQ message and wait upon the response? I am looking for examples, but all just show triggered (which is the oth

Re: IMS question

2025-04-10 Thread Denis
Classic Federation Server for z/OS can also provide JDBC access to IMS data and tools to create the metadata mapping. Denis. On Thursday, April 10, 2025 at 04:47:47 PM GMT+2, Phil Smith III wrote: This question was passed to me from someone else, so it may be so off-base it's not

Re: Innovating an old IMS 3270-based application

2014-01-07 Thread Denis Gäbler
and architecture discussion, but I like to make clear that this is not limited to 3270 emulators running on mobile devices. Hope that helps, Denis. -Original Message- From: Elardus Engelbrecht To: IBM-MAIN Sent: Tue, Jan 7, 2014 10:05 am Subject: Re: Innovating an old IMS 3270-based

Re: Java Heap Size

2014-03-20 Thread Denis Gäbler
recommendations and the garbage collection statistics and chart. draw your conclusions. you might need a jvm expert for the conclusions. denis gaebler. Sent from AOL Mobile Mail -Original Message- From: Christian D To: IBM-MAIN Sent: Thu, Mar 20, 2014 10:10 AM Subject: Java Heap Size Hi

Re: Using DB2 and MQ under JZOS

2014-04-02 Thread Denis Gäbler
. In the end you could also write your own transaction manager. Hope that helps, Denis. -Original Message- From: Mohammad Khan To: IBM-MAIN Sent: Wed, Apr 2, 2014 4:11 pm Subject: Using DB2 and MQ under JZOS I have a batch program that runs under JZOS ( on z/OS 1.13 ) which

Re: Creating .xls on z/OS

2012-09-14 Thread Denis Gäbler
I have successfully used the java based jexcelapi. http://jexcelapi.sourceforge.net/ Its open source. Denis. -Original Message- From: Walter Marguccio To: IBM-MAIN Sent: Fri, Sep 14, 2012 3:44 pm Subject: Creating .xls on z/OS Hello all, I've been asked if there i

Re: Get CPUID and srial number from JAVA code

2013-09-17 Thread Denis Gäbler
ss to JzosPermission("peekOSMemory") It should allow to get all sorts of information that you can get with Assembler. Hope that helps. Denis. -Original Message- From: Miklos Szigetvari To: IBM-MAIN Sent: Tue, Sep 17, 2013 3:36 pm Subject: Re: Get CPUID and srial number fro

Re: Get CPUID and srial number from JAVA code

2013-09-18 Thread Denis Gäbler
+ 112097 Its z/OS dependent code. Hope it helps. Denis. -Original Message- From: Arye Shemer To: IBM-MAIN Sent: Tue, Sep 17, 2013 9:21 pm Subject: Re: Get CPUID and srial number from JAVA code Thank you guys, I will consider all the options. Thanks again, Arye. On 17 September

Migration from Ca-sort to Dfsort (z/os) : any experience or paper ?

2013-12-04 Thread Denis Manach
oSORT FIELDS=(1,38,A),FORMAT=CH - SUM FIELDS=NONE o /* - Sort modules are in linklist - Of course above sysin changes according to application’s need - We don’t use sort exits and very few sorts are invoked by programs rather than by JCLs Reg

Re: C Language: non-EBCDIC characters in literal strings.

2014-11-03 Thread Denis Gäbler
the C compiler docs this should work. Hope it helps. Denis. -Original Message- From: Bernd Oppolzer To: IBM-MAIN Sent: Mon, Nov 3, 2014 4:49 pm Subject: Re: C Language: non-EBCDIC characters in literal strings. Given the limitations of C and its macro language, it is hard ... if not

Re: C Language: non-EBCDIC characters in literal strings.

2014-11-03 Thread Denis Gäbler
ers in literal strings. (What is it about this message that quoted text is not distinguished with ">"?) On Mon, 3 Nov 2014 12:16:49 -0500, Denis Gäbler wrote: you can do that very easily, with pragma convert in z/OS and z/VM: http://www-01.ibm.com/support/knowledgecenter/SSB27U_6.

Re: C Language: non-EBCDIC characters in literal strings.

2014-11-03 Thread Denis Gäbler
codepage being set. I don't know if theres a limitation on the number of different codepages per compile, the convert stack or dependencies on Unicode system services definitions. For your second question, yes you can have different codepage literals in the same source member.

Re: Shop zSeries Issue

2015-02-24 Thread Denis Gäbler
Sometimes it helps to go into the anonymous mode/private Browsing or whatever it is named in the Browser. It ignores all history/cockies, etc. Denis. -Original Message- From: Bob Shannon To: IBM-MAIN Sent: Tue, Feb 24, 2015 1:20 pm Subject: Re: Shop zSeries Issue > Error

Re: Enterprise PL/1 performance

2015-02-24 Thread Denis Gäbler
OL used to have the option WSCLEAR, which did not require initializing variables, I don't know about pre Enterprise Versions of PL/I. Denis. -Original Message- From: Robert Prins To: IBM-MAIN Sent: Tue, Feb 24,

Re: A product that supports issuing DB2 calls against IMS databases?

2013-05-16 Thread Denis Gäbler
IMS V13. -Original Message- From: Binyamin Dissen To: IBM-MAIN Sent: Thu, May 16, 2013 12:27 pm Subject: A product that supports issuing DB2 calls against IMS databases? Is there such a product, where the application does EXEC SQL and it is converted into an IMS ca

Re: Assembler data types to JSON.

2015-05-19 Thread Denis Gäbler
You can use the jzos record generator which is part of the java sdk for z/os. It generates java records out of dsects. With java code it takes ebcdic byte arrays as input and allows to use getter methods to convert the assembler data types into strings, which is basically what json is. You can wr

Re: JVMSHRC336E Port layer error code = -308

2012-06-20 Thread Denis Gäbler
for the JVM in question are deleted. However be careful not to delete those files for other JVMs. A possibility could be to empty the /tmp/javasharedresources directory upon z/OS IPL. Hope that helps. Denis. -Original Message- From: Peter Ten Eyck To: IBM-MAIN Sent: Tue, Jun 19, 2012 9

Re: JVMSHRC336E Port layer error code = -308

2012-06-20 Thread Denis Gäbler
Hi, my guess is from the error messages, that the region size is too small. Either from your TSO session or from the job that was submitted. Any IEFUSI restrictions in place? Denis. -Original Message- From: Peter Ten Eyck To: IBM-MAIN Sent: Wed, Jun 20, 2012 2:55 pm Subject: Re