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 |
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
What is the purpose of SFLFOLD and SFLDROP keywords?
What are the different types of access paths maintained on the file?
what does dfu program you to do on a record?
How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?
1.what operation cannot be used in conjunction with file coded as divice type disk? 2.Difference between INCLUDE AND COPY?
WHAT IS THE DISPLAY CMD FOR DATAQ, HOW IT CAN BE USED?
What is the purpose of the following? FORDHDR1 IF E K DISK ORDHDRF KRENAMEORDHDRF1
how do u compile rpgle program?
what is a physical file?
What is dynslt?
A join logical file has how many record formats?