Quantcast
Channel: The Big IBM i Blog – Nick Litten [IBM i AS400 iSeries] Software Developer
Viewing all articles
Browse latest Browse all 503

Upgrading AS/400 green screens

$
0
0

aka WEB-ENABLING AS400 and iSeries

Converting an old green screen application to run in a website is as easy as typing an email or uploading a photo to facebook. If you are an IBM i Software developer then the only change to the RPG code is addition of a single line below the WORKSTN definition in the 'F' Specs: using the HANDLER keyword. This basically tells the IBM i operating system that we are expanding the interface for the DSPF to allow conversation with a web browser. Modernizing applications really is easy!

Here is an example of an old fashioned green screen that I have just modernized (the jury is still out regarding the use of the word "modernize") using the Profound Logic Screen Designer:

(1) Green Screen AS400 Application

Here is the old 1980's style green screen... amazingly still used in this exact style throughout the business world today. It's like the users have been frozen in time for the last twenty years, while their IT Department failed to notice this modern invention *cough* called the internet. I frequently hear the same message from the green-screen programmers "if its not broke -- don't fix it". 


Viewing all articles
Browse latest Browse all 503

Trending Articles