- Blog
- Blog
- Homepage
- Homepage
-
JCL COND – How to Control Execution of Job Steps Best Example
JCL cond parameter also called condition, which is highly useful to use in controlling the execution of job steps. The ideas given here you can implement in your project effectively.
-
VSAM Alternate Index: The Internal Process Details
Alternate indexes in VSAM (AIXs) allow logical records of a KSDS or an ESDS (in this context, a base cluster) to be accessed sequentially and directly by more than one key field. Here is an example VSAM alternate index. Alternate index in VSAM internal process Process flow of Alternate index in VSAM Role of Path in…
-
DB2 Distributed Computing – How it Works
What is Distributed computing? Here DBMS server process the requests send by the client. Opportunities are more if you are good at Distributed Computing. Srini How It Works Today’s Fortune 500 companies are embracing distributed techniques to access mainframe data on DB2. Although online transaction processing (OLTP) workloads still dominate DB2’s local processing, more applications,…
-
Ultimate answer for GDG (+1) vs GDG (+2) Generation in JCL
The right answer on GDG versions and how to use correctly in JCL.
-
Understanding The Background Of Data Modelling Cordinality.
When performing data modeling in preparation for designing a database, knowing that two entities are related to each other is not sufficient. In addition to knowing that they are related, the cardinality of the relationship must also be documented. Cardinality is the numerical mapping between entities. This describes “how many” of one entity are related…
-
Mainframe Self Study Materials with Complex Interview Questions
At Free of cost all Mainframe materials you can download and use effectively for your interviews. Just download all materials.
-
COBOL Redefines: How to Use Correctly
COBOL Redefines clause top rules and example on how to use it.
-
How to Create VSAM dataset without Using IDCAMS and Option 3.2
Many friends asked how to create VSAM dataset without IDCAMS and Option 3.2. Of course you can use tools to create VSAM dataset. Using SMS (Storage management subsystem) you can create a dataset. The following parameters you need give in JCL, RECORG=option Option==> KS or LS or RR or ES KEYOFF = n and KEYLEN…
-
How to Improve COBOL Table Lookup Performance
Don’t open the file until you need it: The OPEN and CLOSE instruction generates a lot of excessive code, so the recommendation is to always put all of your files in the same OPEN and the same CLOSE. Well the default number of buffers in MVS is 5, so each file you open will consume…
-
25 Top COBOL Recently asked Interview Questions
COBOL interview questions of type multiple choice you can read and learn quickly to your next interview.
-
8 Top Rules to Write Updatable-view
Read only views and Updatable view and its top rules useful for SQL developers.
-
Top 27 CICS interview Questions to Revise Concept Quickly
The most popular interview questions on CICS transaction server and TSQ and TDQ concepts. Really good to apply in your project and to learn quickly.