What is the benefit of using Externally Described files
over Internally
Described?

Answer Posted / kumar vikas

You can check with dspfd(PF) which will show that file is described externally
and dspfd(flatf) which will show that file is not described externally.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which cl command can be used at program execution to redirect the file named in an rpg program?

711


Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?

1784


how to get the cursor position?

718


how do you specify page overflow indicator for printer files in rpg?

1471


how you will find an error which is not in the first page of the subfile without using rolldown key?

563






how can u check no of records in a file?

682


how can you execute a command from within an rpg program without calling a clp program?

1204


what is the sequence when using cursor?

607


what are the different commands used in rlu ?

1459


What is array in as400? What are the types of array?

627


what key word is used when screen is re-display?

653


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

1933


Can we debug the MSGW JOBS?

935


What is diff between EVAL & MOVE?

973


what is message subfile?

1053