selection text,text elements

 Selection text

REPORT ZAJAY_PRACTICE.

PARAMETERS: p_number type i .


if p_number mod 2 eq 0.

  write 'even number'.

else.

  write 'odd number'.

ENDIF.

--> more-->text elements --> selection text -->in selection text 'enter the positive number'

                                                    or

        --> Goto --> text elements --> selection text

                    

                        



Output

            enter the positive number [ ]


Text Symbols.

    REPORT zajay_practice.
    PARAMETERSp_number type .

    if p_number mod eq 0.

      write text-001.

      else.

          write text-002.

      ENDIF.

        --> Goto --> text elements 

                    

Input
                    
                

       Output    





Comments