30 pts.
 Non-display fields in physical file
i want to create a PF in which i want to declare fields as non display.Can u help me out

Software/Hardware used:
ASKED: April 24, 2009  7:00 AM
UPDATED: April 27, 2009  10:44 AM

Answer Wiki:
Hi, If you are relating to a display file, then just type DSPATR(ND) just below the text description of that field. Condition this field with an indicator like for eg :- if *99 is on then Display the field else hide it. Populate this field with your Physical file field. Change the values of the indicator in your program according to your requirement. Thanks Siddharth /////////////////////////////////////////////////// One approach is to hide the fields through a logical file - Physical file is created with all fields - Logical file is created over the physical listing only the fields you want to provide access to. - Physical file may be resricted by security. Phil
Last Wiki Answer Submitted:  April 24, 2009  2:49 pm  by  Sangay   635 pts.
All Answer Wiki Contributors:  Sangay   635 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I want nondisplay fileld in Physical file only. Using indicators can i make these filed values as hidden?

 30 pts.

 

Hi,

The non-display attribute is for display files and printer files only. You can code it in a database file (physical or logical) but it will be ignored.

Regards,

Martin Gilbert.

 23,625 pts.