View previous topic :: View next topic |
Author |
Message |
yatri Beginner
Joined: 23 Aug 2005 Posts: 12 Topics: 10
|
Posted: Mon Mar 26, 2007 4:24 am Post subject: FBA- What does this signifies |
|
|
does file orientation FBA some how related to it being a report or something ? I'm having a file with FB and after writing some report into it FB is getting changed to FBA. Is there any link between this??? Please throw some lite on this!
Thanks,
Gayatri. _________________ Thanks,
Gayatri. |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Mon Mar 26, 2007 7:12 am Post subject: |
|
|
The A stands for ASA control character (printer control) Writing a report file to an FB file should not change it's RECFM - unless, perhaps, A is specified in the program or you are copying into the file using IEBGENER. If you look in the manual link above and search the appropriate manuakl for ASA you will get a description of A. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Fri Mar 30, 2007 5:42 am Post subject: |
|
|
Quote: | I'm having a file with FB and after writing some report into it FB is getting changed to FBA. |
I think, you are using WRITE ADVANCING in your programs. Try compiling your programs with NOADV option. Or, just omit the WRITE ADVANCING part. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
|
|