‎2007 Jun 06 10:11 AM
The following program outputs what?
report zjgtest1
write: /1 'Ready_'.
PARAMETER: test.
INITIALIZATION.
write: /1 'Set_'.
START-OF-SELECTION.
write: /1 'GO!!'.
A: Set_ GO!! (each on its own line)
B: Set_ Ready_ GO!! (all on their own lines)
C: Ready_ GO!! (each on its own line)
😧 Ready_ Set_ GO!! (all on their own lines)
‎2007 Jun 06 10:13 AM
Hi,
<b>C: Ready_ GO!! (each on its own line)</b>
Regards,
Padmam.
‎2007 Jun 06 10:14 AM
‎2007 Jun 06 10:16 AM
Manjula.
Kindly use an appropriate subject while posting a question so that it makes some sense to the reader the moment when one see the thread.Please.
K.Kiran.
‎2007 Jun 06 10:21 AM