How can we receive values from a called procedure in CL?
Answer Posted / syed
Using CALLPRC Command with the return variable parameter.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is ment by record level identifier?
what is the necessary keyword needed to scroll subfile records?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
What are the types of identifiers?
How Chain operation copies the record's data to the input buffer for the program?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
how can I tell when to replace the array?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
What is the difference between iter and do?
can you debug ile rpg program using isdb?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is the difference between do while and do until?
what do you mean by an input subfile, what are the keywords required?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?