Tagged Questions

The mainframe tag refers to the class of "big iron" computers, primarily those from IBM. Currently this is limited to the System z hardware.

learn more… | top users | synonyms

23
votes
13answers
4k views

Why are mainframes still around?

It's a question you've probably asked or been asked several times. What's so great about Mainframes? The answer you've probably been given is "they are fast" "normal computers can't process as many ...
20
votes
9answers
8k views

How to learn Cobol

I am a Java developer (mostly) and I would like to learn some cobol/mainframe. Not for actual doing much coding, but to better understand cobol/mainframe developers. The problem is last time I ...
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. ...
19
votes
21answers
2k views

Any other mainframers here?

I started working as a programmer about ten years ago now. Started working for state government and went to a private sector job about three years ago. All cobol, all on the mainframe. I was told ...
8
votes
11answers
746 views

Why don't mainframe applications have bugs?

It seems like old iron is rock solid software. Why is that? Is it because the software is so mature, that all the bugs have been worked out? Or is it because people have gotten so used to the bugs ...
8
votes
11answers
2k views

Are there any Technical Advantages on Mainframe (or any other legacy systems)?

Background: I believe most of the major financial institutes and major retailers still have many critical business processes and data relied on the legacy systems, such as Mainframe. Many developers ...
7
votes
8answers
1k views

Getting into Mainframe developement, a good idea? [closed]

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 the bank is already ...
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 ...
7
votes
7answers
2k views

Teaching a mainframe COBOL programmer Java?

I’m trying to help someone learn Java who’s only programming experience is COBOL on the mainframe. I was wondering if anyone knew any good resources for object oriented concepts. I learned how to ...
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 ...
6
votes
4answers
3k views

How to 3270 screen-scrape from a Linux-based web app

I have a LAMP (PHP) web app which need to interface with programs on an IBM 3270 mainframe (via Microsoft SNA Server). One solution I'm looking at is screen-scraping via 3270. (I'm integrating the ...
5
votes
2answers
914 views

ASP.NET: Function key shortcuts?

I recently participated a project that replaced a mainframe system with a web (asp.net 2.0, VS2005) system. The 3270-terminals are still much used and I respect the IMS/CICS/Cobol application ...
4
votes
2answers
538 views

How do you get average of sums in SQL (multi-level aggregation)?

I have a simplified table xx as follows: rdate date rtime time rid integer rsub integer rval integer primary key on (rdate,rtime,rid,rsub) and I want to get the average (across all times) ...
4
votes
1answer
145 views

what language was cybersyn/cyberstride implemented in?

I am aware that it was implemented on the IBM 360 mainframe architecture but does anyone know what language(s) were used in particular? Supposedly the bulk of it was programmed and deployed in 3-4 ...
4
votes
2answers
569 views

Japanese COBOL code on IBM mainframe in Shift-JIS; represented after transfer to a PC how?

We have a Japanese client that has source code in COBOL on an mainframe. He claims the code on the mainframe is represented in Shift-JIS2 (and we think we understand that pretty well). When that ...
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 ...
4
votes
17answers
4k views

Is anyone still programming in ObjectStar (formerly known as Huron) [closed]

Huron was a 4GL that originated in the IBM 360 mainframe world in the early 1990s, created and sold by the Amdahl Corporation. It had a proprietary interpreted language and database that people ...
3
votes
2answers
65 views

File tailoring without ISPF

I'm currently attempting to write a simpler external interface to a mainframe ISPF panel, however it makes use of ISPF file tailoring to modify JCL scripts before execution, and ISPF services ...
3
votes
3answers
161 views

Can we add symbolic parameters in PDS members used in cataloged procedures?

I have JCL, which is executing one catalog procedure. In catalog procesdure one COBOL-DB2 pgm is being executed. Below is my JCL //A JOB (@),'CALL DB2',NOTIFY=&SYSUID //JS010 EXEC TESTPROC ...
3
votes
1answer
259 views

“COPY” statement with “REPLACING” in COBOL

I am getting compilation error as, A "COPY" statement with "REPLACING" phrase was found within a nested "COPY". This is our compilation setting that we can not use REPLACING verb in nested copy. We ...
3
votes
1answer
236 views

Pass JCL symbol to instream

I'm trying to create and delete a dataset with a JCL symbol in the dataset name this way: // SET DATE=20110809 //* DELETE DATASET //DEL01 EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD * ...
3
votes
1answer
77 views

Remote mainframe session from Linux [closed]

I have a Fedora 14 desktop which I'm trying to use to connect to a client's mainframe (running z/OS). There's a popular 3270 terminal emulator for Windows, but I haven't been able to find one suitable ...
3
votes
3answers
875 views

Calling web services from Mainframe batch programs

We are currently looking at doing a partial migration away from a Main Frame. Some of the functionality written in Mainframe Cobol is called from Mainframe Batch programs. We would like to move ...
3
votes
3answers
357 views

Java mainframe communication via JCA error - connection is not in transaction

