View previous topic :: View next topic |
Author |
Message |
nbdtrjk1 Beginner
Joined: 12 Apr 2007 Posts: 76 Topics: 41
|
Posted: Tue Jan 06, 2009 6:38 am Post subject: easytrieve update in the input file itself |
|
|
I searched this forum regarding this but i couldn't find any topic regarding it.
I am trying to update the input file itself in the easytrieve depending on a criteria. But i am getting an error "B054 NOT A VALID FILE - INFILE". Is there any way to
Code: | 1 FILE INFILE
2 IN-KEY 1 03 A
3 JOB INPUT (INFILE KEY(IN-KEY))
4 IF IN-KEY NE 'AAA'
5 IN-KEY = 'BBB'
6 PUT INFILE
6 *******B054 NOT A VALID FILE - INFILE
7 END-IF |
|
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|