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
-2
votes
1 answer

Printing report on a VSAM file

I am making a payslip project using IBM mainframes and I am asked to create a payslip report for an employee every month. This payslip is supposed to be stored into a VSAM file in a format as follows as follows: The data can be fetched from DB2 via…
Sarthak Mehra
  • 359
  • 1
  • 2
  • 12
-2
votes
1 answer

Not able to read next record while browsing KSDS in CICS

I am trying to read a VSAM KSDS file sequentially using STARTBR and READNEXT. I am able to read the 1st record. After processing 1st record, I was expecting the read of 2nd record from the VSAM when READNEXT is executed but only first record is read…
-2
votes
2 answers

How to list all saved custom filters in Control-M?

Assume you created some, eg 3, custom filters saved with filter names A,B, C, using Control-M's ISPF client in zOS (mainframe). Using such custom filters, you can easily switch between the list of jobs to be shown in the Active Jobs File, using…
Pierre.Vriens
  • 2,117
  • 75
  • 29
  • 42
-2
votes
1 answer

What is the difference between? STEP1.SYSIN DD * //STEP1.SYSIN and STEP1.SYSIN DD &SYSUID..COBOL(CBL0001),DISP=SHR?

I would like to know what the difference between these two lines of code :- //STEP1.SYSIN DD * and //STEP1.SYSIN and STEP1.SYSIN DD &SYSUID..COBOL(CBL0001),DISP=SHR and if there are any differences.
-2
votes
2 answers

Mainframe JCl for ans

One Jcl question We have 3 steps in jcl, Step1 Step2 Step3 If step 1 output empty ,then step2 need to run else step 3 need to be run. Any one know answer? It should not be add any new steps and solution should be thru jcl only
Anji
  • 1
-2
votes
1 answer

JCL SEVERE MESSAGES

I am getting these error messages when I try to compile my program: IEW2747S D90C ABEND 013-18 OCCURRED WHILE PROCESSING SEQUENTIAL DATA SET WITH DD IEW2230S 0414 MODULE HAS NO TEXT. IEW2677S 5130 A VALID ENTRY POINT COULD NOT BE…
Adi
  • 63
  • 10
-2
votes
1 answer

DB2 Z/OS V10 Mainframe : How to create jobs

Which language can I use in z/OS to create a job in DB2 Z/OS V10? In Z/OS Mainframe, please provide example script to create or SUBMIT a JOB which executes stored procedures.
Vivek Harry
  • 419
  • 3
  • 11
  • 25
-2
votes
1 answer

Unified infrastructure monitoring tool

I am looking for a tool which is similar to CA UIM, but in open source. I would like the tools to monitor mainly our HP enclosures, blades, interconnect bays along with the virtualised server installed on each HP enclosure.
nmca
  • 1
-2
votes
1 answer

decimal position are not adding while converting mainframe copy book to csv

I am trying to convert mainframe copybook to csv (only length of all data types) but the decimal positions are not adding. For example, suppose col1 has S9(13)v9(7). It's converting into total size 13 but the expected output should be 13+7 = 20…
-2
votes
1 answer

Can any one say which database date format is this?

I have received below date format in one of the client text file. This date belong to which database? 01OCT2000:00:00:00
Dinesh
  • 303
  • 2
  • 6
  • 19
-2
votes
1 answer

I can't do connection with 3270 port

I have just installed a mainframe emulator and I have problems for running it. I think the problem is my 3270 TCP port. Reading a guide I found somebody say that you can do this: telnet 127.0.0.1 3270 but when I try the answer is: The…
-3
votes
0 answers

what is the major differences between Microfocus Cobol and other cobol

I am currently working for Microfocus Cobol. Could any one please tell me what is the technical difference between Microfocus COBOL & mainframe cobol (VS cobol,cobol 2,we use VAG which generates the cobol code ftped to Mainframe).So, i wanted to…
prasad B
  • 1
  • 1
-3
votes
2 answers

javascripts not loading in EDGE and Chrome but work in IE

Web frontend that is all stored on the mainframe and runs in CICS TS. Works fine in IE but not EDGE. In Edge get the following error: Refused to execute script from 'http://999.999.99.999:3028/objserv/RMFGEN01.js' because its MIME type…
dbowers73
  • 21
  • 2
-3
votes
1 answer

How to FTP a file from windows to mainframe using C# code?

I want to FTP a file from windows path to mainframe path dev region(host-d2). Im not aware of mainframe, so let me know how can i upload a file to mainframe in particular region like host-d2 using C# code. input parameters wil be …
-3
votes
1 answer

How to delete 80 million rows of from DB2 table in which the Where clause will be having a join query?

I want to delete 80 million rows of data from a DB2 table. This table is used in number of CICS-DB2 programs. We cannot drop the table or unload the required amount of data into a file and then delete the unwanted records. Later load the table from…
Garima
  • 1
  • 2
1 2 3
89
90