The INDDS 'F' spec parameter allows a datastructure to be linked to a display fiule so that indicators can be renamed.
Eg.
* Display File
FSFTMPD3 CF E WORKSTN INDDS(D1DISPLAY)
F SFILE(#SFL01:RRN1)
*
DD1DISPLAY DS
D F3EXIT 03 03
D SFLDROP 10 10
D SFLDSP 80 80
D SFLCLR 81 81
D SFLEND 82 82
The trouble is I get a compile error:-
'001341 Keyword INDDS is not allowed with this file. '
Have I coded something incorrectly?
Eg.
* Display File
FSFTMPD3 CF E WORKSTN INDDS(D1DISPLAY)
F SFILE(#SFL01:RRN1)
*
DD1DISPLAY DS
D F3EXIT 03 03
D SFLDROP 10 10
D SFLDSP 80 80
D SFLCLR 81 81
D SFLEND 82 82
The trouble is I get a compile error:-
'001341 Keyword INDDS is not allowed with this file. '
Have I coded something incorrectly?