what is the command to know key fields of file?
how do you specify the number of records to roll in a subfile ?
What is Spool file, Why is it required?
How can you identify End of file in CLP program?
a multiple format logical file is also known as?
can you display a empty subfile?
what is a keyed physical file?
How 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
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?
how many types of display are available on as/400 for user interaction?
What is the use of OVRDBF ?
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 is the purpose of reorganizing the physical file i.e. , RGZPFM?