Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
41 views

I would like to have a rexx that runs under ISPF that does some things under OMVS, one of which is to take some data, place it into a OMVS file, and then oedit that file, followed by other OMVS ...
1 vote
1 answer
214 views

we are trying to replicate Db2 changes from z/OS to Confluent Kafka. Everything works out fine for the production of simple JSON records in Kafka. As our policies for Kafka Topics and Schemas are ...
0 votes
0 answers
68 views

I am trying to compose a simple PL/I procedure that calculates the average of numbers that are stored in a member of a PDS. This seems trivially simple but I cannot get it to work. Here is the PL/I: ...
2 votes
1 answer
169 views

I'm creating a python (3.13.5) program on my pc that connects to our mainframe and runs a python (3.12.8) program from our z/os uss environment. I can successfully connect using this code here: ...
1 vote
0 answers
44 views

Trying to dlopen() the curses library on z/OS and unsure of the syntax to use to refer to the library. On AIX the following code works, with the syntax shown for the library "name". lib = ...
1 vote
1 answer
179 views

I'm new to using Python on z/OS; I am creating a program in a USS directory on our mainframe and using a Rocket Software 3270 emulator; I am trying to use square brackets in my code, but as soon as I ...
0 votes
0 answers
102 views

I'm trying to write a python script under z/OS, using IBM Open Enterprise SDK for Python 3.13. I wrote the code under TSO OMVS and I got the following error trying to execute the code: SyntaxError: ...
3 votes
4 answers
117 views

I am working in a USS environment, under z/OS. I need to insert a new line in a file, the line has to be inserted after a certain row number. I've tried to use the command sed '4i\newtext' file.txt ...
0 votes
2 answers
80 views

I have an input DS with only one record perhaps AtoZ alphabets .. I want to find the occurrence of each alphabet how can I do this with JCL ? Will file aid helps or do we have any syntax using sort ? ...
2 votes
1 answer
105 views

I'm trying to change a password on a z/OS mainframe that I make an FTPS connection to. Working with a legacy codebase and I'm trying to get rid of the exec calls to cURL. You'll notice all the ...
1 vote
2 answers
83 views

Looking at run time efficiencies on zOS 16 on 3931 mainframe with Java. We found on jobs running assembler level programs that specifying a large number of buffers when reading huge files reduces run ...
user29646390's user avatar
0 votes
3 answers
212 views

I'm trying to export a CICS bundle to a z/OS Unix file system using IBM Developer for z/OS. One of the projects in my bundle has a library I'm importing (ibmjzos-2.4.11.3.jar). I added the library to ...
0 votes
0 answers
65 views

I a executing a Mainframe Java program using a shell script and JCL. I have been using the "export" command along with IBM_JAVA_OPTIONS and the JAVA_TOOL_OPTIONS parameters to integrate an ...
0 votes
1 answer
306 views

I need to do a line break whenever I find the string 'AAA' in each record read. So I successfully executed the command OUTREC FINDREP=(INOUT=(C'AAA',X'0A') but when I open the output file, I don't ...
0 votes
1 answer
78 views

IBM Documentation sample code says that after creating a connection as below with Python and ibm_db I should be able to get a cursor with "cursor = ibm_db.cursor(conn)" but all that happens ...
Dutch58's user avatar

15 30 50 per page
1
2 3 4 5
...
44

AltStyle によって変換されたページ (->オリジナル) /