What is the syntax of passing parameters to a procedure by
value?
Answer / sd
Code Value in the keywords section of d spec. This should
be done in the prototype definition of the proc
| Is This Answer Correct ? | 3 Yes | 1 No |
How can we make use of SETLL operation in CL?
What you have to do in the display file when you are using message subfile?
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?
check existence of one record without using chain or read?
how do u track msg in cl pgm???
1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF
How can we change element of compile time array?Can we do so
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
How can we override a file during runtime in rpg?
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.