SELECT CASE WHEN UPPER(BEHAVIOR) = ‘NICE’ THEN ‘MERRY CHRISTMAS’
ELSE ‘BAH HUMBUG!’
END AS “Wishing you”
FROM CONTACTS
WHERE PERSON = :You
AND THIS_YEAR = 2023
Wishing you
—————
MERRY CHRISTMAS Read More
SELECT CASE WHEN UPPER(BEHAVIOR) = ‘NICE’ THEN ‘MERRY CHRISTMAS’
ELSE ‘BAH HUMBUG!’
END AS “Wishing you”
FROM CONTACTS
WHERE PERSON = :You
AND THIS_YEAR = 2023
Wishing you
—————
MERRY CHRISTMAS Read More
In addition, the program that I make as an example is created in a local repository using VSCode.
3:30 Creating a project in VSCode for the example Read More
Interested in learning more about the IBM i platform? Click here to view more resources: https://www.fortra.com/solutions/ibmi-as400Check out the latest results of the IBM i Marketplace Survey here: https://www.fortra.com/resources/guides/ibm-i-marketplace-survey-resultsThere are many pieces of the evolving story that is IBM i. IBM i’s architecture has evolved and will continue to evolve alongside changing technology. Read More
Interested in learning more about the IBM i platform? Click here to view more resources: https://www.fortra.com/solutions/ibmi-as400Check out the latest results of the IBM i Marketplace Survey here: https://www.fortra.com/resources/guides/ibm-i-marketplace-survey-resultsIBM Db2 Mirror was created to address the need for continuous availability. Achieving an active-active environment is crucial for some forms of business where zero downtime is expected. Read More
Interested in learning more about the IBM i platform? Click here to view more resources: https://www.fortra.com/solutions/ibmi-as400Check out the latest results of the IBM i Marketplace Survey here: https://www.fortra.com/resources/guides/ibm-i-marketplace-survey-resultsWhy IBM i (AS/400) is perfect for business applications. In summary, IBM i is built for doing business without having to rewrite your applications as new technology is delivered to the platform. Read More