DATA FNAME(60).
FNAME = '/tmp/myfile'
FNAME is a variable of type C of length 60 bytes. Now FNAME ='/tmp/myfile'
Does ths mean that the file too must only be 60 bytes?What to do if the size3 is unknown, or the filke is bigger than 60 bytes?