Jun 24 2008 06:22 AM 6005 8 Bind process prasenjit_in What happens during pre-compilation and finally bind process? naga1126 Profile Answers by naga1126 Questions by naga1126 Jun 16th, 2010 Bind process is mainly for two processes:1. To syntax check the Query (To see the Columns and tables referred are actually present etc. )2. To find the efficient access path.Result of Bind is an Executable form of the DBRM. yuvaevergreen Profile Answers by yuvaevergreen Questions by yuvaevergreen Apr 11th, 2010 Precompilation:Separates out the SQL statements in the COBOL program and creates the DBRM.BIND:Creates the executable format of DBRMs. Answer Question Select Best Answer
Jun 24 2008 06:22 AM 6005 8 Bind process prasenjit_in What happens during pre-compilation and finally bind process? naga1126 Profile Answers by naga1126 Questions by naga1126 Jun 16th, 2010 Bind process is mainly for two processes:1. To syntax check the Query (To see the Columns and tables referred are actually present etc. )2. To find the efficient access path.Result of Bind is an Executable form of the DBRM. yuvaevergreen Profile Answers by yuvaevergreen Questions by yuvaevergreen Apr 11th, 2010 Precompilation:Separates out the SQL statements in the COBOL program and creates the DBRM.BIND:Creates the executable format of DBRMs. Answer Question Select Best Answer
naga1126 Profile Answers by naga1126 Questions by naga1126 Jun 16th, 2010 Bind process is mainly for two processes:1. To syntax check the Query (To see the Columns and tables referred are actually present etc. )2. To find the efficient access path.Result of Bind is an Executable form of the DBRM.
yuvaevergreen Profile Answers by yuvaevergreen Questions by yuvaevergreen Apr 11th, 2010 Precompilation:Separates out the SQL statements in the COBOL program and creates the DBRM.BIND:Creates the executable format of DBRMs.