What Is Default Data Type (if You Define Decimals '0') In Physical File?
What is a query can be displayed without saving it?
hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
What is Group Job?
What is primary file? How many primary file can be declared in a RPG program?
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?
what is OUTFILE?what is the uses and disadvantage? where we can use this?
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
can a single screen format occupy a screen area above and below a subfile format ?
what is the purpose of data structure?
Describe the function of SETLL operation in RPG language?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?