Closing Files at Program End

RPG
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

From: Mike Grawl To: All

It was my understanding that when an RPG program ended with *INLR on, all files would be closed. Here is what happened. Program A is interactive and ends with *INLR on; program B ends with RETRN. When program A is run and ended without calling program B, all files are closed. When program A is run, and calls program B, and program A is ended; all the files opened by program B remain open. I used the Work with Job (WRKJOB) command, option 14 to determine which files are open both before and after running program A.

My solution to be sure all files were closed was to run the Reclaim Resource (RCLRSC) command using QCMDEXC prior to moving '1' to *INLR.

From: Sharon Cannon To: Mike Grawl

*INLR only closes files that were opened in that specific program. Unless you do something to close files opened by a called program, they will remain open until the user signs off, ending the job.

RCLRSC is one way to close all files. However, I often use a final call to the called program for the express purpose of setting *INLR on. The code fragments in 1 illustrate this technique.

RCLRSC is one way to close all files. However, I often use a final call to the called program for the express purpose of setting *INLR on. The code fragments in Figure 1 illustrate this technique.


Closing Files at Program End

Figure 1 Ending a Subprogram

 Calling Program *. 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7 C* Call sub program C '6' IFEQ ACTION C EXSR SUBPGM C MOVE 'X' CALLED 1 C END (other code) C* End of program routine: end the sub pgm if it was called C ENDPGM TAG C CALLED IFEQ 'X' C EXSR SUBPGM C ENDIF C* Call sub pgm subroutine C SUBPGM BEGSR C CALL 'PROGRAMB' C PARM 'Y' PGMEND 1 C ENDSR Called Program *. 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7 C *ENTRY PLIST C PARM PGMEND 1 C* End program if Pgm end switch is set C PGMEND IFNE *BLANK C MOVE *ON *INLR C RETRN C ENDIF 
BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$

Book Reviews

Resource Center

  •  

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: