i want to display the 10000 record in a subfile by using
loadall , can we do it?
Answer Posted / kalyan
can i clear the 9999 records and add another 9999 records
into subfile(load all)?
is it possible in Load all?
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
how you will know whether you are in sfldrop or sflfold mode?
what is the disadvantage of using global variable?
What is program status data structure(psds) in as400?
What is diff between EVAL & MOVE?
what is *iso date format?
what is a composite key?
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
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
when do you use f-spec. Continuation line ?
explain the difference between defining subfile and message-subfile?
Explain The Keywords Edtcde & Edtwrd?
What is array in as400? What are the types of array?
how you get the relative record in a subfile in which cursor is located?
How can we change the uppercase to Lowercase in RPG?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.