[Info-vax] Burning cd for use in OpenVMS

hb end.of at inter.net
Mon Apr 8 12:42:56 EDT 2019


On 04/08/2019 06:08 PM, David Wade wrote:
> SET FILE/ATTRIBUTE=(RFM=STM) VMSLICENCES.COM

If this is a usual text format on Linux/bsd you better use
SET FILE/ATTRIBUTE=(RFM=STMLF) VMSLICENCES.COM

$ cat >x.com
$ show time
$ write sys$output "hello"
$ show time
^D
$ genisoimage -o vms.iso ./x.com
I: -input-charset not specified, using utf-8 (detected in locale settings)
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 0
175 extents written (0 MB)
$ scp vms.iso vms:
...
vms.iso                             100%  350KB 350.0KB/s   00:01
$

$ ld conn VMS.ISO /sym
%LD-I-UNIT, Allocated device is $1$LDA1807:
$ mount/over=id/noass lda'ld_unit:
%MOUNT-I-WRITELOCK, volume is write locked
%MOUNT-I-CDROM_ISO, CDROM: (1 of 1) , mounted on  _$1$LDA1807: (VMS)
$ copy lda'ld_unit:[000000]x.com []
$ dism lda'ld_unit
$ ld disco lda'ld_unit
$ set file/attr=(rfm=stm) x.com
$ @x
%DCL-W-IVKEYW, unrecognized keyword - check validity and spelling
 \TIME
      \
hello

%DCL-W-IVKEYW, unrecognized keyword - check validity and spelling
 \TIME
      \
$ set file/attr=(rfm=stmlf) x.com
$ @x
   8-APR-2019 12:32:52
hello
   8-APR-2019 12:32:52
$




More information about the Info-vax mailing list