it is possible declare variable values as variable using cl ?
any cl command is there to declare values as variable
Answer Posted / svankipu
It is not possible to declare the values itself as variables
in CL.
There's an option in RPG/400 & RPGLE to declare a value as
variable.
Use "Named Constant" to do this. Refer to RPG-Manual for this.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what opcode could be used to test an alphanumeric field for all numeric values?
define a shared access path?
how many printer files maximum can be used in single rpg program?
How can we read file using curser? how to define a curser?
what is a physical file?
WHAT IS FERERENTIAL INTRIGRITY ?
how to pick up the changed records every time in a subfile after the first change made ?
how can you check for a records existence without causing and i/o (chain/read)?
difference between view and index ?
how many specifications are there in rpg/400? What are they?
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
can a indexed file be accessed in arrival sequence in rpg program?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
What Does Lokup Does In Tables & Arrays?