doubt about assign statement ?



Software AG's platform-independent programming language with full support for open-source and Internet applications

doubt about assign statement ?

Postby diptisaini » Tue Oct 12, 2010 2:19 pm

01 #ENTITY-STATUS-TYPE (A07)
01 REDEFINE #ENTITY-STATUS-TYPE
02 #ENTITY (A03)
02 #STATUS-IND (A01)
02 #MESSAGE-TYPE (A03)

ASSIGN #STATUS-IND := H'00'
R1. READ DESCENDING INCOMING-MESSAGE-QUEUE BY
ENTITY-STATUS-TYPE = #ENTITY-STATUS-TYPE

Can anyone please tell me what is use of ASSIGN #STATUS-IND := H'00' statement ? What value will come in #ENTITY-STATUS-TYPE key ?
diptisaini
 
Posts: 90
Joined: Sun Mar 14, 2010 5:12 pm
Has thanked: 0 time
Been thanked: 0 time

Re: doubt about assign statement ?

Postby ats » Tue Oct 12, 2010 7:02 pm

Hi diptisaini,

You would have Googled and got the answer!

Well, in H'00' H is Hexadecimal and 00 represents a NULL Character.

Hope this helps in identifying the value you are looking for :?:
ats
 
Posts: 14
Joined: Mon Sep 06, 2010 12:27 pm
Has thanked: 0 time
Been thanked: 0 time


Return to Natural

 


  • Related topics
    Replies
    Views
    Last post