| View previous topic :: View next topic |
| Author |
Message |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Thu May 24, 2007 2:24 pm Post subject: |
|
|
read the input file; match against other file. If a match write needed info to output file 1, if no match write to output file 2. Tomorrow add records to output file 2 and use that as input file 1.This is fairly typical cycle. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
| Back to top |
|
 |
suma Beginner
Joined: 23 Jan 2006 Posts: 65 Topics: 29
|
Posted: Thu May 24, 2007 3:36 pm Post subject: |
|
|
Kolusu,
"Did you read the link carefully? The record from an ESDS can be deleted logically , but not physcially. "
One more thing you might have obseved they gave a DELETE statement which won't work for sequential type of file...
thanks
suma |
|
| Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Thu May 24, 2007 3:47 pm Post subject: |
|
|
Suma,
| Quote: |
One more thing you might have obseved they gave a DELETE statement which won't work for sequential type of file...
|
Well...What are you trying to convey to Kolusu ??? This is what Kolusu meant by ESDS can be deletely Logically - ONLY.
Thanks,
Phantom |
|
| Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu May 24, 2007 3:47 pm Post subject: |
|
|
suma,
| Quote: |
One more thing you might have obseved they gave a DELETE statement which won't work for sequential type of file...
|
on an IBM computer with stock IBM compilers.
Both type of deletes work at the Unv of Northern Ill
probably because they re-wrote their compiler. _________________ Dick Brenholtz
American living in Varel, Germany |
|
| Back to top |
|
 |
suma Beginner
Joined: 23 Jan 2006 Posts: 65 Topics: 29
|
Posted: Thu May 24, 2007 3:54 pm Post subject: |
|
|
Thank you all for helping....
I used the Dick Brenholtz's logic...special thanks to Dick Brenholtz.
this is a good learning for me.
thanks
Suma |
|
| Back to top |
|
 |
|
|
|