Search found 105 matches

by DB2 Guy
Mon Apr 22, 2024 9:34 pm
Forum: Interview Questions.
Topic: Mainframe Interview Questions (3-5 Years Experience)
Replies: 3
Views: 127
India

Mainframe Interview Questions (3-5 Years Experience)

This might interest some of you. Listed below are the Mainframe Interview Questions for 3-5 Years Experience: Database and SQL Describe different transaction isolation levels in DB2 and their implications. What SQL statements have you used extensively during development and support? Explain the effe...
by DB2 Guy
Mon Mar 04, 2024 4:17 pm
Forum: IBM DB2 and IMS DB/DC
Topic: In DB2, how to know date/time a particular Database was put to RO?
Replies: 2
Views: 279
India

Re: In DB2, how to know date/time a particular Database was put to RO?

As far as I know, there isn't a single, definitive way to pinpoint the exact moment a DB2 database was switched to read-only (RO) status. However, there are several methods that can help you narrow down the timeframe: 1. DB2 Logs: Check the DB2 diagnostic log files (db2diag.log and others) for relev...
by DB2 Guy
Sat Feb 17, 2024 11:53 am
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: How to read a Vsam file in COBOL starting from next record of the key value?
Replies: 3
Views: 353
India

Re: How to read a Vsam file in COBOL starting from next record of the key value?

1. File Organization: Ensure the VSAM file is a  KSDS (Key Sequenced Data Set) , as this organization allows for direct access based on keys. 2. File Definition: Define the file in your COBOL program, matching the file's structure and key field: COBOL FD VSAM-FILE RECORDING MODE IS V ACCESS MODE IS...
by DB2 Guy
Thu Nov 23, 2023 5:25 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Setting up JNI for calling Java from COBOL on z/OS
Replies: 14
Views: 4271
India

Re: Setting up JNI for calling Java from COBOL on z/OS

When you are binding a COBOL program that calls external functions like JNI_CreateJavaVM (Java Native Interface) from a shared library or DLL (Dynamic Link Library), you need to provide the necessary information for the linker to resolve these external names. This typically involves specifying the l...
by DB2 Guy
Thu Nov 23, 2023 3:58 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Setting up JNI for calling Java from COBOL on z/OS
Replies: 14
Views: 4271
India

Re: Setting up JNI for calling Java from COBOL on z/OS

Calling Java from COBOL on z/OS using JNI involves several steps. Below is a high-level outline of the process, and I'll also provide a simple example: Write the Java Class: Create a simple Java class that you want to call from COBOL. Save it as a .java file. For example: // HelloWorld.java public c...
by DB2 Guy
Thu Nov 16, 2023 10:52 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Setting up JNI for calling Java from COBOL on z/OS
Replies: 14
Views: 4271
India

Re: Setting up JNI for calling Java from COBOL on z/OS

To have access to the JNI source file located in the z/OS UNIX System Services (USS) file system at /usr/lpp/cobol/include, you need to mount the USS file system that corresponds to the path /usr/lpp/cobol. In z/OS, USS file systems are typically mounted under the /u directory. Therefore, you should...
by DB2 Guy
Fri Jun 23, 2023 3:07 pm
Forum: Ask for Job Guidance and referrals here.
Topic: TCS policy on next interview.
Replies: 2
Views: 922
India

Re: TCS policy on next interview.

There is a good possibility that they might not call you back in near future, however, as you've not to join them, so they should not block you from joining them in future. Good luck with your career.
by DB2 Guy
Sat Jun 10, 2023 9:49 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Mainframe as a career.
Replies: 30
Views: 25367
India

Re: Mainframe as a career.

That statement can be applied, possibly, to any career choice and not just mainframes, yes? Let me add my thoughts to this: It can be safely assumed that when computer started and at the same time when some companies had enough money to deploy such "machines" back then, only choice about c...
by DB2 Guy
Wed May 31, 2023 10:23 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Heirloom Computing
Replies: 6
Views: 3112
India

Re: Heirloom Computing

Hi inderkumar,

What Microsoft Learning Partner program has to do with this thread, please share your perspective.
by DB2 Guy
Sat May 27, 2023 12:33 am
Forum: You are a Guest.
Topic: HOWTO terminate long running TSO HSEND command
Replies: 1
Views: 2927
India

Re: HOWTO terminate long running TSO HSEND command

Would you mind giving more example and explanation over it. It's not my area however with more information, it might help.
by DB2 Guy
Wed Mar 15, 2023 5:43 pm
Forum: You are a Guest.
Topic: CICS support person having 2.6 years exp. - need suggestion.
Replies: 3
Views: 2487
India

Re: CICS support person having 2.6 years exp. - need suggestion.

Salaries are very subjective - though a bit of home work should pay. Check what other skill-set along with mainframes you can learn, try them. Start working on some projects and apply along with mainframe - lately during 2020, salaries for mainframe programmers have seen a surge as well. You might b...
by DB2 Guy
Thu Nov 10, 2022 12:42 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Easytrieve documents.
Replies: 2
Views: 1109
India

Re: Easytrieve documents.

Easytrieve documents are under copyright. You might want to look here though: https://knowledge.broadcom.com/external ... oadin.html
by DB2 Guy
Sat Nov 05, 2022 3:43 pm
Forum: File-AID and IBM File Manager.
Topic: Production VSAM file on hold and causing prod jobs to fail
Replies: 5
Views: 4719
India

Re: Production VSAM file on hold and causing prod jobs to fail

I am not sure if 'browse by file-aid' creates a Job in background but your system team can set the priorities to cancel anything of this nature for production job execution. This is a pretty common scenario and I've not it happens in shops where I have been to.
by DB2 Guy
Sat Nov 05, 2022 3:40 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: The Corporate Solution!
Replies: 3
Views: 1334
India

Re: The Corporate Solution!

LOL - can easily relate to that and how true is that.

Look at Twitter saga. What do you think Elon Musk has done it the right way? I know this is not that forum, however, this just not ethical at all, IMHO.
by DB2 Guy
Sat Nov 05, 2022 3:39 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: How many hours per day you use computer?
Replies: 36
Views: 6662
India

Re: How many hours per day you use computer?

10 hours, at least. I think it our screen should be less but in this IT world I doubt it's going to decrease.

I'm rather concerned for my daughter, she is on screen all the time for her online classes and so-called homework thereafter.
by DB2 Guy
Sat Nov 05, 2022 3:29 pm
Forum: DevOps for Mainframes and related news
Topic: DevOps and mainframe modrization.
Replies: 1
Views: 1870
India

Re: DevOps and mainframe modrization.

Are they not just two different things? Why do you want to compare them?
by DB2 Guy
Sat Nov 05, 2022 3:28 pm
Forum: Interview Questions.
Topic: In CICS, show password as asterisks
Replies: 7
Views: 1895
India

Re: In CICS, show password as asterisks

I don't understand such interview questions, even if you by some magic are able to do it, what difference does this make to your office-life? How's is this relevant for an interviewing process?
by DB2 Guy
Sun Aug 15, 2021 1:17 pm
Forum: Site Announcements and Rules.
Topic: Moderator's Interview Series: Robert Sample.
Replies: 14
Views: 7069
India

Re: Moderator's Interview Series: Robert Sample.

Robert is one of the most knowledgeable person around on this website. It's really great reading your views Robert. Appreciate sharing that with us.

Respect,

Go to advanced search