What would be the output of the variable result?
D RESULT S 5S O INZ(00011)
C EVAL RESULT = %TRIM(RESULT)
Please give me the correct answer for this
A.0001
b.compile time error
c.11
d.Runtime error
Answers were Sorted based on User's Feedback
Answer / swetha p rao
Answer is b
compile time error as data types doesnt match
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / guest
The correct amswer is-b
B'cos passed data item should be character type.
| Is This Answer Correct ? | 6 Yes | 0 No |
what is the necessary keyword for non-join logical file?
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
What are the types of data structure in as400?
what is the purpose of data structure?
what is the use of UNIQUEUE KEY WORD? what is the difference between PFILE AND REF?
how to handle job errors in as400 what is the command and where can we find out whether the job has any errors
how to write code for singlepage in sqlrpgle with update ?
how do you read data area in an rpg program?
what is library?
why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different??please tell
What is the purpose of CHGPF (Change physical file) command?
how can you execute a command from within an rpg program without calling a clp program?