- Blog
- Blog
- Homepage
- Homepage
-
Easytrieve Key Statements (2 of 3)
This post tells key statements being used in Easytrive.
-
How to Speak English Instantly
We spend money for degrees, But we don’t spend for communication Skills. I am just writing an interesting topic. That is <<spoken english>>. Many of us neglect this area and working for corporate companies. In jobs/career/business need communication both speaking and writing. We pay attention to our degrees, spend lakhs of rupees to get it. Ideally,…
-
Easytrieve key statements(1 of 3)
In my earlier post I have given brilliant flow chart that help you understand quickly the program flow. EZTP key statements i have given few here. I will give some more in my next posts. CALL PGMNAME USING (FIELDA, FIELDB, FIELDC) Description: PGMNAME= program name, FILEDA, FILEDB, FILEDC ARE WORKING STORAGE GROUPS. RESET WORKING-STORAGE Description: It restores value of working storage fields to initial…
-
Easytrieve Program Flowchart to Write Awesome Reports
The program flow chart is highly useful to understand the easytrieve program. Read more.
-
VSAM- JCL Quiz Questions Part-3
All the QUIZ questions given in the form of Test for Mainframe developers on the topics VSAM and JCL.
-
VSAM- JCL Quiz Questions Part-2
QUIZ VSAM and JCL mock test 1 and Mock test 2 to refresh your knowledge for interviews.
-
VSAM- JCL Quiz Questions Part-3
VSAM questions. Here is part-3 useful for projects and interviews.
-
JOIN KEY in DFSORT 2 Top Examples
IBM DFsort JOIN KEY Paired best examples. You can use for your project.
-
JCL-How to Give Dummy VSAM Dataset
There are multiple DUMMY data set benefits you can see in your JCL. Explained how to created DUMMY dataset in VSAM. Added more info why DUMMY is used in projects.
-
10 PLI Key Error Handling Phrases
PLI conditional errors popular in all the programs.
-
PLI: How to Declare Arrays
An array is a subscripted collection of data items of the same data type. PL/I allows arrays of arithmetic values, character strings, bit strings, label constants, entry constants, pointers, files, or structures. You can refer more in it. The following are examples of array declarations: declare test_scores(100);declare A(4,5);declare A( 1:4, 2:5, 0: 10); You make…
-
Creating Super and Participating Package in Chgman
The best way to create super package and Participating package in Changeman in mainframe projects.