IBM AS400 AllOther (736) if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
TCS,
2 7676if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
2590I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
2 6320Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
TCS,
1 6510As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210AMR (*MODULE) is bound with Other Modules which Forms Program Object as IC210ABP(*PGM) . As400 Command to find the IC210ABP Using IC210AMR..? Thanks
CTS,
5 17237Service 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
2344In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
Nous,
2549How to read 2 positions at a time in a data area? I have created a data area of length and i have to read the values of the data area like 91-92,93-94 at a time up till 100
3 8500I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.
2 7501There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
3 9727
How to avoid using indicators in ile ?
What is FORMAT keyword and its use?
which are control break logic indicators?
What is data structure in as400? What is the use of data structure?
what are the different opcodes available in rpg for database access ?
what is cab?
how to pick up the changed records every time in a subfile after the first change made ?
what is the difference between sflclr and sflinz?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
how can u check no of records in a file?
In RPG How to read a records from a file without using read opcodes?
what is a composite key?
what is the difference between *like and *namvar ?
how to write code for singlepage in sqlrpgle with update ?
how do I declare a table or array in rpg iv?