Hi friends i have i question please reply me asap.

what would be coding in DDS and programing part for this
condition suppose that i have three fields in the display
file(subfile)which has 7 record format.

Condition is ''The supplier LOT, ISSUED TO PROD and LINE
GRP fields in display file(Subfile) will not be shown if
their respective fields are blank/zero in the record formats
WIM311FM and Record format WIM311FM.

I want coding part in DDS and Programing.
Please reply me as soon as posible.



Hi friends i have i question please reply me asap. what would be coding in DDS and programing pa..

Answer / syam

This for Display file
Be4 writing the Subfile record you need to clear first.
A R PCKSFL SFL
A SFLNXTCHG
A LOT 17A O 9 40COLOR(WHT)
A ISSUED TO PROD 9A O 9 40COLOR(WHT)
A LINE GRP 5Y 0O 9 3EDTCDE(Z)
A POINT 4S 0H
A R PCKCTL SFLCTL(PCKSFL)
A OVERLAY
A 80 SFLDSP
A 80 SFLDSPCTL
A N80 SFLCLR
A N81 SFLEND(*MORE)
A SFLSIZ(0008)
A SFLPAG(0007)
Program Part in RPG
FPICKSLD CF E WORKSTN USROPN
F POINT KSFILE PCKSFL

C PROCES BEGSR
C EXSR CLRSFL
C READ PICK01 41
C *IN41 DOWEQ*OFF
C ADD 1 POINT
C WRITEPCKSFL
C ENDIF
C READ PICK01 41
C ENDDO
C WRITEPCKCTL
C ENDDO
C ENDSR
* BE4 LOADING SLF HERE IT IS CLEARING
C CLRSFL BEGSR
C Z-ADD0 POINT
C Z-ADD0 SLNO
C SETOF 80
C WRITEPCKCTL
C SETON 80
C ENDSR

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More IBM AS400 AllOther Interview Questions

which cl command can be used at program execution to redirect the file named in an rpg program?

0 Answers   IBM,


how to see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?

13 Answers  


Any change in service program we write binder language to allow signature change,What is the maximum number of signature change allowed in RPGLE?

3 Answers   Syntel, Tech Mahindra,


what is the maximum number of record formats in dspf?

1 Answers   IBM,


what are the uses of factor1, factor2 and result field for the rpg operation code parm?

0 Answers   IBM,


When will DUMP and DEBUG opcodes be ignored?

1 Answers  


If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...

0 Answers  


during input operation which indicator position is seton if there is a record lock?

1 Answers   IBM,


Can an indexed file be accessed in arrival seQuence in RPG program ?

1 Answers  


Describe the function of SETGT operation in RPG language?

1 Answers  


how to handle job errors in as400 what is the command and where can we find out whether the job has any errors

2 Answers   Virtusa,


what is the purpose of ovrdta and ovrata keywords ?

1 Answers   IBM,


Categories