Home

 

PL/I language declaration (z/OS only)

 

dcl
 1 MQCFIL based,
  3 Type        fixed bin(31), /* Structure type */
  3 StrucLength fixed bin(31), /* Structure length */
  3 Parameter   fixed bin(31), /* Parameter identifier */
  3 Count       fixed bin(31); /* Count of parameter values */

 

Parent topic:

Language declarations


pc15010_


 

Home