hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
how many maximum spaces could be given in o specs?
when do you use f-spec. Continuation line ?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
what is the sequence when using cursor?
What is the draw back of Procedures? why we are going to Modules?
What Is The Error If We Don't Get Login Screen?
what is the difference between *like and *namvar ?
what is the use of jdftval in join logical file?
how you will know whether you are in sfldrop or sflfold mode?
in which specification the report layout can be defined?
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
A join logical file has how many record formats?
What are the types of data structure in as400?
when would you use or not use this approach?