Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

EXPERT form

&pagelevel(4)&pagelevel

After SDF has displayed the information on the function keys, the dialog is resumed as follows:

/sh-f-attr test.example.,file-struc=i   ———————————————————————————————  (1)
%        33 :2OSG:$USER1.TEST.EXAMPLE.1 ———————————————————————————————  (2)
%        72 :2OSG:$USER1.TEST.EXAMPLE.2
%:2OSG: PUBLIC:      2 FILES RES=       105 FRE=       26 REL=        9 PAGES
/sh-f-attr test,example.,file-struc=(i,s)     ——————————————————————————  (3)
%  CMD0051 INVALID OPERAND 'INFORMATION'
%  CMD0064 OPERAND VALUE 'EXAMPLE.' DOES NOT MATCH DATA TYPE '*NAME-AND-SPACE
OR *SPACE-SUMMARY OR *ALL-ATTRIBUTES OR *PARAMETERS() OR *STATISTICS OR
*MINIMUM'         ——————————————————————————————————————————————————————  (4)
/sh-f-attr inf=?             ———————————————————————————————————————————  (5)
%  CMD0090 EXPLANATION OF OPERAND 'INFORMATION':
*NAME-AND-SPACE or *SPACE-SUMMARY or *ALL-ATTRIBUTES or *PARAMETERS() or
*STATISTICS or *MINIMUM -default-: *NAME-AND-SPACE
/sh-f-attr test.example.,file-struc=(i,s)    ———————————————————————————  (6)
%        33 :2OSG:$USER1.TEST.EXAMPLE.1       —————————————————————————   (7)
%        72 :2OSG:$USER1.TEST.EXAMPLE.2
%        48 :2OSG:$USER1.TEST.EXAMPLE.3
%         3 :2OSG:$USER1.TEST.EXAMPLE.4
%:2OSG: PUBLIC:      4 FILES RES=       156 FRE=       30 REL=        9 PAGES
/mod-sdf-opt guid=n                       ——————————————————————————————  (8) 
%CMD:
                                                                                                                                                                                                        

(1)

The SHOW-FILE-ATTRIBUTES command calls up the default information (size and name) on all ISAM files (“file-struc=i”) whose name begins with “test.example.”.

(2)

The system displays the required information.

(3)

The SHOW-FILE-ATTRIBUTES command calls up the default information (size and name) on all ISAM and SAM files (“file-struc=(i,s)”) whose name begins with“test.example.”. The FILE-STRUCTURE operand is assigned two values, “(i,s)”, which are enclosed in parentheses (list input). The file name “test,example.” is incorrect (comma instead of period).

(4)

SDF interprets “example.” as a value for the INFORMATION operand (input as second positional operand) and rejects it as an incorrect entry.

(5)

In the EXPERT form SDF does not conduct a correction dialog and instead requests command input. The user requests help information on the INFORMATION operand by means of entering a question mark instead of the operand value. The parentheses following the word *PARAMETERS indicate that *PARAMETERS initiates a structure.

(6)

The incorrect command entered in step 3 is entered correctly.

(7)

The system displays the required information.

(8)

The MODIFY-SDF-OPTIONS command causes a switch to the NO form of unguided dialog. All the operands of this command are optional and have the default value *UNCHANGED. Consequently only the explicitly specified SDF options, in this case the user guidance form, are modified.