- Blog
- Blog
- Homepage
- Homepage
-
How to Understand SAS Macro Easily
The SAS program explained the syntax rules you need and program rules how to write it. Highly suitable for dummies in SAS. Read more.
-
How to Run a Query in QMF Automatically
Best example to run SQL query automatically in QMF. Useful for mainframe developers.
-
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 input record without header and…
-
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, in Enterprise PL/I for z/OS…
-
PLI Boolean Operators – Real Purpose
Boolean operators in PLI language. Learn how to use them.
-
12 PLI Phrases to Handle Program Errors
Error handling standard phrases being used in almost all the PLI programs. Read more.
-
How to Run PLI Program in Batch JCL
Batch JCL to run PLI program.
-
How to Convert SQL Error into Text
In this post, I explained SQL logic to convert SQL error into a text message using DSNTIAR.
-
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.
-
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.
-
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 similar to a payment terminal…
-
Credit Card Domain -Key Exchange Technics
Suppose you are a customer using a credit card to order an item from a website. An obvious threat is that an adversary would eavesdrop on your network communication, reading your messages to obtain your credit card information. It is possible and practical, however, to encrypt messages so as to prevent an adversary from understanding the message…
You must be logged in to post a comment.