Coastal & Marine Geology InfoBank
getid
/infobank/programs/dbase/validnav/getid.for
Subroutine to obtain an non-hyphenated ID and convert it into a hypenated ID.
read (5, '(q,a)', end = 99) IDLength, ID(1:IDLength)
write (ID, '(255x)') write (LongID, '(255x)')
call changecase ('SMALLS', ID(1:IDLength))