Describe the function of SETGT operation in RPG language?
Answer / aruna
The SETGT operation positions a file at the next record with a key or relative record number that is greater than key or relative record number specified in factor 1.
| Is This Answer Correct ? | 0 Yes | 0 No |
writing an sql statement from selecting records from two files using single statement and nested select statement.
How to know the number of records in a pf through clp program?
What do you mean by ODP?
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?
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
diffrence between rename and prefix
What is keyword PFILE specifies ?
How do you combine two record formats in RLU ?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
What is library list ?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
What Is Default Data Type (if You Define Decimals '0') In Physical File?