| IBM MAINFRAME HELP FORUMS for COBOL, JCL, CICS, DB2, IMS etc... Help & Support Forums for IBM Mainframe computers Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7, CA-11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, VSAM, ISPF, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
avinash.kulkarni
Joined: 18 Feb 2008
Posts: 6
Location: Pune
|
| Posted: Wed Jun 25, 2008 4:12 pm Post subject: To Append Records in natural Workfiles |
|
|
Hi
I could create workfiles using Natural. But I 'm not able to Append to the
existing workfile. With the write statement a new file is created every time.
Is there any method or Keyword which can Append Records to the existing workfile. :?:
Thanks and Regards
Avinash |
|
| Back to top |
|
ofer71
Joined: 27 Dec 2005
Posts: 1897
Location: Israel
|
| Posted: Wed Jun 25, 2008 4:31 pm Post subject: |
|
|
It has nothing to do with Natural statements, it depends on the disposition you specify when you allocate the file in the system. Try to use MOD instead of SHR.
O. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|