0
votes
0answers
22 views
Importance of Mainframe [closed]
Is the usage of mainframe decreasing now a days?
4
votes
8answers
220 views
Getting into Mainframe developement, a good idea?
I'm currently in a internship in one of the worlds biggest banks. I still have one year to consider everything, since I still have one year ahead of me to my Bachelors degree. But …
2
votes
10answers
716 views
Is anyone out there still programming in ObjectStar (formerly known as Huron)
Huron was a 4GL that originated in the IBM 360 mainframe world in the early 90s, created and sold by the Amdahl Corporation. It had a proprietary interpreted language and database …
0
votes
2answers
37 views
What are the relative merits of REXX and CLISTs under z/OS?
What are the advantages and disadvantages of using either REXX or CLISTs in TSO for z/OS?
My understanding is that CLISTs are just an older command language but we seem to receive …
0
votes
1answer
152 views
Changeman on host mainframe - What does each step mean?
I'm currently trying to promote a package in Changeman on mainframe. Currently it seems like there it's a series of incantations that I have to follow. Unfortunately, I can't remem …
0
votes
1answer
294 views
String literals not supported in stored procedure calls to DB2 for z/OS
I'm getting the error below when calling a simple SP from the Rational Application Developer Data Perspective when connecting to a DB2 DB instance running on z/OS. Also when callin …
0
votes
7answers
414 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 follo …
5
votes
11answers
2k 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_IN …
0
votes
4answers
534 views
DB2 SQL code to extract stored procedures
Me and my colleagues have several hundred SQL stored procedures sitting on a hosted DB2 database (version 8.1). We have no administrator rights and our access to the database is vi …
0
votes
2answers
254 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.retrlin …
1
vote
1answer
81 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 opt …
0
votes
1answer
49 views
Gnu Make and z/OS USS make
Hi all.
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 …
0
votes
5answers
353 views
Screen scraping a mainframe screen in C# *without* 3rd Party Utilities
I'm looking to screen scrape a 3270 mainframe application in C#, but I've got to do so without Attachmate or other 3rd party plugins. Are there free managed libraries to do so in C …
0
votes
3answers
82 views
Upload Files to Mainframes from VB.net
Hello,
I am trying to upload a file from my pc to mainframes. I am trying to upload it using Chilkat FTP2. Below is the code.
The file I am trying to upload is 2009102600000
Dim …
0
votes
2answers
28 views
Uploading files to mainframe from VB.net
Hello,
I am uploading file to mainframe and before uploading when I open it using notepad I am able to view it.
Once uploaded the administrator is complaining that he is not able …
