Questions tagged [zos]

z/OS is a 64-bit operating system that runs on IBM's traditional mainframe hardware, also known as System z.

z/OS, along with zLinux, zTPF, z/VSE and z/VM, is an operating system which runs on IBM's System z hardware.

This tag should be used when asking questions related to the specific operating system z/OS, associated tags may be mainframe, cics or db2 (provided you're talking about the mainframe versions of those products).

A descendant of OS/360, a primary design premise is backward compatibility. Application programs dating from the 1970s continue to run unaltered on modern z/OS systems.

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

606 questions
-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

Is there a mainframe z/OS image to run in cloud platforms?

I might be asking a stupid question. Is there an OS image for mainframe similar to Linux and Windows? what does it mean GCP or a cloud platform says "can run a custom image of an application" ? Is it only within Linux and Windows flavors ? Please…
Arun
  • 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
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
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
-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
1 2 3
40
41