IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Individual BLL cell to be allocated in the called program


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ram prasad

New User


Joined: 28 May 2007
Posts: 17
Location: india

PostPosted: Wed Jul 11, 2007 6:35 pm
Reply with quote

CALLs to other programs. When calling a subprogram with USING try to specify as few parameters as possible. Each parameter passed requires an individual BLL cell to be allocated in the called program and may require additional registers to be used.
here, what is BLLcell(base locator for linkage )? explain in detail
_________________
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Jul 11, 2007 7:56 pm
Reply with quote

Unless you are waaaaay down level with your COBOL, BLL cells are no longer a consideration.
Back to top
View user's profile Send private message
TG Murphy

Active User


Joined: 23 Mar 2007
Posts: 148
Location: Ottawa Canada

PostPosted: Thu Jul 12, 2007 2:50 am
Reply with quote

So someone gave you advice to keep the number of USING parms to a mimimum, right?

I never heard of that before. Perhaps there is merit to this but I must confess my suspicion that it is not correct. I would reject that advice until the reasoning behind it was clearly explained to me.

If a design calls for 5 USING parms then I would simply use 5 parms. I would never think to reduce this number to - say 2 parms - just to keep the number low. I don't see the reason...

Perhaps I am missing something here...
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Allocated cylinders of a dataset DB2 12
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top