What would be the effect on the field where reverse image,
underline and high intensity?
Answers were Sorted based on User's Feedback
Answer / sushma
If you Specify UL,HI,RI attributes on the workstation for
the same field the field will not be displayed
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / syam
Hi Amit please don't post wrong answer bcoz interview time
candidate will give wrong answer.
Simple example: here you can click right mouse and select
all,then see the screen how it is appering that is reverse
image on AS/400 SDA (in COBOL some people says Reverse
Video)
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / kcsyam
This is Display Attribute (DSPATR)using on SDA
HI - High Intensity = More Bright
UL - Under Score (letter quality under line)
RI - Reverse image (letter quality White and Black)
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / amit rungta
Hi Syam,
I guess you have not got the question correctly
interpreted.
please use the following source code stated by me for more
details on the same:
QDDSSRC/TESTING
A DSPSIZ(24 80
*DS3)
A R F01R
A FLD001 10 B 5 7
A 02 DSPATR(HI)
A 03 DSPATR(UL)
A 04 DSPATR(RI)
QRPGLESRC/TESTING1
Ftesting CF E WORKSTN
*
c eval *in02 = *on
c eval *in03 = *on
c eval *in04 = *on
c exfmt F01R
c
seton lr
*
Compile both the source codes and call TESTING1.
As all the three indicators are ON at a time. There will be
no display of the field.
Let me know in case of any other clarifactions.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / syam
Hi Amit,
Thankz,
If a field has both the underline (UL) display attribute
and the highlight attribute (HI), its image is not
reversed, as this combination of attributes has the same
effect as DSPATR(ND) Non Display.
Is it right?
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of record level identifier?
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
How can we receive values from a called procedure in RPG?
Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?
What are the necessary keywords required to code a message subfile?
in rpg could u please tell me errors types and meanings like 3030 that ....
If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
Can we possible to key with the date field?
can we perform CHAIN operation on Subfile record format....?
How to identify the object has compiled with the debug view as *source without using STRDBG?