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



Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS..

Answer / rinku khan

The last instruction does NOT zero the field FLDA.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More IBM AS400 AllOther Interview Questions

What is binder language ?

0 Answers  


what is the command to rtrieve system date? options:1.rtvsysval 2.rtvjoba 3.rtvjobd 4.both a and b

5 Answers  


a multiple format logical file is also known as?

0 Answers   IBM,


what opcode could be used to test an alphanumeric field for all numeric values?

1 Answers   IBM,


What are Control level indicators?

1 Answers  






How do you check object lock

0 Answers  


what is the use of jdftval in join logical file?

1 Answers   IBM,


What is the use of L specs in RPG?

1 Answers  


what are various techniques to pass parameters from one program to another?

1 Answers   IBM,


How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.

2 Answers   IBM,


OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?

3 Answers   IBM,


1.what are the builtin funtions in cl pgg?Explain with example 2.what is meant by left outer join?where we can use this?

2 Answers  


Categories