The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 10-14-2008
cfajohnson's Avatar
cfajohnson cfajohnson is offline Forum Advisor  
Shell programmer, author
  
 

Join Date: Mar 2007
Location: Toronto, Canada
Posts: 2,361
Quote:
Originally Posted by SpiralSpastic View Post
Hi,

This function is a sub-function from a menu base command.

What is a "sub-function"?
Quote:
Core process CEDP1300 will read both APPNFC.INC and APPLIC.INC file before continue with other process..

Now only 1 file APPLIC.INC are read from this old function..

What "old function"?

Why is only one file read?
Quote:
How to include the new file APPNFC.INC so that it can read both file (APPLIC.INC & APPNFC.INC) before it go to main process CEDP1300??

What do you mean by "read the files"?

If the process has to read the files, you have to give it the names of the files to read.