Difference between Pros and Cons?

Asked By 0 points N/A Posted on -
qa-featured

I am facing a problem  I want to ask that:

What  are the major differences between the types of array with pros and cons? And what are the specific keywords which are used in the sfl dds with its major significance? And the last one is that how to record the identifier and its purpose and it levels?

 

Please send me the answers of that questions. Thanks

SHARE
Answered By 0 points N/A #92386

Difference between Pros and Cons?

qa-featured

Hi Jessoca987,

The DDS manuals contains all keywords along with descriptions. Keywords that begin with "SFL" are specifically for subfiles, but other display file keywords may also be used. See DDS keyword entries for display files for one reference. The Application Display Programming manual can be downloaded as a .PDF and much information about subfiles and other display topics is covered.

A record format level identifier is a 'signature'. It is created by the system when a record format is defined. It is generated from the data types and sizes of the fields in the record and the order of the fields as they appear in an I/O buffer. A program that is compiled over a file will have the current format ID embedded in it. If the record format definition is changed, the program will receive an exception message when it attempts to open the file. This tells the program that the format definition that was compiled into the program is obsolete and that the program needs to be recompiled.

Related Questions