Skip to main content

Castran

  • July 12, 2022
  • 5 replies
  • 1 view

Hi All,

I need to make a "global" castran of my programs, is it possible? I don't want to restart my region.

Thanks in advance.

Juan


#CICS
#EnterpriseServer

5 replies

Kim Hoskin
Forum|alt.badge.img+2
  • Moderator
  • July 12, 2022

Hi All,

I need to make a "global" castran of my programs, is it possible? I don't want to restart my region.

Thanks in advance.

Juan


#CICS
#EnterpriseServer

Hi Juan, have you considered to review documentation such as URL https://www.microfocus.com/documentation/enterprise-developer/ed70/ED-VS2017/HRMTRHCOMM25.html  near the bottom of that page there is an examples section with:

#####

To perform multiple operations by using an input script:

castran /rESDEMO /imultiple_cmds.txt

Where multiple_cmds.txt contains the following lines:

# multiple castran commands
/tACCT /ed 
/tAC01 /ee /ja 
/nACCT00


#####

Please confirm this helps to answer your question.


  • July 12, 2022

Hi Juan, have you considered to review documentation such as URL https://www.microfocus.com/documentation/enterprise-developer/ed70/ED-VS2017/HRMTRHCOMM25.html  near the bottom of that page there is an examples section with:

#####

To perform multiple operations by using an input script:

castran /rESDEMO /imultiple_cmds.txt

Where multiple_cmds.txt contains the following lines:

# multiple castran commands
/tACCT /ed 
/tAC01 /ee /ja 
/nACCT00


#####

Please confirm this helps to answer your question.

Hi KimH,

I have reviewed it, but it is not useful, in response it gives a general code, if there is an error it is not reported, I have tried it.


Kim Hoskin
Forum|alt.badge.img+2
  • Moderator
  • July 12, 2022

Hi KimH,

I have reviewed it, but it is not useful, in response it gives a general code, if there is an error it is not reported, I have tried it.

Hi Juan, I recommend you to consider raising a support case, if it does not work as expected it may require further investigation.


  • July 12, 2022

Hi Juan, I recommend you to consider raising a support case, if it does not work as expected it may require further investigation.

Thanks Kimh

I will do so,

I was trying to get some information in case someone had done it.


Kim Hoskin
Forum|alt.badge.img+2
  • Moderator
  • July 12, 2022

Thanks Kimh

I will do so,

I was trying to get some information in case someone had done it.

No problem Juan and thank you. I suggest a support case to get a clearer answer, more dedicated help.