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 / rinku khan
The last instruction does NOT zero the field FLDA.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the default access path of a file?
What command must be executed before executing OPNQRYF command?
which cl command is used to trap error messages during program execution?
What is the difference between regular logical file and join logical file?
which are the figurative constants used in rpg?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
it is possible declare variable values as variable using cl ? any cl command is there to declare values as variable
what is a non-join logical file?
Space & Skip Are Which Level Keywords?
what is the command used to invoke rlu ?
(1)In Cl Program,Are PGM and ENDPGM mandatery Keywords or not .If yes, please tell me why these keywords is necessary. (2)If we will not define these two keywords (PGMand ENDPGM) then any error will be come or not.
How to change file attributes such as size, file wait time, record wait time etc., permanently?