pls anyone explain about compile time array,pre run time
array run time array

Answer Posted / narendra

Compile Time Array:-
Array is defined in the D spec. eg
DArraymonth S 9 A DIM(3) CTDATA PERRCD(1)
Array data is defined in the last. eg
**CTDATA Arraymonth
January
Feburary
March
Pre Run Time Array:-
Array is define in the D Spec.
FROMFILE keyword is defined. eg
DARRAYMONTH S 9 A DIM(12) FROMFILE(MONTHNAME)
Array data is defined in the program described file.
T and F and record length must be defined while defining the
file in the F spec.
FMONTHNAME IT F 15 DISK

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between access path and open data path?

596


How to retrieve a physical file after deleting that?

588


What is the purpose of the chain and setll and setgt?

592


How many maximum record format a logical file have?

588


What is the interactive job? What is the batch job? How to change the batch job to interactive job?

629






How to read a pf in reverse(from last record to first) using cl?

603


What is open data path?

583


What is FORMAT keyword and its use?

206


There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.

731


I have a pf, it contains 5 members, how to access particular member data from logical file?

530


What is the interactive job? What is the batch job?

588


I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?

650


What is the use of member in pf?

539


Last statement of any rpg program is lr?

618


What is the primary file?

586