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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

break message

Status
Not open for further replies.

artin33

Programmer
Joined
Aug 24, 2001
Messages
1
Location
TR
hi,

My problem is message send.

I must seend a message other AS/400 system. So I must use snddst

for example:

PGM PARM(&SAYI)
DCL VAR(&SAYI) TYPE(*CHAR) LEN(11)
DCL VAR(&MESAJ) TYPE(*CHAR) LEN(200)
CHGVAR VAR(&MESAJ) VALUE(*BLANKS)
CHGVAR VAR(&MESAJ) VALUE(' ' !! &SAYI *CAT ' NOLU +
IC PIYASA SIPARISI IPTAL OLMUSTUR!')
SNDDST TYPE(*MSG) TOUSRID((KARAGULL ALAPLI)) +
DSTD('ICPIYASA SIPARIS IPTALI') MSG(&MESAJ)
ENDPGM

first system in ISTANBUL but second in ALAPLI. And ALAPLI user can open a lot of session device. This command send fist session device. Bu I want to send all PC sesion device and I don't know whic device is open.


Many thanks..

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top