IBM AS400 Question: Download IBM AS400 PDF

What are the commands that can be executed in CLP but not in RPG? Why?

Tweet Share WhatsApp

Answers:

Answer #1All RTV* commands can be executed at CLP but cannot be
executed at RPG.

Answer #2RTV* will require a return variable, we can not use rtnvar in RPG and we can not take RTV* as an outfile.

Download IBM AS400 PDF Read All 25 IBM AS400 Questions
Previous QuestionNext Question
What is the difference between ITER and DO? We know both are used to execute set of statements repeatedly, but what is the main difference?Why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different?