|
|
| Author |
Message |
amitava Warnings : 1 Active User
Joined: 30 Oct 2005 Posts: 192 Location: India
|
|
|
|
Hi All,
I am just trying to show some skeletons through REXX and then on FTCLOSE it will be saved in a dataset. But I have got an error for FTCLOSE and BROWSE command. I checked with the return code and it is saying that -
| Code: |
20 Module ISPFITLR received decimal return code 16, decimal reason code 1 from the STOW macro.
20 I/O error, insufficient virtual storage, or other BLDL error.
|
Can anyone please help me? |
|
| Back to top |
|
 |
References
|
Posted: Fri Apr 07, 2006 5:41 am Post subject: Re: Skeleton FTCLOSE problem |
 |
|
|
 |
jon_s_rice
Active User
Joined: 24 Mar 2005 Posts: 106 Location: Douglasville, GA USA
|
|
|
|
| The main error I have had when I receive an error like this is that a line would not fit in a record. Examine your output dataset and note what the last line is. If this is your problem then the line after the last line will be the line in error. |
|
| Back to top |
|
 |
|
|