IBM Support

z/OS V1R12 Communications Server: IP IMS Sockets Guide

Troubleshooting


Problem

Publication updates for z/OS V1R12 Communications Server: IP IMS Sockets Guide

Resolving The Problem

In Chapter 7. Call instruction application programming interface, section Bit-string processing, heading EZACIC04, replace the figure titled "EZACIC04 call instruction example" with the following text and updated example:

Upon return, register 15 contains a return code value that indicates whether the data translation successfully occurred:
                                                             
 0 - the data translation occurred                            
 8 - too many parameters passed, translation did not occur    
12 - zero buffer length passed, translation did not occur    
16 - zero buffer address passed, translation did not occur    
                                                           
       WORKING-STORAGE SECTION.                          
                                                         
           01  OUT-BUFFER   PIC X(length of output).      
           01  LENGTH       PIC 9(8) BINARY.              
                                                         
       PROCEDURE DIVISION.                                
                                                         
            CALL 'EZACIC04' USING OUT-BUFFER LENGTH.      
            IF RETURN-CODE > 0                            
               THEN                                      
               DISPLAY 'TRANSLATION FAILED ' RETURN-CODE.

[{"Product":{"code":"SSSN3L","label":"z\/OS Communications Server"},"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Component":"All","Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"1.12","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
15 June 2018

UID

swg21449930