Questions tagged [mainframe]

The mainframe tag refers to the class of "big iron" computers, primarily those from IBM. Currently this is limited to the IBM Z hardware, typically running z/OS, z/VM, z/VSE, z/TPF, or a distribution of Linux on IBM Z as its operating system.

Mainframe computers, while often thought of as dead technology by most, are nothing of the sort.

They are still used in a huge number of environments where reliability, availability and serviceability (RAS) are key requirements.

These aren't your grandfather's mainframe; these beasts have been evolving along with the rest of the computer industry and there's nothing that can match them in raw, insane, transaction processing throughput.

This tag should be used when asking questions related to the IBM Z hardware (the "Z" stands for zero downtime).

IBM provides the z/OS basic skills education Knowledge Center, click on the table of contents link for a list of topics.

Related tags and searches:

1347 questions
-3
votes
1 answer

DB2 Sql for transpose in Mainframe

want to achieve below the in mainframe Db2 Sql
Shri
  • 3
  • 3
-3
votes
3 answers

From a 3270 Mainframe screen call web site passing data from Mainframe automatically

Currently, our associates use a Mainframe application, but have to stop during the process to get information from the web. They begin to process a transaction, but once they get to a specific screen, they need to retrieve data from the web to…
FredP
  • 1
-3
votes
2 answers

Logic behind COBOL code

I am not able to understand what is the logic behind these lines: COMPUTE temp = RESULT - 1.843E19. IF temp IS LESS THAN 1.0E16 THEN Data definition: 000330 01 VAR1 COMP-1 VALUE 3.4E38. // 3.4 x 10 ^ 38 Here are…
naumaan
  • 55
  • 11
-3
votes
3 answers

How to find the number of bit of OS/390 or a z/OS?

What is the command for finding the number of bit of an OS/390 or a z/OS?
romil gaurav
  • 1,121
  • 11
  • 23
  • 43
-3
votes
2 answers

SQLite through Mainframe

We have a batch Mainframe JCL and SQLite file in windows Share Path We need the data in windows share path periodically updated based on a mainframe computation. So We need to create records in the SQLite database based on Mainframe JCL/Cobol…
-3
votes
3 answers

Cobol Printscreen to file

Rather simple question, that is very complicated in Cobol. I need to print the screen to a file, just take whatever is on the screen and save it. Fileformat of the save is irrelevant, as long as I get the information out of Cobol. Any help with…
-3
votes
2 answers

Is there a network file system for mainframes (System Z)?

Network file systems are offered by Windows and (L)Unix. Is there one for IBM Mainframes? (Hard to believe not). Does it offer standard Unix-style access (binary? Ascii? EBCDIC?) to mainframe data areas? How are datasets/partitioned data sets…
Ira Baxter
  • 93,541
  • 22
  • 172
  • 341
-4
votes
1 answer

Redefines clause in cobol

i'm trying to re-define the a variable in Cobol working-storage. Please see if below id possible: Can I re-define a variable with PIC clause 9(2).9(3) to this PIC clause -(2).9(3)
Sunitha S
  • 1
  • 1
  • 3
-5
votes
2 answers

Data sharing between java web application and Mainframes

Hi we are developing a SaaS application, technology stack of Java Struts2, Oracle 11G, Amazon Web Services. Issue i am facing is, one of our client would like to integrate the database of ours into mainframes sys of their's. I would like to know…
-6
votes
1 answer

How do i clear this issue? unable to compile?

got this error 11.43.36 JOB05184 $HASP165 IBMUSERX ENDED AT N1 MAXCC=12 CN(INTERNAL) IEW2735S DA0F OUTPUT DATA SET FOR DDNAME SYSLMOD HAS INVALID RECORD FORMAT. R IEW2008I 0F03 PROCESSING COMPLETED. RETURN CODE = 12. THIS IS MY CODE TO…
1 2 3
89
90