Running the TDQ sample

This sample uses the following Java class:
  • TDQ.ClassOne (PROGRAM name DFJ$JTD1)
Run the JTD1 CICS transaction to execute the sample. You should receive the following messages on Task.out:
    Entering examples.TDQ.ClassOne.main()
    Entering writeFixedData()
    Leaving writeFixedData()
    Entering writeFixedData()
    Leaving writeFixedData()
    Entering readFixedData()
    Leaving readFixedData()
    Entering readFixedDataConditional()
    Leaving readFixedDataConditional()
    Leaving examples.TDQ.ClassOne.main()