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 |
If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
how to change the length of the field in a physicalfile?
How do you know if a record exists without doing a READ and CHAIN?
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
How we will read call stack?
parameters cannot be passed in which one???
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
How to find d key field of a pf that doesn’t have source physical file?
what is kids-rpg?
Suppose in CL we reach at end of file and again we have to reach from 1 record
What would be the effect on the field where reverse image, underline and high intensity?
How can you delete a record from a file in RPG without using DELETE oppcode?