What is a scope of a variable that declared inside the main?
Is tht accessible in try & catch block?
Answers were Sorted based on User's Feedback
Answer / siva subrahmanyam
It's not accessible directly. Scope Ends within the Main block. However, it can be accessed through the Pipeline document unless it is dropped within main block.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / sameer
If U specify that local variable inside the try block then you access it and simultanously u can catch the Exception in catch which is user understand S.O.P statement
| Is This Answer Correct ? | 0 Yes | 0 No |
When and why should we use transformers and flow services? How are they different from each other?
Can you spell SAP, ERP, CRM, XML and EDI properly?
How You Can Delete Session Logs On IS?
We have created a insert notification ,is there any way to process the document in the subscriber without publishing it .....?
What Is a Lock?
What Is a Flow Service?
How we can catch exception error on run time mode using flow language in webmethods?
what are extended settings?
What Is Developer?
what is meant by "Block time out" and "Expire time out " in jdbc adapter configuration
What is a flat file schema and what are its uses?
can we build loop step with in the branch in such a way that the interface is look like that branch <transactiontype > sequence: Deposit loop <accno> xxxxxx sequence: current loop <accno> xxxxxxx sequence: savings loop <accno> can we achieve the above senario.