- Blog
- Blog
- Homepage
- Homepage
-
Excel Tutorials for Business Analytics
Microsoft Excel analytics of step-by-step guide [http://www.ictlounge.com/work/practical_workbooks/data_analysis_step_by_step_booklet.pdf] Excel for data analysis [http://www.sagepub.com/bachmanfrccj2e/study/resources/Appendix_f.pdf] Data analysis using SQL and Excel [http://www.temida.si/~bojan/MPS/materials/Data%20Analysis%20Using%20SQL%20and%20Excel.pdf] Excel analysis tools [http://home.business.utah.edu/mgtdgw/stat5969/Analysis_Tools.pdf] Excel analytics and Statistics [http://www.casact.org/education/annual/2011/handouts/c15-16-statistics.pdf]
-
JCL Mandatory Parameters in JOB Card
Here are the JCL parameters that you need to use in Job card. 1. Positional parameters //jobname job (acctinfo),programmer-name The above are Positional parameters, they must be coded in the sequence. //Stepname Exec PGM=abcd or Proc-name//Stepname DD DSN=ABCD//Stepname DD SYSOUT=* 2. Additional Points More than one job can be submitted from the same JCL. After…
-
6 Must Read DB2 PLAN Interview Questions
What is DB2 PLAN, and why do we need it? Below, you will find detailed answers. These are helpful for your interviews. DB2 PLAN Interview Questions PLAN – Is an executable DB2 object. A DBRM you can bind directly to a PLAN or a PACKAGE you can bind it to a plan. In the BIND cards,…
-
DB2 Training by Themis inc | Review
DB2 top training for you a review
-
Three Tips for Responding to Failure
Really good article on how to respond to failure. Read more here.
-
IMS DB Accessing Databases: DLI Vs. DEDB
DL/1 databases provide a hierarchically structured database, that can be accessed by record or sequentially. These are the ways to selected correct database for IMS DB.
-
IMS DB – Backward and Forward Recovery
Recovery is the term we use in the sense of IMSDB is restoring a database to its point of integrity. Backward Recovery – IMS will do dynamically backout the data in the following scenarios: Online environment: An application program terminates abnormally An application program issues a rollback call An application program tries to access an…
-
IMS-DB DBRC: Top Components
Database recovery in IMS DB and its list of DBRC components
-
Hadoop Forum
The Hadoop forum. Registration is free join and get benefit instantly. Thousands of people already joined.
-
How to Understand Heartbleed Bug in Open SSL
The bug in OpenSSL causes us to steal data attackers from any system.
-
Hierarchical Database Vs. Relational
The IMS DB and DB2 both are databases. The IMS DB is hierarchial model and DB2 is RDBMS. Read more.
-
IMS DB – DL/I, BMP, MPP – Advanced Concepts
BMP Batch message processing programs (BMPs)Programs that run as batch jobs but access databases that they share with online transactions. In other words, theses share online (message ques) as input, and sends output to database. Transaction-oriented BMP A BMP that accesses the message queue for input. It can also access databases and operating system files.…
You must be logged in to post a comment.