Skip to main content

TPF : Support : Maintenance TPF : Support : Maintenance

Skip to: Abstract | Comments | Solution | Related Segments | Migration | Download

APAR NUMBER:  PJ28621                          
PRODUCT:  TPF4 
FUNCTIONAL AREA:  SYSTEM ALLOCATOR 
SHIPPED IN PUT:  17 
  

ABSTRACT: 
After applying APAR PJ27530, loading and activating a loadset 
containing TPFDF fast-link segments using the E-type loader will not 
update the fast-link directory correctly. This causes the base versions 
of the fast-link segments to be called instead of the activated 
fast-link segments. In addition, after applying APAR PJ26707, the stub 
for CFL6 may not be generated correctly. 
  
APAR CONTENTS: 
FEATURE   TYPE                STATUS    NAME                               
Base      Macro               Changed   macro/sip/spcomp.mac 
Base      Macro               Changed   macro/sip/sppgml.mac 
  
PREREQUISITE APARS:  To be applied in order listed. 
Base      Macro               Changed   macro/sip/sppgml.mac 
 PJ25199(09)  PJ25425(09)  PJ25632(09)  PJ25614(09)  
 PJ25589(09)  
 PJ25703(09)  PJ25720(09)  PJ25332(09)  PJ25760(09)  
 PJ25763(09)  
 PJ25781(09)  PJ25780(09)  PJ25817(09)  PJ25982(10)  
 PJ25983(10)  
 PJ25981(10)  PJ26125(10)  PJ25880(10)  PJ26150(10)  
 PJ26187(10)  
 PJ26008(10)  PJ26156(10)  PJ26161(10)  PJ26188(10)  
 PJ26174(10)  
 PJ26270(10)  PJ26337(10)  PJ26374(10)  PJ26366(11)  
 PJ26283(11)  
 PJ25761(11)  PJ26515(11)  PJ26575(11)  PJ26577(11)  
 PJ26534(11)  
 PJ26683(11)  PJ26522(11)  PJ26713(11)  PJ26600(11)  
 PJ26581(11)  
 PJ26666(11)  PJ26693(11)  PJ26686(11)  PJ26809(11)  
 PJ26707(11)  
 PJ26864(12)  PJ26892(12)  PJ26746(12)  PJ26793(12)  
 PJ26841(12)  
 PJ26887(12)  PJ26967(12)  PJ27023(12)  PJ27028(12)  
 PJ21337(12)  
 PJ26904(12)  PJ26890(12)  PJ27079(12)  PJ26895(12)  
 PJ27156(12)  
 PJ27095(12)  PJ27197(13)  PJ27246(13)  PJ27305(13)  PJ27345(13)  
 PJ27231(13)  PJ27277(13)  PJ27351(13)  PJ27387(13)  PJ27328(13)  
 PJ27383(13)  PJ27083(13)  PJ27299(13)  PJ27302(13)  PJ27268(13)  
 PJ27333(13)  PJ27214(13)  PJ27393(13)  PJ27422(13)  PJ27180(13)  
 PJ27469(13)  PJ27094(14)  PJ27430(14)  PJ27636(14)  PJ27380(14)  
 PJ27491(14)  PJ27647(14)  PJ27714(14)  PJ27484(14)  PJ27530(14)  
 PJ27627(14)  PJ27650(14)  PJ27617(14)  PJ27686(14)  PJ27634(14)  
 PJ27804(14)  PJ27746(14)  PJ27784(14)  PJ27865(14)  PJ27894(14)  
 PJ27786(15)  PJ27847(15)  PJ27951(15)  PJ27863(15)  PJ27905(15)  
 PJ27954(15)  PJ27848(15)  PJ27932(15)  PJ27728(15)  PJ27925(15)  
 PJ28029(15)  PJ28021(15)  PJ28108(15)  PJ28097(15)  PJ27785(15)  
 PJ28136(15)  PJ28118(15)  PJ27966(15)  PJ28229(16)  PJ28286(16)  
 PJ28266(16)  PJ28140(16)  PJ28168(16)  PJ28195(16)  PJ28020(16)  
 PJ28213(16)  PJ28396(16)  PJ28386(16)  PJ28435(16)  PJ28503(16)  
 PJ28499(17)  
Base      Macro               Changed   macro/sip/spcomp.mac 
 PJ26365(11)  PJ26578(11)  PJ27075(13)  PJ27328(13)  
  

COMMENTS: 
APAR PJ27530 created a new SIP-generated header (c$feat) that indicates 
whether or not TPFDF is installed. This header is placed into the 
SYMACRO data set and is needed when segment CLDO is compiled. However, 
the CLDO compile job in SIP does not concatenate the SYMACRO data set, 
and CLDO does not pick up the information in c$feat. As a result, CLDO 
always compiles as if TPFDF is not installed in the system. APAR 
PJ27530 also shipped object code and a load module for CLDO. The object 
and load module assumed that the customer did not have TPFDF installed. 
The end result is that if a TPFDF fast-link segment is E-type loaded, 
it will be ignored and not entered.  
  
In SPPGML, the SPPBLD statement for CFL6 that contains the ISC 
parameter incorrectly added the STUB=YES parameter . This parameter 
should have been added to the SPPBLD statement for CFL6 that contains 
the ICL parameter instead. The stub for CFL6 is not generated 
automatically. 
  

SOLUTION: 
SPCOMP was updated to concatenate the SYMACRO data set (which contains 
c$feat). The ISC entry for CLDO in SPPGML was changed to OBJ=NO to 
force the compile of CLDO. It is no longer object shippable. The ICL 
entry for CLDO in SPPGML was changed by adding the LINK=NO parameter, 
which will force the CLDO link jobs to be generated. After applying 
this APAR, CLDO will be generated correctly for TPFDF customers.  
  
SPPGML was also updated to include the STUB=YES parameter on the 
correct SPPBLD statement for CFL6. 
  
  
DEPENDENCIES 
  

SEGMENTS TO BE ASSEMBLED OR COMPILED: 
None. 
  

SEGMENTS TO BE LINK EDITED: 
None. 
  
COREQS: 
None. 
  

MIGRATION CONSIDERATIONS: 
After applying this APAR, SIP will generate the compile and link jobs   
required for CLDO. The object and load modules are no longer shippable   
because c$feat is system dependent. 
  
DOWNLOAD INSTRUCTIONS: 
http://www.ibm.com/software/htp/tpf/pages/maint.htm
  
-- END APAR PJ28621 
       



Download file(s): Login once to access server, leave window open, then click on link(s) below. Source