-
IDCAMS Sort File Skip Header and Trailer
The logic is again in two ways: Method-1 Use IDCAMS utility skip header record and trailer record. IDCAMS Skip record code snippet: // EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=A //SYSIN DD * Skip(1)count(48) /* Method-2 Use IFTHEN in sort on input file, that is INREC. That means you need to reformat… Read More ⇢
-
10 Killer Tips to Write PLI program Easily
The following are the top 10 tips to write perfect PLI program. Tip#1 Source programs may be written in upper or lower case. There is no difference between the cases, except within strings. Tip#2 Varying strings (declared with the attribute VARYING) are similar to C’s char. For an exact equivalant,… Read More ⇢
-
PLI Boolean Operators – Real Purpose
Boolean operators in PLI language. Learn how to use them. Read More ⇢
-
12 PLI Phrases to Handle Program Errors
Error handling standard phrases being used in almost all the PLI programs. Read more. Read More ⇢
-
How to Run PLI Program in Batch JCL
Batch JCL to run PLI program. Read More ⇢
-
How to Convert SQL Error into Text
In this post, I explained SQL logic to convert SQL error into a text message using DSNTIAR. Read More ⇢
-
JCL Quiz to refresh the knowledge quickly
The JCL quiz really good to take it multiple times so that you will remember the concepts perfectly. Highly useful for mainframe developer. Read More ⇢
-
5 More JCL Interview Questions
The advanced JCL interview complex questions given on GDG, Tape data set and mainframe error codes. A quick refresher and surely boosts your knowledge. Read More ⇢
-
Credit Cards Domain: 6 Top Payment Solutions
6 Top payment solutions. Payment terminal POS Mobile pay Virtual payments Gateways Integration 1.Payment Terminal A piece of hardware that allows a merchant to swipe or key-in credit card information as well as any other information required to process a credit card transaction. 2.Point-of-Sale (POS) System A piece of hardware… Read More ⇢









