Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


Identifying RSD files

To use the record sequential delimited file system for a file, identify the file with the SELECT clause as shown below.

SELECT file1 ASSIGN USING 'RSD-MyFile'

If the runtime option FILESYS(RSD) is in effect, identify the file as follows:

SELECT file1 ASSIGN TO 'MyFile'

If you have defined the environment variable MYFILE (for example, SET MYFILE=RSD-MYFILE), identify the file as follows:

SELECT file1 ASSIGN TO MYFILE

Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)