Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SNDDST - Parameters from CC1 bleeing into the To field

Status
Not open for further replies.

Shannon W.

Programmer
Jun 29, 2021
1
0
0
US
I have a program that populates values that are then passed to a CL for the purpose of using the SNDDST command. The value in the "To" field will be swolf16@jh.edu, but when the program retrieves the value for the CC1 field, we will say it is xxx@jh.edu, the value in the To field changes to
'SWOLF16@JH.EDU XXXXXXXXXXX@XX.ed' it isn't the whole email address, but it does cut off the "U" from ".edu". My specs for the email fields are:
D SENDMAIL2 PR extpgm('SENDMAIL2')
D To_ 50
D CC1_ 50
D CC2_ 50
D BCC_ 50
D SUB_ 60
D MSG_ 5000

Running OS V7.3


In the past this has been an issue with parameter definitions, but I can't figure this out. Any help is greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top