How can you determine the number of characters in a variable?
Answer Posted / abhishek bajpai
Use
%Len(%Trim(Variable)) to get the exact number of characters
in a variable
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
can I touch the array during treatments?
How many program bind in one module....
How to declare the pull button in AS/400..
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
How to write record if no field or the field are different in physical file in rpgle ?
What is the purpose of record level identifier?
How would display prime numbers using CL program?
how do I play {insert rpg system here}?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
what is the necessary keyword needed to scroll subfile records?
how do I declare a minor?
what are the key words you must use when using a subfile?
what is the difference between do while and do until?
What is difference between bind by copy and bind by reference?
How Chain operation copies the record's data to the input buffer for the program?