LLA Referesh



Post anything related to mainframes (IBM & UNISYS) if not fit in any of the above categories

LLA Referesh

Postby sgangwa » Tue Nov 20, 2012 1:46 pm

What is LLA Referesh and in which case it is required ?
Thanks
Sushil
sgangwa
 
Posts: 3
Joined: Tue Nov 20, 2012 1:09 pm
Has thanked: 0 time
Been thanked: 0 time

Re: LLA Referesh

Postby Robert Sample » Tue Nov 20, 2012 5:33 pm

LLA refresh reloads the LLA from disk. It is needed when a program in a loadlib in the LLA has been updated in some manner.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: LLA Referesh

Postby sgangwa » Tue Nov 20, 2012 5:39 pm

Thanks Robert ! - What is LLA stands for ... Is this required for the Cobol + DB2 program only ? OR Simple cobol program also required it ?
Thanks
Sushil
sgangwa
 
Posts: 3
Joined: Tue Nov 20, 2012 1:09 pm
Has thanked: 0 time
Been thanked: 0 time

Re: LLA Referesh

Postby Robert Sample » Tue Nov 20, 2012 6:22 pm

LLA is library lookaside. These are programs, such as the linklist, loaded by the operating system into memory for rapid access and, depending upon how the site is configured, may include other libraries.

Using an LLA library is NOT required for a COBOL - DB2 program nor for a simple COBOL program -- ever. Your site, however, may have placed your COBOL / DB2 load library into the linklist for performance reasons in which case an LLA refresh would be required after compiling the program before the new version would be used -- but this depends upon the site. The DB2 installation process typically places some system load libaries into the linklist, but application program load libraries may -- or may not -- be placed in the linklist, depending upon site standards and procedures. So, basically, the answer to your questions are -- follow what your site tells you to do. If your site has you compile into linklist load libraries, you will need an LLA refresh; if your site doesn NOT have you compile into linklist load libraries, you will NOT need an LLA refresh.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to All other Mainframe Topics