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
how to validate input values in display file ?
how many files can be defined in f specs?
What are the types of data structure in as400?
in conjunction with what other keyword must ovrdta and ovrata be used?
define a output queue?
what are the three line types in rlu ?
define what a data area is along with a brief example of what it may be used for?
What are the different opcodes used for file operation on a subfile in a rpg pgm?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
What is compiler directive in as400? Give example of compiler directive.?
when would you prefer logical file than opnqryf?
how to write *pssr ?
what are various techniques to pass parameters from one program to another?
How to convert a spool file to PDF file in AS400?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.