Is there anyway to create a custom LEN File format similar to LEN10 for the file format of Fileset-Local Inbound? I would like to read in just the first 100 characters of a file, not the whole file. The files I will be reading in will have all the necessary info that I need in the first 100 characters, but the file themselves could get close to 30MB or more. This is just too much wasted resources if I cannot limit to 100 characters.
Thanks!