1.Are there any errors in the following statement?If so
then list them.DTAARA is a data area having a field EMP #
and EMPNO is a
field in the file EMPPF.Which has one record.
READ EMPPF
IF %FOUND(EMPPF)
IN DTAARA
EVAL EMP#=EMPNO
OUT DTAARA
ENDIF
Answer Posted / syam
IN *DTAARA
OUT *DTAARA
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the types of identifiers?
what is the necessary keyword needed to scroll subfile records?
What is difference between bind by copy and bind by reference?
How would display prime numbers using CL program?
what is *place and *auto keyword in prtf ?plz explain
do you use message subfiles? What are the necessary keywords required coding a message subfile?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
how do I declare a minor?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
What is the difference between iter and do?
is this a rpg channel?
What is ment by record level identifier?
how can you display specific subfile page on the screen in unequal subfile?
what is a rpg?
can you debug ile rpg program using isdb?