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

Compare two files and include both match and non match records

I need to merge two files into one . Suppose I have 2 input files FILE1 and FILE2. And I need to non-matching records from FILE1 and FILE2 into FILE 3 as well as I want to write matching records also into FILE3.If there is matching based on key in…
bp89
  • 91
  • 1
  • 13
-1
votes
1 answer

z/VSE sample jcl to print sequential file to spool

I am trying to print the contents of a ca-datacom sequential file by using IDCAMS/REPRO, but was getting the below error. IDC3300I ERROR OPENING TEST001 IDC3318I ** INVALID DATA SET SPECIFICATION IDC0005I NUMBER OF RECORDS PROCESSED…
Nag
  • 1
  • 1
-1
votes
1 answer

Should changeman demote delete the components from promotion libraries

I promoted a new JCL 'TTTTS360' to TST( Promotion level 1). I noticed and JCL was created in ( as this is new JCL) in TTTTTST.E998.JCL(TTTTS360) and similarly entry was created in parameter lib 'COMPTST.AAAA.PARMLIB(QEEEEAU)'. Now once I demote my…
Tokci
  • 1,220
  • 1
  • 23
  • 31
-1
votes
1 answer

Unable to find adabas jdbc driver

I'm trying to connect adabas database from java. I have installed adabas database but i couldnty find a driver to connect to this db from java. Can anyone share the link or url where i can download adabasd.jar.
user1717764
  • 111
  • 3
  • 12
-1
votes
1 answer

How do I copy the newest member of a pds with jcl?

I have a problem which is I need to copy the latest member created in a PDS but as dar as I know the only option I have is to select the member name to copy. That PDS is updated daily with a FTP JCL, I cannot change, and so what I though of doing…
csbl
  • 265
  • 1
  • 6
  • 19
-1
votes
1 answer

Syntax and design pattern of .MSF

Currently i have to deal with .MSF file but i don't have idea about that type file after digging in google i have found it is used in Mainframe probably for message Please suggest me proper link to get through knowledge about syntax and pattern of…
RTA
  • 1,251
  • 2
  • 14
  • 33
-1
votes
2 answers

C++ development on OpenVMS and mainframe

What are particularities of developing C++ on OpenVMS and Mainframe? I thought OpenVMS were more POSIX than most UNIXes, and most stuff are available, but it seems not.
Olav
  • 1,758
  • 4
  • 27
  • 49
-2
votes
1 answer

is it a good idea to use CICS transaction gateway in open source?

for know the CICS transaction gateway is used in Z/OS but we want to move it to either redhat8 or windows server 2019 and i want to know if any one had done this before in order to ask him if it was a good idea did it work with no problem? or was it…
-2
votes
1 answer

Need to get Average count

I would like to get average of product=A that a client have. Say inner select return 1,2,1,4,4,4 for 6 clients I would like to see result as 4 which means the avg product count a client can have is 4 Can somebody please confirm the…
-2
votes
1 answer

PL/I copybook to COBOL copybook

How to convert PL/I copybook to COBOL copybook. 2 PL_COPYBOOK. 3 FIRST_FIELD CHAR(20). 3 SECOND_FIELD FIXED(5). 3 THIRD_FIELD FIXED(9,0). 3 FOURTH_FIELD FIXED(7,1). 3 FIFTH_FIELD BIT(8). 3 SIXTH_FIELD FIXED BIN(15).
Mohit
  • 5
  • 1
-2
votes
4 answers

What command can I use in a JCL + NDM script to make the transmissions wait?

Working on a z/OS system, and I'm not part of the programming team, but I know some programming stuff. We have a tool that we're working with that can output JCL + NDM to send files from the company to the client. I can manually add and review the…
YetAnotherRandomUser
  • 1,320
  • 3
  • 13
  • 31
-2
votes
2 answers

What is the logic to write a COBOL program to reverse records and move from 1 file to another?

For example: File1 AAA BBB CCC DDD File2 DDD CCC BBB AAA
Srikanth Sri
  • 1
  • 1
  • 1
-2
votes
1 answer

What technology can mainframe folks learn and work in the future

Can anyone please let me know what technology we can shift after reaching 10 years of experience(I.T) in mainframes. Can we learn the skills Python, Cloud(AWS/AZURE/Openstack), Data science or _ with mainframes? Any suggestions on this.
Karthika
  • 109
  • 2
  • 3
  • 6
-2
votes
3 answers

Are Mainframe systems replacable?

I'm actually working as a Developper on the mainframe field. Reading many documentations I understand that the real power of such systems is that they can treat many transactions (input/output) operation at the same time. They're also needed to keep…
elkolotfi
  • 5,645
  • 2
  • 15
  • 19
-2
votes
3 answers

Artifactory Bitbucket mainframe Integration

We are planning to use artifactory for mainframe COBOL. We are also planning to use bitbucket as SCM tool for mainframe COBOL. Can you please guide us on how to go about? Thanks, Shnkr