Hi,
CHGVAR VAR(&EMAILMSG) VALUE('Successful transmission of
&FILE_NAME and file name is' *CAT &FILE_NAME +
*TCAT 'and recordcount is ' *CAT &RCDCNT +
'and transmission date is '*CAT &DATE')
Can I get line break rather than all three variables in one single statement something like below
'Successful transmission of &FILE_NAME and
FileName:
RecordCount:
Transmissiondate:
what should I do to get the line break in my &EMAILMSG?
Thanks for all help
Donna.
CHGVAR VAR(&EMAILMSG) VALUE('Successful transmission of
&FILE_NAME and file name is' *CAT &FILE_NAME +
*TCAT 'and recordcount is ' *CAT &RCDCNT +
'and transmission date is '*CAT &DATE')
Can I get line break rather than all three variables in one single statement something like below
'Successful transmission of &FILE_NAME and
FileName:
RecordCount:
Transmissiondate:
what should I do to get the line break in my &EMAILMSG?
Thanks for all help
Donna.







Comment