
The question was is there an easy way to identify "flat files" without having to use the DSPFD command. The answer, of course, is "Yes".
The questioner explained that a "flat file" was a file that was generated without the use of DDS or DDL. In other words, just with the Create Physical File command, CRTPF. For example:
CRTPF FILE(MYLIB/FLATFILE) RCDLEN(100) |
The questioner was finding he could identify these "flat files" with the Display File Description command, DSPFD, like this:
DSPFD FILE(MYLIB/FLATFILE) |