Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Appendix C Null Handling : OLDNULL Option (Batch Unloads S6BBRULB and S6BBRULH Only)

OLDNULL Option (Batch Unloads S6BBRULB and S6BBRULH Only)
If this EXEC parameter is specified, the unload utilities unload null values as zeroes. The parameter setting OLDNULL=Y allows for compatibility with earlier TIBCO Object Service Broker releases and for tables being unloaded but not intended for reloading.
Example
The following illustrates the usage of the oldnull option:

 
EXEC PGM=S6BBRULB,PARM=’SEGMENT=segment#,OLDNULL=Y’
EXEC PGM=S6BBRULH,PARM=’U=userid,P=password,T=DOBname,M=modelname,OLDNULL=Y’
EXEC PGM=S6BBRULH,PARM=’TTTTTTTTMMMMMMMMOLDNULL’

 
where:
 
Floating Point Nulls
You cannot represent a floating point null in fixed format. When a floating point null is unloaded using S6BBRULB or S6BBRULH, it is unloaded as true zero. Therefore, when floating point nulls are reloaded using S6BBRTBL, they are loaded as a zero.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved