What would be the effect on the field where reverse image,
underline and high intensity?

Answers were Sorted based on User's Feedback



What would be the effect on the field where reverse image, underline and high intensity?..

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

What would be the effect on the field where reverse image, underline and high intensity?..

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

What would be the effect on the field where reverse image, underline and high intensity?..

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

What would be the effect on the field where reverse image, underline and high intensity?..

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

What would be the effect on the field where reverse image, underline and high intensity?..

Answer / amit rungta

There would be No Display

Is This Answer Correct ?    6 Yes 5 No

What would be the effect on the field where reverse image, underline and high intensity?..

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 would be the effect on the field where reverse image, underline and high intensity?..

Answer / surendra y mudliar

Non Display (ND)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More RPG400 Interview Questions

Can we journel logical file and access path? Can we use commitment control for non-join L.F?

4 Answers  


what is ment by "MDT"

2 Answers   TCS,


we are sending data of physical file to screen design and it is showing no record why?

1 Answers   NTT Data,


What is the purpose of record level identifier?

0 Answers  


Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?

1 Answers  






suppose if we want to update the data in cl what we will do?

9 Answers  


If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?

0 Answers  


In how many ways a session/device error occurs,,, and what is the remedy for it?

3 Answers  


There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented

3 Answers   Cap Gemini, IBM,


Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?

2 Answers   HSBC,


list down and describe the sub systems vailable

5 Answers   IBM,


What is file identifier where we can use?

0 Answers  


Categories