Page 2 of 2

Re: Not able to use INCLUDE on a VB file !!!

PostPosted: Fri Oct 03, 2008 7:34 pm
by Alissa Margulies
ranga_subham wrote:Another interesting thing is I've executed this using File-Aid batch job and it does not bother whether an input file is VB with short records or long records. It simply ended with return code 0 as soon as I submitted the job and gave my results as expected.
Just as an FYI, the same would have happened in the Sort application if VLTESTI=0 was not the installation default value.

Re: Not able to use INCLUDE on a VB file !!!

PostPosted: Fri Oct 03, 2008 7:46 pm
by ranga_subham
I don't know how to know the default values set on a site. Anyways, that was a good piece of info....

Thanks.

Re: Not able to use INCLUDE on a VB file !!!

PostPosted: Fri Oct 03, 2008 7:57 pm
by Alissa Margulies
The see how the SyncSort defaults are configured on your system, you can run the following:
//STEP1 EXEC PGM=SYNCLIST,PARM=',NOSYSLIB'
//STEPLIB DD DSN=SYNCSORT.SYNCLINK,DISP=SHR
//        DD DSN=SYNCSORT.SYNCRENT,DISP=SHR
//SYSPRINT DD SYSOUT=*

Re: Not able to use INCLUDE on a VB file !!!

PostPosted: Fri Oct 03, 2008 8:35 pm
by ranga_subham
Wow........excellent.......I have got those stats and would like to tell you that VLTESTI=0.

Thanks a lot.

Re: Not able to use INCLUDE on a VB file !!!

PostPosted: Fri Oct 03, 2008 8:52 pm
by Alissa Margulies
ranga_subham wrote:I have got those stats and would like to tell you that VLTESTI=0.

As I had suspected. Glad I could help.