OPEN FILELIST Example


Example:

 

MyList

FILELIST

 

Prime

IFILE

NAME="Prime.isi"

Second

IFILE

NAME="Second.isi"

  

FILELISTEND

 

.

 

 

  

OPEN

MyList

 

Both Prime and Second are opened by this instruction. File names given as literals could have been character string variables.

 



PL/B Language Reference OPEN (FILE) Examples OPEN (IFILE) Examples