View previous topic :: View next topic |
Author |
Message |
vani Beginner
Joined: 28 May 2003 Posts: 51 Topics: 30
|
Posted: Mon Dec 15, 2003 6:47 am Post subject: SERVICE RELOAD statement |
|
|
We are doing a migration project from(OSVS COBOL to COBOL 390). In our cics programs the service reload statement is getting commented out by the tool and we define a new ptr which will point to that address of that pcb/tctua-area that is defined. In our cics programs there is a ststement like SERVICE RELOAD DFHEIBLK & SERVICE RELOAD DFHCOMMAREA in some of the pgms for which the tool is commenting out these statements and the client has raised a query on this.
9120-MAPFAIL has the SERVICE RELOAD DFHEIBLK and SERVICE RELOAD DFHCOMMAREA just commented out. I feel this may not be enough. We can |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Dec 15, 2003 9:44 am Post subject: |
|
|
Vani,
SERVICE RELOAD statement is obsolete and no longer needed and if it exists in the program it is treated as comments.BLL cells can be Removed from the Linkage section and SERVICE RELOAD statements can be eliminated from the PROCEDURE DIVISION.The ADDRESS OF Special Register has replaced BLL Cells.
Hope this helps...
cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
vani Beginner
Joined: 28 May 2003 Posts: 51 Topics: 30
|
Posted: Mon Dec 15, 2003 11:47 pm Post subject: |
|
|
"The ADDRESS OF Special Register has replaced BLL Cells"
I did not get what you told for the above, please explain in detail.
Regards,
Vani |
|
Back to top |
|
 |
hari_uss Beginner
Joined: 19 Dec 2002 Posts: 78 Topics: 6 Location: Trivandrum, India
|
Posted: Tue Dec 16, 2003 2:08 am Post subject: |
|
|
Vani,
BLL is an addressing convention used to address storage outside program |
|
Back to top |
|
 |
vani Beginner
Joined: 28 May 2003 Posts: 51 Topics: 30
|
Posted: Tue Dec 16, 2003 2:32 am Post subject: |
|
|
Hi,
I want to know how internally will they communicate(DFHEIBBLK and DFHCOMMAREA) as, you have said above that SERVICE RELOAD is not needed. I believe a pointer must be re-established and those areas and the data later reloaded into the working storage commarea of the program.
Please explain me what it means? |
|
Back to top |
|
 |
vani Beginner
Joined: 28 May 2003 Posts: 51 Topics: 30
|
Posted: Tue Dec 16, 2003 2:39 am Post subject: |
|
|
Yes,
Thanks Its clear now!!
This was what I needed |
|
Back to top |
|
 |
|
|