I'm connecting to a mainframe environment from Java using comporsys JCA connector. The java application is deployed in JBOSS. The connector configured in that way: <connection-factories> ...
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
2answers
2k views

JCL file to create PDS and member

How can I write a JCL file that will create a PDS and a member within that same PDS?
3
votes
7answers
380 views

How do I transition from mainframe programmer to client server programmer?

I was a Adabas/Natural and Cobol mainframe programmer for 16 years ending in 2002. I have a vast amount of experience in the analysis, design, development, testing, implementation and documentation ...
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
3answers
3k views

Uploading to mainframe using FTP

I just want to know how you upload datasets specifying its characeteristics? E.G. using the command quote site lrecl=500 recfm=fb Well, the command was accepted when I tried to use it, but the ...
3
votes
4answers
159 views

Is there a modern free D?VCS that can ignore mainframe sequence numbers?

I'm looking at migrating a large suite of IBM Assembler Language programs, from a vcs based on "filenames include version numbers", to a modern vcs which will give me, among other things, the ability ...
3
votes
2answers
321 views

Any open source message queue that can be used to send messages from COBOL to Java?

I have a Java stack (Tomcat, etc) and I need to send messages from a mainframe running COBOL to the Java end. Any of the open source queues available can do that?
3
votes
6answers
1k views

Java on mainframes

I work for a large corporation that runs a lot of x86 based servers on which we run JVMs. We have experimented successfully with VMWare ESX to get better usage out of our data center. But these ...
3
votes
2answers
740 views

Mainframe to .NET migration

What are the various tools available for migrating a Mainframe application (front end, DB, Business Logic) into .NET (C#.NET or VB.NET) and SQL Server 2005. The current Mainframe system has: CICS ...
3
votes
6answers
4k views

SFTP Rename file to append date

I'm sending a file from a mainframe host to a linux ftp sever using sftp. I want to append the date to the filename once the file resides on the linux box. (Ex: filename.txt becomes ...
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 ...
3
votes
1answer
835 views

What is DPRTY in mainframe JCL?

When we are submitted a job, following steps are executed sequentially. Then what is the importance of DPRTY?
2
votes
3answers
84 views

Calling particular functions in an external Rexx script

I have a Rexx script which functions standalone, and I wish to use another Rexx script to call particular functions within it. I am aware I can call both an entire external Rexx file and internal Rexx ...
2
votes
1answer
72 views

Mainframe data conversion to electronic PDF - alternative to Emtex?

We are currently converting mainframe data files to PDF using Emtex but it is extremely slow (taking a weekend to convert 50,000). These need to happen in an automated, secure, FAST manner with very ...
2
votes
1answer
124 views

Connecting to CICS from Windows Desktop Application

Now there is a new requirement. I have got some adhoc work at hand. The requirement is to connect a desktop based Java application to read data from Mainframe generated by some CICS Transaction. ...
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
2answers
226 views

JCL job depency without scheduler

I'm trying to implement a JCL, in a JES2 environment, that launches a set of jobs with dependencies in it, for example: JOB_A -> JOB_B ) JOB_C -> JOB_D ) -> JOB_E In other words, ...
2
votes
3answers
428 views

Read a flat file. Use COBOL to retrieve specific rows

I have a flat file like this: 1|sal|manager|2007/01/01|2007/12/31 2|sal|manager|2008/01/01|2008/12/31 3|per|abc|manager 4|sal|manager|2007/01/01|2007/12/31 5|per|xyz|ceo I have to read the file ...
2
votes
2answers
191 views

PowerShell raw FTP

I am looking to use FTP to write a mainframe jobstream. To do that, I can connect to the mainframe via FTP and run these commands: QUOTE TYPE E QUOTE SITE FILETYPE=JES PUT myjob.jcl So, how would I ...
2
votes
1answer
611 views

How to write DB2 SELECT statement in unload job for delimiters

I have been over this... seems silly but couldnt figure out! I wanna UNLOAD a table but with a delimiter '|' in between the fields. Here is the JCL used to unload the table: //JS020 EXEC ...
2
votes
3answers
2k views

jcl sort to divide Mainframe Dataset

I am trying to divide MF PS into several datasets. e.g. If I have a Dataset containg 600 recs, I want to divide this into 6 files with 100 records each. Is it possible to do this using JCL sort?
2
votes
3answers
488 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
3answers
588 views

SAS table string length (limit)

I am creating a SAS table in which one of the fields has to holds a huge string. Following is my table (TABLE name = MKPLOGS4): OBS RNID DESCTEXT --------- ----------- 1 123 ...
2
votes
2answers
294 views

Screen scraping a mainframe screen in java?

I am new to programming world, and in my project I need to screen scrape a mainframe screen using attachmate? Can anyone tell me what exactly screen scraping is and how does it work? Thanks in ...
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
241 views

Controlling appearance of new lines in IBM mainframe

All, So I'm uploading a text file from C# to an IBM MVS mainframe. The file is converted to ebcdic using C# libraries and it works well as I can read the data on the mainframe. The problem is the ...

1 2 3 4 5