-
Here is The Permissible Length of DB2-Object-Names
The maximum limits that can be used in DB2 database a quick reference. Read More ⇢
-
How to Use Micro Focus COBOL on UNIX
The complete information and download free e-book on micro focus COBOL. Given all the key details about different flavours of micro focus COBOL. Read more. Read More ⇢
-
SQL: What Is An Index
SQL why you need Index and its complete tutorial Read More ⇢
-
IMS DB – User (System) Abend Codes
In the IMS database, you will get errors(abends). This complete list provides you the reason for abend(error) and resolution. Read More ⇢
-
Srinimf.Jobthread | India,USA,World IT Jobs
http://srinimf.jobthread.com Read More ⇢
-
COMMIT Vs ROLLBACK top differences to manage data
COMMIT and ROLLBACK are two popular statement in SQL. What is COMMIT and ROLLBACK explained in a way that any layman can understand the concepts and apply to their projects. Read More ⇢
-
SQL NULLs Complete Tutorial
NULL BASICS: An arithmetic operation involving a NULL returns NULL. For example, NULL minus NULL yields NULL, not zero. A boolean comparison between two values involving a NULL returns neither true nor false, but unknown in SQL’s three-valued logic. For example, neither NULL equals NULL nor NULL not-equals NULL is… Read More ⇢
-
CICS – Function Shipping
The following information contains guidance about parameters that are important in the definition of remote data resources that are to be accessed by function shipping. Those data resources are: Remote files Remote transient data queues Remote temporary storage queues Reference IBM: Defining remote files: A remote file is a file… Read More ⇢
-
Mainframe – SQL Challenge -1
Question 1: Get maximum salaries department wise? Sol: SELECT DeptID, MAX(Salary) FROM EmpDetails GROUP BY DeptID Question 2: Write COBOL logic to get nth prime number? IDENTIFICATION DIVISION. PROGRAM-ID. PRIME. AUTHOR. XYZ. DATE-WRITTEN. JULY 2014. ENVIRONMENT DIVISION. CONFIGURATION SECTION. SOURCE-COMPUTER. IBM-370 WITH DEBUGGING MODE. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-VAR.… Read More ⇢
![PySpark ETL Logic [Working Solution]](https://srinimf.com/wp-content/uploads/2024/07/image.png?w=1024)




