The Put samples for the CICS environment

 

The transactions take the following parameters separated by commas:

  1. The number of messages (up to 4 digits)

  2. The padding character to write in the message (1 character)

  3. The number of characters to write in the message (up to 4 digits)

  4. The persistence of the message (1 character: P for persistent or N for nonpersistent)

  5. The name of the target queue (48 characters)

If you enter any of the above parameters wrongly, you receive appropriate error messages.

For the COBOL sample, invoke the Put sample in the CICS environment by entering:

  MVPT,9999,*,9999,P,QUEUE.NAME

For the C sample, invoke the Put sample in the CICS environment by entering:

  MCPT,9999,*,9999,P,QUEUE.NAME

Any messages from the samples are displayed on the screen.

 

Parent topic:

The Put samples


fg18250_