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

What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?

3 Answers   HSBC, IBM,


am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me

1 Answers  


1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??

2 Answers  


how does the rpg element work?

0 Answers   IBM,


1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?

4 Answers  






How to find d key field of a pf that doesn’t have source physical file?

2 Answers  


What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?

1 Answers   IBM,


1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. 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?

6 Answers   Virtusa,


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

0 Answers  


if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.

2 Answers   TCS,


what was the robotech rpg?

0 Answers   IBM,


i would like to know under what circumstance the object will get locked on AS400.

5 Answers   IBM,


Categories