is it possible to create a join logical file using two join logical files ? give exact reason for your answer
4 13569i have recently moved to hyd. i would like to know which is the best institue to learn AS400. are there any in ameerpet? thanks.
4 7691In there is 100 no. of recordsin PF, if i delete all the records. Then what is the Size of the PF?
9 14451OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?
IBM,
3 32344How to write a password mask program in as400? like the password which i type should be displayed as '*****' r ###### which the user wishes to dispaly if u could help me with url r the solution in written code this will help me
21 369931) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) What is Non-Join Logical file and its importance?
4 24517Post New IBM AS400 AllOther Questions
when do you explicitly open files and close files in an rpg program?
how do you read data area in an rpg program?
how to declare a constant variable in the freeformat?
what is elastic and non elastic subrile?
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
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
when is a tag statement used in rpg?
what is the use of unique keyword and what level it is defined?
what are the basic features of seu?
what are the different opcodes available in rpg for database access ?
What is the use of jdftval in as400?
in conjunction with what other keyword must ovrdta and ovrata be used?
what is the command to know key fields of file?
how may a cgi control duplicate inputs?
what is the purpose of putovr (put with explicit override) keyword?