How can we receive values from a called procedure in CL?
Answer / syed
Using CALLPRC Command with the return variable parameter.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the commands that can be executed in CLP but not in RPG? Why?
can you debug ile rpg program using isdb?
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
can we use cl programming to update or delete physical files
How to update physical file in rpgle without using display file?
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
what is flat file?
two types of read performed in dataqueue?????
wat is the difference between array and multiple occurence data structure?
why subproc not run in dftactgrp?????/plz explain
How can we make use of SETLL operation in CL?