RPG Free Form in a Nutshell SystemiDeveloper

​In this video, Susan Gantner will gives you a brief refresher on free format logic, then focuses on the more recent free-form declarations (i.e. the replacements for H, F, D and P specs) as well as the ability to use as many columns for your RPG logic as you need—starting in column 1 if you want! Read More 

iSee Undeclared Intentions

​Tim Rowe is the Business Architect for IBM i responsible for System Management and Application Development.
Business Architect Application Development & Systems Management for IBM i Read More 

Lookup IP address host using SQL Simon Hutchinson

​Added as part of the recent Technology Refreshes, IBM i 7.5 TR2 and 7.4 TR8, is a new scalar function that returns the hostname for an IP address.
The syntax for this scalar function, DNS_LOOKUP_IP, is simple, and can be used in one of two ways:

01 VALUES DNS_LOOKUP_IP(IP_ADDRESS => ‘123.456.789.12’) ;

02 VALUES DNS_LOOKUP_IP(‘123.456.789.12’) ;

Read more » Read More 

Verified by MonsterInsights