Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Getting s478 error in IBM OS/390
Hi
I have old program which is in assembler.. dynamicalley allocation
files based on the type of allocation. for example if type "D" then it
alloctes file in DASD the this assembler pgm alloctes, opens,
read/write and closes it.  Due to new requirement we have to use "T"
for some files ie ( instead disk it has allcoate Tape file.) when we
use T it allocates and opens the file and writes it sucessfully. But
while closing it gives exception at line no

VCLOSE   CSECT
STM   14,12,12(13)
USING VCLOSE,15
LA    11,SAVECL
ST    11,8(13)
ST    13,SAVECL+4
LR    13,11          .... this line
B     VCLOSE1

with S478 OF CONDITION CODE 8.

Report this thread to moderator Post Follow-up to this message
Old Post
sri
09-28-04 08:57 AM


Re: Getting s478 error in IBM OS/390
In Message-ID:<cafedec9.0409231442.9cc07e1@posting.google.com>,
sankarravi6@gmail.com (sri) wrote:

>Hi
> I have old program which is in assembler.. dynamicalley allocation
>files based on the type of allocation. for example if type "D" then it
>alloctes file in DASD the this assembler pgm alloctes, opens,
>read/write and closes it.  Due to new requirement we have to use "T"
>for some files ie ( instead disk it has allcoate Tape file.) when we
>use T it allocates and opens the file and writes it sucessfully. But
>while closing it gives exception at line no
>
>VCLOSE   CSECT
>         STM   14,12,12(13)
>         USING VCLOSE,15
>         LA    11,SAVECL
>         ST    11,8(13)
>         ST    13,SAVECL+4
>         LR    13,11          .... this line
>         B     VCLOSE1
>
>with S478 OF CONDITION CODE 8.

You might want to double-check that abend address.  S478 is
an error during FREEMAIN, and you're not doing a FREEMAIN, here.
I also notice that you're not doing a GETMAIN, so I hope this is
not linked RENT.

--
Arthur T. - ar23hur "at" speakeasy "dot" net
Looking for a good MVS systems programmer position

Report this thread to moderator Post Follow-up to this message
Old Post
Arthur T.
09-28-04 08:58 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

ASM370 archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 05:35 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.