What is the function of DSPATR (display attributes) keyword?
Answer Posted / 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 |
Post New Answer View All Answers
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...
which are the member types which seu supports?
Difference Between Source Physical File & Physical File?
how do u compile rpgle program?
maximum number of subfiles that can defined in a rpg program for one display file is?
which single rpg opcode performs both setll and reade?
What are the record format field mapping options in cpyf?
define a shared access path?
maximum number of subfiles that can be active for a single file is?
what is rpg fixed logic cycle?
Difference between NOPASS & OMIT?
what is xfoot opcode ?
what is a logical file?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
How to reverse a string using RPG?