English 中文(简体)
证据参数
原标题:Proc parameters

We are having some proc steps which are using control cards that contain cics region names. Procs are present in Endevor.Previously we had endevor macros which used to change the region names as per the env. But now onwards endevor macros are disablled.Is there any other way to change the region names in proc.

e.g: If control card has below data at 1st env A:- TEST*A* After moving this to env B in endevor it was getting changed to:- TEST*B*

我们正在利用TWS的拖拉机执行职务。 是否有TWS可以利用的任何设施,我们可以利用这些设施来改变这种类型的参数。

Thanks and Regards, Saisha.

问题回答

你可以具体说明你在执行《儿童权利公约》时对你的EXEC PROC=说明所要求的这些参数的价值。

你们可以使用TWS变量,这些变量可用于在你经营的支架中定制任何东西。 这些变量不能直接用于共同财产法,因为只有JES2/3阅读。

//*%OPC TABLE__NAME=(_table name_)

以上内容使你能够具体说明可在替代领域使用的可变表格。

//*%OPC SCAN
//*%OPC SETVAR TATF=( TEST )
//LISTCAT  EXEC  PGM=IDCAMS
//SYSPRINT DD  SYSOUT=*
//SYSIN    DD  *
   LISTCAT ENT(VSAM.&TATF) ALL

The above is an example of TWS variables to override what is in a SYSIN, but you do need to change the JCL and it needs to be inline.

“TEST”工作队将由TWS取代。





相关问题
How to read a PS file in reverse order?

I have a PS file to be read in reverse order and process accordingly. Do we have a way to mention to read the file in reverse order in FD in COBOL module? OR do we have something to achieve the same ...

Allocation of memory with LE routines

At Allocation of Memory in Variable-Length Tables NealB mentioned LE routines to allocate/deallocate memory in a non-CICS COBOL program. I d very much like to know how this is done: how the LE ...

How to pass arguments to REXX program through JCL

Can we pass arguments to a REXX program from JCL? I suppose, JCL PARM can be used as we use for passing arguments to COBOL programs.. Do put your ideas here...

How to write a HEX string into a file as HEX using REXX

I have a string RAJA which should be written into a file as HEX data. Here are sample codes which help me to describe the issue. Case(a) name = RAJA name = C2X(name) /* Hex value = 52414A41 *...

Start SQL Server Jobs when field = specific value

I don t know if this is even possible, so i would appreciate any ideas, even those outside of Sql Server 2005, on how this might be accomplished. I have a linked server set up to a remote mainframe ...

热门标签