i want to display the 10000 record in a subfile by using
loadall , can we do it?
Answer Posted / reshma
No
We Cant load 10000 records through Loadall Subfile
for that we 'll have to use Single page subfile.
Regards
Reshma
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
where can you specify an indicator in lokup operation?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
how to define global parameter in ile ?
how do you pass parameters in cl?
What is array in as400? What are the types of array?
How Many Specs Are There In Rpg & Which Are They?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
which of the cl command can be used to determine which logical files are dependent on a specific file?
is there any way to dynamically merge other html scripts into a given html?
can you display a empty subfile?
all i need to know about cmpseqdat parameter in cmppfm, how it works and can we retrieve line sequence and date from the output?
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 would be the effect on the field where reverse image, underline and highlight display attributes were active?
what are different record spacing keywords in rlu ?
what are the different opcodes available in rpg for database access ?