what is service program?
No Answer is Posted For this Question
Be the First to Post Answer
What is the default value for the number of increment for the physical file?
What is primary file? How many primary file can be declared in a RPG program?
What are the types of data areas?
List the steps/commands necessary to accomplish the following: a. Copy data from the file ORDHDR into file ORDHIST b. The file ORDHIST may or may not exist c. If the file ORDHDR does exist, it may or may not contain data d. The file ORDHIST may or may not contain data, if the file does contain data the old data should be erased
what is externally described file ?
what is a join logical file?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
Is it possible to join the same file to itself ?
how you get the relative record in a subfile in which cursor is located?
it is possible declare variable values as variable using cl ? any cl command is there to declare values as variable
What is the necessary keyword used in a physical file to refer field definitions from the field reference file?
if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output