× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



If it is a stand alone field, define it as either binary(9) or Integer(10).
If it is in a data structure, I've never had any problems with binary(4).
Be sure that it is in the correct position in the data structure. Also, be
aware that the documentation for the API's assumes a starting position as
zero. You need to add one to the starting positions in your DS for RPG.

Thanks,

Mark

Mark D. Walter
Senior Programmer/Analyst
CCX, Inc.
mwalter@xxxxxxxxxx
http://www.ccxinc.com


                                                                                
                                                        
                      "Knezevic, Mihael"                                        
                                                        
                      <m.knezevic@porta.        To:       
<rpg400-l@xxxxxxxxxxxx>                                                       
                      de>                       cc:                             
                                                        
                      Sent by:                  Subject:  retrieve user space 
api problem                                               
                      rpg400-l-bounces@m                                        
                                                        
                      idrange.com                                               
                                                        
                                                                                
                                                        
                                                                                
                                                        
                      04/19/2004 08:06                                          
                                                        
                      AM                                                        
                                                        
                      Please respond to                                         
                                                        
                      RPG programming on                                        
                                                        
                      the AS400 /                                               
                                                        
                      iSeries                                                   
                                                        
                                                                                
                                                        
                                                                                
                                                        




hi,

i have problems retrieving binary(4) data from user space. the char data
is ok. but i have problems getting binary(4) fields like

124          7C          BINARY(4)         Offset to list data section

if i use the display command in my rpg program i get:

DSPLY  b

i tried to convert it to a number with:

listPosition = %dec(%trim(listValue) : 10 : 0);

but i get an error with errorcode 105 (which seems to be undocumented or
at least i can't find the docu of that status) when i look at the status
field of the program error data structure.

i think i make some terribly simple mistake but i don't get it. perhaps
someone can help me.

thanx in advance.

mk

_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.








As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.