Examples

Use the following examples to copy files to a CD-R:

In CANDE, enter

R CDFORMAT("CREATE MYDATA WITH DATA/=")

This example creates an ISO 9660 format CD-R containing files named DATA/=. The CD-R label is set to MYDATA. The source files are taken from the user's files on his default family. EBCDIC file data is translated to a version of ASCII depending on the system's CCSVERSION.

The following shows an example using translation.

R CDFORMAT("CREATE DATA WITH DATA/=");SW7=TRUE

This example is identical to the previous example, except that a JAPANEBCDIC based translation is done.