in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
2 7133if 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 7855if 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.
2672I 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 6514Can 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 6635As400 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 17673There 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 9992please guys help me,I need to write a program that shows more than one way to display a subfile. Both views are of the same file but sorted differently and show different fields of the same file when the user presses a function key. send me code
4 8134
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what is *place and *auto keyword in prtf ?plz explain
is this a rpg channel?
what is kids-rpg?
what was the robotech rpg?
What are the types of identifiers?
if 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.
what is the difference between do while and do until?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
how do I play {insert rpg system here}?
What is the difference between copybooks and subprocedures in as400?
how do I declare a table or array in rpg iv?
How would display prime numbers using CL program?
What is difference between bind by copy and bind by reference?
How to write record if no field or the field are different in physical file in rpgle ?