What is the function of DSPATR (display attributes) keyword?
Answer / nitin trivedi
Use this field level keyword in display file to specify one or more display attributes for the field you are defining. You can specify the DSPATR keyword more than once for the same field, and you can specify more than one attribute for the same keyword. The following are valid attributes:
For All Fields
Display
Attribute Meaning
BL Blinking field
HIHigh Intensity
RIReverse Image
CS Column separator
NDNon Display
PC Position cursor
UL Underline
For Input-Capable Fields Only
PRProtect contents of field from input keying
MDTSet modified data tag when displayed
OIDOperator identification
SPSelect by light pen
| Is This Answer Correct ? | 0 Yes | 0 No |
what is sflpag and sflsiz ?
What are the types of Signature validation?
Is it necessary to define all formats ? Which are mandatory and which are Optional ?
what key word is used when screen is re-display?
which are the query selection criteria, which can be given in a query?
What is a job log?
what is *inzsr used for?
what is the function of cpyf command?
How can we update a specific field in RPG?
how to pick up the changed records every time in a subfile after the first change made ?
What are the valid user defined data area types?
How can I automate sftp commands(ls & get) in CL program.. If I want to write two scripts one for each command... can u plz tell where the script should be written? & what will be the content of each scripts?