Questions tagged [ibm-rpg]
RPG is a high-level programming language (HLL) for business applications.
                3 questions
            
            
            
                1
            
            vote
        
        
            
                2
            
            answers
        
        
            
                658
            
            views
        
        
            
            
            
        Comparing date in RPGLE
                    I have an RPG program which processes a file containing records of subscription details of users. Each subscription record has a "valid from date" and "valid to date" - indicating ...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                1k
            
            views
        
        
            
            
            
        Subfile program using user input validation
                    I have written a subfile program, which is working as expected. It would be great if the experts here could review it and provide feedback if the RPG or DDS can be improved in any way.
Kindly note ...
                
            
       
        
            
                2
            
            votes
        
        
            
                1
            
            answer
        
        
            
                97
            
            views
        
        
            
            
            
        DB2 statement to update a header file if no corresponding record exists
                    I have written below SQL in an RPGLE program. Intent is to update the header file (TC400F) if no corresponding records exist in detail file (TC401F). Are there better ways of doing this?
...