View previous topic :: View next topic |
Author |
Message |
sampath.a Beginner
Joined: 13 Apr 2007 Posts: 1 Topics: 1
|
Posted: Wed Apr 18, 2007 7:42 am Post subject: end of record |
|
|
how to determine the end of record. |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Wed Apr 18, 2007 7:46 am Post subject: |
|
|
No more data left
Is it FB or VB ? _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Wed Apr 18, 2007 8:28 am Post subject: |
|
|
'end of record' - do you mean end of file, or do you want to determine the record length?
as expat said: fixed or variable?
fixed is easy- if you get a good open and read on the file, then you can assume that you have defined the file properly in your code and jcl - thus the length of a fixed length record is what you defined as the record description.
variable will require more explanation. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
|
|