- Blog
- Blog
- Homepage
- Homepage
-
Change the Way You Start Your Day
Change the Way You Start Your Day What’s the first thing you do when you get to your desk? Check email and listen to voicemails? This is the worst way to start the workday. Instead of automatically going into reactive mode and focusing on other people’s priorities, begin your day with a brief planning session…
-
How to Execute TSO, CLIST and REXX Commands
Here’s a quick guide on TSO REXX and helpful for Mainframe developers
-
3 COBOL Features Not Allowed in CICS
Designing a COBOL program is a skill, if we write it effectively it reduces CPU time. The following COBOL feature are not allowed in CICS program. ACCEPT – There is no question of accepting data from screen. So we can not use it DISPLAY – This is also not allowed in CICS program I/O Statements-…
-
Analytics – How to make mid career change
After researching in internet and asking my friends I have found some guidelines, who want to make change into analytics. It is never too late to join in analytics SAS certification would be a plus point to start your career Initially, we should not expect much salary. Later, you will become hero in analytics There…
-
DB2-Stored Procedures – Examples
Complete resources on DB2 stored procedures: http://solutions.devx.com/ibm/skillbuilding/archives/introduction-to-db2-stored-procedures.html http://solutions.devx.com/ibm/skillbuilding/archives/walkthrough-creating-stored-procedures-in-db2.html http://www.toadworld.com/platforms/ibmdb2/w/wiki/7467.creating-stored-procedures.aspx http://www.quest.com/quest_central_for_db2/pdfs/db2storedprocsandudfs.pdf There are two types of stored procedures: External stored procedures – It is written other than SQL language. For example C, JAVA. After compiling stored procedure we need to register it to DB2 Internal Stored procedure – It is written in SQL, and it is…
-
Mainfrmae MVS Abend Codes
Top abend codes popular in Mainframe MVS
-
DB2 – How to Bind a Package in Remote System
The local and Remote binding in DB2 is a real time concept. It occurs when you deal with remote packages created elsewhere not in your local region.
-
JCL Mainframe Advanced Tips on Procedures or Procs
The JCL quick tips to implement in mainframe projects and highly useful for senior developers.
-
5 Tips to Become Expert in SQL
Follow these tips to learn SQL quickly. These are proven tips. Read more.
-
10 Most Popular Analytics Applications Trending Now
Big data and analytics is a trending skill. There are many kinds of analytics applications being used in business. This is one kind of interview question.
-
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…
You must be logged in to post a comment.