Tagged Questions
z/OS is a 64-bit operating system that runs on IBM's traditional mainframe hardware, also known as System z.
20
votes
11answers
3k views
How to use the C socket API in C++ on z/OS
I've been having issues getting the C sockets API to work properly in C++. Specifically, although I am including sys/socket.h, I still get compile time errors telling me that AF_INET is not defined. ...
7
votes
5answers
2k views
Learning mainframe & JCL with Java/OOP/SQL background
I've been coding and managing Java & ASP.Net applications & servers for my entire career. Now I'm being directed towards involvement in mainframes, ie z/OS & JCL, and I'm finding it ...
6
votes
7answers
1k views
Is there some way to access Sql server from z/OS mainframe and have the result in IBM 3270 terminal emulation?
Is there any way (possibly cheap) to access Microsoft Sql Server from z/OS mainframe (COBOL programs) and have the result in 3270 terminal emulation?
I'm aware that 3270 is a pretty old system, but in ...
4
votes
5answers
3k views
teaching my self Z/OS assembler?
'I've interned at a company that does a lot of mainframe work. Most of my mainframe experience has been using Java and Unix System Services. I've had some experience with the ISPF interface and C but ...
3
votes
1answer
122 views
Dynamic linking in zOS
i have to create a dynamically linked library in zOS . What are the options to be passed to the compiler.
Also, how to check if a library in zOS is dynamically linked[dependent] on other libraries.
...
3
votes
1answer
238 views
Why do mainframe greybeards refer to DB2/zOS as “he”?
If you ask a DB2/zOS engine DBA a question about DB2's behavior, the DBA will refer to the DB2 engine as "he" much the way a sailor uses "she" to refer to his ship.
For example: "Once you fill the ...
3
votes
3answers
558 views
deleting a large number of rows from a table
We have a requirement to delete rows in the order of millions from multiple tables as a batch job (note that we are not deleting all the rows, we are deleting based on a timestamp stored in an indexed ...
3
votes
3answers
312 views
using WTO to print from with in Metal C
I’m trying to use the WTO instruction from with in Metal C to print out "Hello World" to my job log. This is based on the example in section 1.2.3.5 of the z/OS V1R10.0 Metal C Programming Guide and ...
3
votes
1answer
2k views
DB2 - what is NF (New Functionality) mode?
I have some questions about customers about NF mode for DB2. Google had very little information about it.
I've been able to infer the following but I don't completely trust it...
NF and CM ...
2
votes
2answers
101 views
Is there any well defined pipes such as stdin, stdout and stderr in a process?
There is a limit of 8,730 on the number of z/OS UNIX pipes that can be concurrently open in a system. I wrote a program to test if this limit can be reached. I executed this program many times, and ...
2
votes
1answer
81 views
COBOL add 0 to a Variable in COMPUTE
I ran into a strange statement when working on a COBOL program from $WORK.
We have a paragraph that is opening a cursor (from DB2), and the looping over it until it hits an EOT (in pseudo code):
... ...
2
votes
2answers
77 views
Is the virtual address 0x1FE0C0 below the “line” or above the line?
I'm studying z/OS and I was asked if the virtual address 0x1FE0C0 is:
A. above the line.
B. above the bar and below the line.
C. above the line and below the bar.
D. below the bar.
I choose D as ...
2
votes
3answers
489 views
Determine compile options from load module - IBM Enterprise COBOL
How can I determine the compile options used to compile an IBM Enterprise COBOL program by looking at the load module? When a dump is issued they are listed as follows:
Compile Options for PROGXX: ...
2
votes
1answer
167 views
How to check for existence of Unix System Services files
I'm running batch Java on an IBM mainframe under JZOS. The job creates 0 - 6 ".txt" outputs depending upon what it finds in the database. Then, I need to convert those files from Unix to MVS ...
2
votes
2answers
409 views
Is there a way to do associative arrays in REXX?
I have some Perl code (for performance analysis) first developed under Linux which now needs to be ported to the mainframe. Apparently REXX is the scripting language of choice on that platform but ...
2
votes
1answer
323 views
REXX / z/OS question
I'm wondering one thing with REXX-language, how it handles data set locks.
The situation:
- I have sequential data set open in my ISPF-editor
- I start REXX-program what updates (makes changes) that ...
2
votes
2answers
445 views
Gnu Make and z/OS USS make
1) We have a need for Makefiles to build C++ on both z/OS USS and a Linux platform. Is it advisable to use gnu make on z/OS USS in order to keep our makefiles common ?
2) If the Makefiles are ...
2
votes
2answers
1k views
How to submit JCL on IBM zOS through Java web app?
Can someone tell me the best way to run a piece of JCL on IBM zOS from a Java web app on a different server (Windows). I also need get a response code back from the job.
The 2 options at the moment ...
2
votes
4answers
636 views
problems with memset in Metal C
I’m trying to initialize the Metal C environment with the following code, but get the following errors on the memset line.
ERROR CCN3275 IMIJWS0.METAL.SAMPLIB(MEM):6 Unexpected text ')' ...
2
votes
1answer
3k views
What codepage/charset should be used to interpret data coming from an MVS system into a Java Environment?
I've come into an interesting problem (as is often the case in interacting with legacy systems). I'm working on an application (which currently runs on a x86 Linux or Windows system) that can receive ...
1
vote
2answers
154 views
Does DB2 CURRENT TIMESTAMP on z/OS return unique values?
We have a DB2 running on z/OS and some tables use a timestamp as a Primary Key.
My opinion is, that it might be possible that two transactions calling CURRENT TIMESTAMP in the same nanosecond can ...
1
vote
3answers
108 views
Using Statement in z390 Mainframe Code
About what I'm using: I'm using z390 Portable Mainframe Assembler and Emulator.
I'm getting a "no base register found" error when attempting to assemble.
I tried putting in "USING *,12" but wherever ...
1
vote
0answers
38 views
how can I connect from db2 for z/os to non DBMS object?
I would like to connect from db2 for z/os to text file in windows. Is there a way to do that?
1
vote
1answer
154 views
How to match strings in a DB2 (z/OS) query?
This is blowing my mind.
All I want to do is basic string comparison on a long varchar field.
I have a table of approx. 12M records.
If I query for MY_FIELD='a string', I get a count of 25947, ...
1
vote
2answers
776 views
concatenating strings from two different rows in a table
We are attempting to rework the SQL in a product. The product stores XML in a table as follows:
XML_STORAGE
- UID IDENTITY
- PARENT_ID INTEGER
- SEQ INTEGER
- XML VARCHAR(3800)
The current way ...
1
vote
2answers
434 views
Connecting to DB2 from USS on z/OS mainframe
I am writing a C program in Unix System Services on a z/OS mainframe. One of the requirements is to get a sequence number from a DB2 database residing on the same mainframe. Not having DB2 Connect ...
1
vote
1answer
456 views
Performing static SQL queries against DB2 without PureQuery
I'd like to use JPA over JDBC for a new application. I'm strictly using Named queries and basic CRUD methods of JPA Entity manager, which allows me (with the help of Hibernate, or any other JPA ...
1
vote
1answer
138 views
Electronic resources for learning Z/OS assembler?
This is a follow up to this question. I'm totally blind so printed books aren't an option. All the recommended books appear to have been published before electronic publishing got started. I've been ...
1
vote
1answer
542 views
How do I force BIRT to display zero values?
I have a situation in BIRT reporting. A report I created is insisting on displaying some fields as blank rather than zero. The situation arises when the field is actually a sub-select that returns no ...
1
vote
2answers
3k views
Is there a TSO command written in REXX or CLIST that can determine WHO has enqueued a dataset?
I need to write a REXX Exec or Clist to identify WHO has enqueued a Dataset and display a user friendly message on an ISPF dialog application. Due to system configuration issues, the %WHOHAS command ...
1
vote
2answers
224 views
C++ Unit-Testing Framework for z/OS (IBM Mainframe)
Does anyone know of a C++ unit-testing framework (e.g. CppUnit, Google Test, etc.) that can be used to write tests on z/OS?
I do most of my development on Windows using the Dignus C++ compiler, which ...
1
vote
2answers
2k views
How to disable transfer-encoding:chunked websphere
We have a webservice running on Websphere 6.1 using the IBM JAX-RPC based webservices. Client is sending requests without HTTP header of transfer-encoding:chunked (They specify content-length). The ...
1
vote
3answers
2k views
Downloading text files with Python and ftplib.FTP from z/os
I'm trying to automate downloading of some text files from a z/os PDS, using Python and ftplib.
Since the host files are EBCDIC, I can't simply use FTP.retrbinary().
FTP.retrlines(), when used with ...
1
vote
3answers
1k views
BizTalk DB2 adapter connection error
My colleagues are attempting to connect BizTalk 2006 R2 via DB2/MVS adapter to a database hosted on z/OS mainframe. When testing the connecting settings, they are getting the following error
Could ...
0
votes
1answer
21 views
teradata xml services on IBM z/os
can you extract data from teradata on ibm z/os as an XML document?
i have searched and found Teradata XML services on windows, unix, etc but it doesnt appear to be available on IBM Mainframe.
are ...
0
votes
0answers
62 views
Tips on getting Hudson / Jenkins working on Unix System Services z/OS
I've read that it is possible to get a Hudson slave running on [zOS (under Unix System Services).] (http://jenkins.361315.n4.nabble.com/Hudson-slave-to-z-OS-td2265091.html)
When I try it (even with ...
0
votes
2answers
83 views
Writing a small Windows script to talk to the mainframe and/or Endevor
I am trying to optimize my work process in my day to day life as an it developer in a larger bank. Right now, all development is done using Rational Developer for System Z (RDz), working with files on ...
0
votes
1answer
39 views
MiBs for IBM z/OS 8.6 Mainframe [closed]
Does anyone know if any MiBs exist for the IBM z/OS 8.6 mainframe?
I have been searching around for them and haven't had much luck finding anything.
Thanks!
0
votes
1answer
42 views
Retrieving application ID from db2 8.1.5 on Z/OS
I want to observe application id of current session from db2 8.1.5 on Z/OS but there is not a function which shows the application id in db2 prior to 8.2 . I was not able to find the exact solution. ...
0
votes
0answers
52 views
Determine structure of DB2 zOS StoredProcedure result set
I'm trying to write a DB2 zOS provider for codesmith and am running into a problem getting the information on the results of a stored procedure. There is an existing provider written for the iSeries ...
0
votes
2answers
145 views
Assembly Code Programming for z390 Mainframe
Not finished with this problem
In this program an unknown problem causes the assembler to reject the code because of apparently unknown macros, or what looks to the assembly like macros. I'm not ...
0
votes
0answers
18 views
How do I run SSL over CCF in the CICS Transaction Gateway?
I'm on a z/OS 1.12 system, and I want to run CCF-style interactions over the CICS Transaction Gateway (CTG) from a Java client program. They work fine if I use the TCP port, but when I use the SSL ...
0
votes
1answer
183 views
How do I remove CHECK PENDING state from a DB2 Tablespace on z/OS?
maybe one of you can help me with this DB2 z/OS thingy.
I edited foreign key on a table that was already populated. Due to integrity reasons (I guess) the tablespace was placed in CHECK PENDING and I ...
0
votes
3answers
73 views
What is 'NAILDUMPS''?
I encountered a new term called 'NAILDUMPS' when I analysed a flowchart explaining a series of jcls.In some steps of that flowchart it is mentioned as"this file is naildumped" .Can anyone explain ...
0
votes
2answers
1k views
Binding a queue to an EJB 3.0 MDB in WebSphere 7
I'm writing, or trying to write, Baby's First MDB on WebSphere 7. I have nearly no hair left, having pulled it all out trying to get the thing to work. It appears that I've got everything set up ...
0
votes
1answer
71 views
Is it possible reorder DB2 Zos v8 Table Row values into Columns
I have data that looks like this in a table,
Item Attribute Value
---- --------- -----
cup color Red
cup size 16
cup type Plastic
Is it possible to run a query that will build a ...
0
votes
1answer
77 views
What is RACRoute in Mainframe?
What is RACRoute in Mainframe? While checking th event viewer I get an error "RACRoute AUTH failed" while trying to transfer a file to a Mainframe system. Can this be explained?
0
votes
1answer
131 views
DB2 and PL/1: Avoid redundancy by creating a reference to the appropriate cursor, work with it
I'm writing a PL/1 subroutine that reads data from DB2. Depending on the input, it uses one of 3 cursors. These have to be opened, fetched, closed, etc. On every of these cursor-specific operations I ...
0
votes
0answers
94 views
z/OS socket creation - compilation issues
I am trying to create a client application relying on raw sockets. I refereed http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/EDCLB1A0/3.940.2?SHELF=&DT=20090607203246&CASE= for ...
0
votes
1answer
151 views
What is a shared logical partition under z/OS?
My understanding was that PR/SM allowed for a number of LPARs, each running its own copy of z/OS (or other OS).
However, one of IBMs performance reporting tools has a report entitled "CPU Busy by ...