Search found 7 matches

by Eklavya Bharti
Sun Nov 14, 2021 1:10 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Get small set of data from a larger DB2 Table.
Replies: 1
Views: 1124

Get small set of data from a larger DB2 Table.

Hi, I am writing a COBOL DB2 program. There is a DB2 table which has 7 million rows. I need to get only the 2020 data for the employees having the grade from 1 TO 50. Could you please advise, if I can get total count of each grade through a DB2 query. I need to run the query using a COBOL program. P...
by Eklavya Bharti
Mon Feb 08, 2016 11:30 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Know the OS version using a TSO command.
Replies: 11
Views: 2186

Re: Know the OS version using a TSO command.

prino wrote:Dialog test variables, ZOS390RL
Thanks but I am not sure where do I look for it. But I have also used

Code: Select all

TSO ISPVCALL STATUS
.

This also tells what I was looking.
by Eklavya Bharti
Mon Feb 08, 2016 11:28 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Know the OS version using a TSO command.
Replies: 11
Views: 2186

Re: Know the OS version using a TSO command.

enrico-sorichetti wrote:and knowing it, will it make Your work better ? 8-)
That is a good question but I shall be looking at correct manuals in future, if I knew that.
by Eklavya Bharti
Mon Feb 08, 2016 11:26 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Know the OS version using a TSO command.
Replies: 11
Views: 2186

Re: Know the OS version using a TSO command.

The Rexx external function MVSVAR will return this information in variable SYSOPSYS. Thanks, I have studied about it and found this: Using the MVSVAR Function The MVSVAR function retrieves information about MVS™, TSO/E, and the current session, such as the symbolic name of the MVS system, or the se...
by Eklavya Bharti
Mon Feb 08, 2016 11:20 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Know the OS version using a TSO command.
Replies: 11
Views: 2186

Re: Know the OS version using a TSO command.

Thanks for the reply Robert. I have some view about them. Written them below- 1. Talk to your site support group -- they installed it, they know it. Site support group is not very supportive and they don't tell answer to such questions. :( 2. If you can issue console commands (not many application p...
by Eklavya Bharti
Mon Feb 08, 2016 11:08 am
Forum: Downloads.
Topic: FirstNPrimes v1.0
Replies: 3
Views: 2157

Re: FirstNPrimes v1.0

Hi,

You've written that this can be used for ooREXX but I think we can modify to work it for mainframes too?
by Eklavya Bharti
Wed Feb 03, 2016 3:39 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Know the OS version using a TSO command.
Replies: 11
Views: 2186

Know the OS version using a TSO command.

We have been told that our shop is upgraded zOS 2.1. As a programmer I feel dumb that what is in it for me. At minimum I would like to know where the version informationis stored. What is the way to find out the version we are using of operating system?

Thanks!

Go to advanced search