Which of the following operations does NOT zero the field FLDA defined as 4,0?
C MOVE *ZEROS FLDA
C Z-ADD *ZEROS FLDA
C Z-ADD 0 FLDA
C MOVE *ALL'0' FLDA
C SUB FLDA FLDA
C MOVE '0000' FLDA
C CLEAR FLDA
C MOVE *BLANKS FLDA
Answer Posted / rinku khan
The last instruction does NOT zero the field FLDA.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the use of unique keyword and what level it is defined?
can we define multi-dimensional arrays in rpg ?
how many printer files can be defined in f specs ?
what does the opcode free do?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
Why we are not able to perform insert delete and update operation in Join logical file?
what are all the contents of subfile?
how will you find a string using pdm?
how can I start a page in a new window?
Difference Between Ca & Cf?
what is rpg ?
Explain The Keywords Edtcde & Edtwrd?
what does the ovrdbf command do?
what are different record spacing keywords in rlu ?
which are the relational operators in rpg?