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 |
Can you use multi format LF in CL program?
what is the use of unique keyword and what level it is defined?
What is the function of RJE Conversion Utility?
can we define multi-dimensional arrays in rpg ?
what is the correct about QTEMP library(below mention)? a.it is Unique to a job b.it can be shared between different job c.it can only be deleted by QSECOFR d.Non Please give me the answer for this?
how do you use exceptional write in c specs?
write the SQL statement to retrieve the 2nd Highest salary ammount(File Name="EMPLOY",Field Name="SALARY")
6 Answers Bally Technologies, Cognizant, Vertex,
What is the function of DSPATR (display attributes) keyword?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output
how to get no of records in file in rpg with out cl cmd
write a pgm to read p.f using cl pgm?