Q.How primary file can be defined in RPG/400?Please write the senario with opcode specification?
3 11025Q. 1.What would be structure of CL PGM. 2. What are the levels of CL PGM. 3.How many files can be defined in new CLLE program?
IBM,
3 11931Q. 1.What are the in build functions in CL program and what are uses of thes in build functions? 2.How we can create own command in CL program? 3.What is use of STRSRVJOB?
CTS,
3 12639Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?
CTS,
6 27895Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?
IBM,
6 16621Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
CTS,
5 33537how we lock a pf???? what are the parameters used in this command.how we understand whether an object is locked or not?? using command .....we have to use *PSSR? and trough *status..how??.if we give an eg to me???pls answer me anyone..
CTS,
5 16649Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?
IBM,
6 16831How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
4 18614Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
2 6397Post New IBM AS400 AllOther Questions
what is *inzsr used for?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
what if my system I runs with system value qccsid 65535?
What is the difference between crtdupobj and copyf?
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
what keyword must be used with protect keyword ?
Apart from opening of a file do we have any other use of USROPN?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
which single rpg opcode performs both setll and reade?
what is maximum number of arrays allowed in rpg?
what is the purpose of ovrdta (override data) keyword?
which are control break logic indicators?
What Is The Difference Between Goto & Exsr?
maximum number of subfiles that can defined in a rpg program for one display file is?
what are the basic features of seu?