Thanks rexxahead for replying for my question .......
I use the cics command cemt to do this opertion .See below example.
For enabling -> cemt s tran(abcd) ena
For diabling-> cemt s tran(abcd) dis.
Some time I might need to enable/diable many transaction in the region.Its very difficult me...
Hello folks,
Can any one help me outto find the way that disable and enable it back CICS transaction using rexx script..I glad to know more about REXX interacting with CICS .
Thanks,
Shuhaib
Perfect code ... thanks a lot nclouston (Programmer)...It worked perfectly in my side .... again and again I am saying tek-tips helping me a lot to study and build a rexx code.Thanks once again !!
Modified code ..
------------------------------------
/*- REXX...
I know that obviously this code will be working .I meant calling from one program to another. But my requirement is passing a value from one program to another..Please help me know the code for passing vale to another pgm..
Thanks,
Shuhaib
This is the modified code and below are the trace out command result ..
000001 /* REXX*/
000002 TRACE I
000003 PULL DATE
000004 ARG1 = SUBSTR(DATE,1,2)...
Hi,
I am pretty new in the rexx coding I have a requierement to pass value from one to another program can any one help me out on this ..i tried to wite the code(see belwo simple code for model )
Explanation:fisrt calling prgm get the data from user and call the second pgm(called) with...
Thanks for good advice and moment responce rexxhead!!
Its worked out ..I should have had thaught little tricky way before I post..
Any how I got good a good advice ....
Thanks,
Shuhaib
Hi Everyone here....
I need to write the rexx code for reading the content one by of pds member.for example, I have pds with member abctds.join.studen(list),I need to print the value one by one which are all present in the member 'list'.Can any one please help me out to find the solution.One...
My actuall requierment is to perform .. we would be submitting some set of jobs to complete some task .as soon as its completes my plan to run my program to perform pick up all jobs details there in spool(today) infomation such as sumitted date,return code etc..Please help me know If i need...
Hi All,and special Hi to REXXhead
I Have requirement to take all the submitted jobs details and send/create the report(Automation) using rexx code.Can any one please help me out to complete this task ..
Thanks,
Shuhaib
thread277-1151918
---------------------------------------
My requirement--I need to get the created and modfied date of memeber name which present in the particular dataset ..I tried to write diffrent method ,However all those giving only dataset created date ,,Please help me to write the REXX...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.