×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
CURRENT.RELEASE
- vani
- Topic Author
- Visitor
-
15 years 3 months ago #4654
by vani
CURRENT.RELEASE was created by vani
Hi
Can anyone know how i can extract the current release of T24 inside a SUBROUTINE?
Thanks
Can anyone know how i can extract the current release of T24 inside a SUBROUTINE?
Thanks
Please Log in or Create an account to join the conversation.
- Srinivas Yadav
- Offline
- Senior Member
-
Less
More
- Posts: 60
- Thank you received: 0
15 years 3 months ago #4658
by Srinivas Yadav
Replied by Srinivas Yadav on topic Re:CURRENT.RELEASE
Hi vani,
You can extract the current release of T24 inside subroutine using the common variable R.SPF.SYSTEM .
T24.RELEASE = R.SPF.SYSTEM<SPF.CURRENT.RELEASE>
This gives the release of current version being used.
Regards,
Srinivas.
You can extract the current release of T24 inside subroutine using the common variable R.SPF.SYSTEM .
T24.RELEASE = R.SPF.SYSTEM<SPF.CURRENT.RELEASE>
This gives the release of current version being used.
Regards,
Srinivas.
Please Log in or Create an account to join the conversation.
- vani
- Topic Author
- Visitor
-
15 years 3 months ago #4660
by vani
Replied by vani on topic Re:CURRENT.RELEASE
Hi
Yes its working.
Is it anything that i need to login to GLOBUS before i use COMMON variables.
Because i tried the solution without login to GLOBUA and it didnt return any value. Once i login to GLOBUS and Logout, then the above variable displayed correctly.
Yes its working.
Is it anything that i need to login to GLOBUS before i use COMMON variables.
Because i tried the solution without login to GLOBUA and it didnt return any value. Once i login to GLOBUS and Logout, then the above variable displayed correctly.
Please Log in or Create an account to join the conversation.
- Srinivas Yadav
- Offline
- Senior Member
-
Less
More
- Posts: 60
- Thank you received: 0
15 years 3 months ago #4664
by Srinivas Yadav
Replied by Srinivas Yadav on topic Re:CURRENT.RELEASE
Hi,
Exactly . Once you login to Globus only all the common varaiables get loaded . Thats the reason we include $INCLUDE GLOBUS.BP I_COMMON and $INCLUDE I_EQUATE files in our subroutines.
Regards,
Srinivas.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Exactly . Once you login to Globus only all the common varaiables get loaded . Thats the reason we include $INCLUDE GLOBUS.BP I_COMMON and $INCLUDE I_EQUATE files in our subroutines.
Regards,
Srinivas.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.
- vani
- Topic Author
- Visitor
-
15 years 3 months ago #4665
by vani
Replied by vani on topic Re:CURRENT.RELEASE
Ok.
Thanks much for your help.
Thanks much for your help.
Please Log in or Create an account to join the conversation.
Time to create page: 0.041 seconds