skip to main content

Library Routines : C$PROGINMEM

C$PROGINMEM
This routine returns if a cobol program is already loaded in memory or not.
Syntax:
 CALL "C$PROGINMEM" USING progName 
Parameters:
Return code:
returnCode can be any signed numeric data item and provides additional information:
Examples:
Example - Check if a program is loaded in memory
call "c$proginmem" using "computetax"
if return-code not = 1
   display message "ComputeTax is not in memory"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left