What r the session parameters?


Session parameters r like maping parameters,represent values U might want to change between
sessions such as database connections or source files.

Server manager also allows U to create userdefined session parameters.Following r user defined
session parameters.
Database connections
Source file names: use this parameter when u want to change the name or location of
session source file between session runs
Target file name : Use this parameter when u want to change the name or location of
session target file between session runs.
Reject file name : Use this parameter when u want to change the name or location of
session reject files between session runs.

Showing Answers 1 - 2 of 2 Answers

Vani_AT

  • Apr 1st, 2008
 

In addition to this we provide the lookup file name.
The values for these variables are provided in the parameter file and the parameters start with a $$ (double dollar symbol). There is a predefined format for specifying session parameter. For eg., If we want to use a parameter for source file then it must be prefixed with $$SrcFile_<any string optional>. 

  Was this answer useful?  Yes

Vani_AT

  • Apr 1st, 2008
 

a small correction, it starts with single dollar symbol . double dollar symbol is used for mapping parameters.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions