cancel
Showing results for 
Search instead for 
Did you mean: 

undeclared variable

former_member203645
Active Participant
0 Kudos

Hi All,

I am trying to validate the script and I see the below error , Please help me resolving it.


[Script:T_Pre-Processing]

The script <T_Pre-Processing> contains an invalid expression. Additional information: <Referencing an undeclared variable <$GV_FILE_NAME>. Declare the variable in the context that it is being used.>. (BODI-1111242) 

Accepted Solutions (0)

Answers (2)

Answers (2)

ahalya_inturi
Active Participant
0 Kudos

Hi

Create new global variable at job level . i.e., $GV_FILE_NAME. it causing the error

former_member187605
Active Contributor
0 Kudos

As the error message says, you'll have to declare the variable first. You can do this at job level only!