Can any body give the code for this quesition?
Using the following details write C-Spec code to set Name
to"AMMU LABS SYSTEM"
D NAME1 S 10 INZ('AMMU')
D NAME2 S 10 INZ('LABS')
D NAME3 S 10 INZ('SYSTEM')
D NAME S 20
Answer Posted / syam
C EVAL NAME = NAME1 + ' ' + NAME2 +
' ' + NAME3
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How Chain operation copies the record's data to the input buffer for the program?
what is an online rpg?
How to declare the pull button in AS/400..
what is kids-rpg?
What is the purpose of record level identifier?
how can I tell when to replace the array?
How to call one program from another program in RPG? please help me with the code
what is the necessary keyword needed to scroll subfile records?
what are the key words you must use when using a subfile?
what do you mean by an input subfile, what are the keywords required?
how do I preserve and clean the array?
What are the types of identifiers?
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?
how do I declare a table or array in rpg iv?
How can we override a file during runtime in rpg?