this is rpg3 code
W0RTN IFEQ @CN,002
what is the means @CN,002
Answer / pascal
@CN is an array and @CN,002 represents the 2nd element of
that array
| Is This Answer Correct ? | 3 Yes | 0 No |
1.CA(command Atention key)& CF(command Function key) difference with example?Please can any body tell me in real time exp? 2.Can any body tell me some mandatery function keys using while creating any screen with use of SDA-FUNCTION kEYS?
what is the difference between the cpyf command crtdupobj command?
what is the necessary keyword needed to scroll subfile records?
what are the types of identifers
To check the locks , we use cmd WRKOBJLCK , but how we confirm whether it's objeck lock / member lock. I confused with the Lock type and Status values...Can any body please tell me ...
Can we possible to key with the date field?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
Why we cannot call a service program? If I add a PEP can i call the service program?
can i use UPDDTA command in rpg program in which contains a file
How can i check the object existance in RPG program without using QCMDEXC command.
What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'