What is SDA used for?

Answer Posted / karthik

SDA means SCREEN DESIGN AID

WHICH IS USED TO -->1)DESIGN SCREENS

-->2)MENU DESIGNING

-->3)WE CAN TEST DISPLAY FILES

WE CAN START OUR SCREEN DESIGNING BY USING "STRSDA" COMMAND

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are different types of substems?

1305


What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?

534


what is subfile?

922


what are the uses of factor1, factor2 and result field for the rpg operation code parm?

565


1)In a pf if we delete a record then how to insert a new record at the same place in that pf?? any logic or code? 2)A batch job is taking a lot of time to run,found that it is going into loop and wrapping up so how to skip that loop and process the job without changing the code? 3)In which scenario C D I R comes and C D G F comes in a job? 4)If a job came to error while processing a file how we can know at which record the error hit and how to skip that record and process other records without changing program code?

3043






In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.

8477


. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?

6986


hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.

2107


writing an sql statement from selecting records from two files using single statement and nested select statement.

621


is there any way to dynamically merge other html scripts into a given html?

573


which cl command can be used at program execution to redirect the file named in an rpg program?

679


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

1909


what are the different opcodes available in rpg for database access ?

776


what key word is used when screen is re-display?

630


define the purpose of the iter operation?

987