
POSTED: Feb 7, 2012 7:05 AM (GMT)
thanks pradeep

POSTED: Feb 7, 2012 8:58 AM (GMT)
hi pradeep
it dsply the only character type data only

POSTED: Feb 7, 2012 9:25 AM (GMT)
if you want to display numeric data to change your coding like
Darray1 s 6p 0 dim(6) fromfile(arry) extfmt(p)
only for numeric data retrieve…
otherwise if you want to display both numeric and character refer this link.
.

POSTED: Feb 8, 2012 12:59 AM (GMT)
how to rerad the records from physical file by array
Please describe what you want to do.
Do you want to read records from a file and store data from those records in an array, and then use the array to read the same records a second time?
Or do you want to read records from a file into an array, and then use the array to access the data later?
If you describe the business problem, it should be possible to help you.
Tom

















