tibemsProducerInfo_GetID Function Purpose Get the producer’s ID. C Declaration tibems_status tibemsProducerInfo_GetID( tibemsProducerInfo producerInfo, tibems_long* id); COBOL Call CALL "tibemsProducerInfo_GetID" USING BY VALUE producerInfo, BY REFERENCE id, RETURNING tibems-status END-CALL. Parameters Parameter Description producerInfo Get the ID for this producer. id The function stores the producer ID in this location.