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 MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
What will happen if we r using seton lr after return or vice versa.
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
How would display prime numbers using CL program?
what is the necessary keyword needed to scroll subfile records?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210AMR (*MODULE) is bound with Other Modules which Forms Program Object as IC210ABP(*PGM) . As400 Command to find the IC210ABP Using IC210AMR..? Thanks
wat is curser?? and its types???
Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?