Importing Data Fields

You can import data field definitions from another source into your current source code.

Start of instruction setTo import a data field

  1. Position the cursor in the source code where you want to place the imported data field(s). This is usually the first position of a line within the DEFINE DATA block.

  2. From the Program menu, choose Import.

    The Import Data Field dialog box appears.

  3. From the Library drop-down list box, select the library that contains the source object from which you want to import data fields.

    The list contains all libraries that reside in the current FNAT and FUSER system file, which are displayed as nodes in the Natural Studio tree view (the display can be limited by using the Display Filter function of Natural Studio). In addition, the list contains all libraries from inactive system files as specified in the steplib table.

  4. In the Type group frame, select the object type of the required source object.

    All source objects of the selected object type that are contained in the specified library are shown in the Object List list box.

    The list contains all objects, which are displayed in the library nodes of the Natural Studio tree view (the display can be limited by using the Display Filter function of Natural Studio).

  5. From the list of source objects, select the required source object.

    All data fields that can be imported from the selected source object are listed as shown in the example below:

    graphics/pgm_import.png

  6. Select the field(s) you want to implement in the source code and choose the Import button as shown in the example above.

    The data field(s) are placed at the specified position in the current source code.