IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

what 8130 means in the IF stmt


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sharmila Jagadish

New User


Joined: 07 Mar 2006
Posts: 4
Location: Texas, USA

PostPosted: Fri Aug 17, 2007 12:39 am
Reply with quote

Hi,
I am working on a conversion project.I am unable to understand what 8130 in the IF stmt signify.The number of record read is 1 and GK-SYS-CODE doesn't seem to be a MU field.Please let me know your feedbacks.

Thankyou.

READ (1) GK-CTL-SYS BY GK-SP-SYSTEM
STARTING FROM #AT1-SYS-CODE
IF GK-SYS-CODE(8130) = #AT1-SYS-CODE
Back to top
View user's profile Send private message
Sharmila Jagadish

New User


Joined: 07 Mar 2006
Posts: 4
Location: Texas, USA

PostPosted: Fri Aug 17, 2007 3:00 am
Reply with quote

ok, I got it.....this number is used for referencing,instead of using the labels.
Back to top
View user's profile Send private message
Raj Kiran

New User


Joined: 24 Aug 2007
Posts: 3
Location: Chennai

PostPosted: Fri Aug 24, 2007 3:36 pm
Reply with quote

It is the line number to which refers to read statement

IF GK-SYS-CODE(8130) = #AT1-SYS-CODE is similar to the

IF GK-CTL-SYS.GK-SYS-CODE = #AT1-SYS-CODE
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Licensed Materials & Restricted M... General Talk & Fun Stuff 10
No new posts Null Indicator value -2 means in Embe... DB2 2
No new posts What's the +1 means in CLC FOUR,SIX+1 ? PL/I & Assembler 2
No new posts Securely storing ftp password in acf2... CA Products 1
No new posts What Does "OC" Instruction ... PL/I & Assembler 7
Search our Forums:

Back to Top