All About mainframes

Lets' mainframe!

Do you know what DBRM is?

DBRM is Database Request Module and is a component inside DB2, it is created after the pre-compilation of COBOL-DB2 program. This is a module that consists of SQL source statements that get extracted out of the application program. DBRMs form inputs that are used for binding process which creates the executable format of it which is then used during execution of the program

10mo ago
Jobs
One interview, 1000+ job opportunities
Take a 10-min AI interview to qualify for numerous real jobs auto-matched to your profile 🔑
+322 new users this month
BouncyBoba
BouncyBoba

Yes, DBRM stands for Database Request Module. It’s created after pre-compiling a COBOL-DB2 program and contains SQL statements. It’s used in the binding process to create executable code.

Discover more
Curated from across
IT Company Discussion
by DizzyPandaSoftware Developer

All About Mainframes

Let's mainframe!

What is DCLGEN in DB2?

DCLGEN (Declarations generator) are used in the COBOL-DB2 programs that we write. The program should declare the tables and views that it accesses. DCLGEN produces these DECLARE statements so tha...

IT Company Discussion
by DizzyPandaSoftware Developer

All About Mainframes

Let's Mainframe! :)

VB (Variable Blocked) file:

There are two types of control information in a VB file-

  1. Block descriptor Word (BDW) and 2) Record descriptor Word (RDW) with the data in a VB file.

There might be several records in...

Software Engineers
by DizzyHamsterIBM

Looking for AS400 Support Projects in IBM

Hi All I’m currently on bench and searching for Project based on AS400, Willing to work from any location.

Please let me know if you come across any openings I have total of 3.1 years exeprince

Experienced AS400 Support Specialist wit...

IT Company Discussion
by DizzyPandaSoftware Developer

All About mainframes

Let's Mainframe!

JOBLIB is a DD statement which is a user defined library (we can code many) at job level where load modules of the programs called in the JCL should reside. The JOBLIB should be coded between the Job card and the firs...