|
View previous topic :: View next topic
|
| Author |
Message |
rzalex
New User
Joined: 21 Sep 2005 Posts: 1 Location: India
|
|
|
|
Hi,
In a job, there exists a step to read and update a VSAM file via Cobol program. The file is randomly read and it gets updated correctly. But the step gives a return code of 3544.
To what kind of error is this return code associated? |
|
| Back to top |
|
 |
MFRASHEED
Active User
Joined: 14 Jun 2005 Posts: 186 Location: USA
|
|
|
|
Is there RC only on Step, or do you get any other messages in LOG or Sysout?
Does program have before GOBACK statement following, if not add this. Assuming program reaches GOBACK if there are no errors. And program has error handling and program has performed its functionality properly.
| Code: |
MOVE +0 TO RETURN-CODE
|
|
|
| Back to top |
|
 |
|
|