Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shuhaibk54

    How to disable and enable ti back once cics transaction using REXX scrip.

    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...
  2. shuhaibk54

    How to disable and enable ti back once cics transaction using REXX scrip.

    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
  3. shuhaibk54

    from which library tso commands are picked up from?

    Those steps did not work .Any other way to get the details.:( ... Thanks, Shuhaib
  4. shuhaibk54

    from which library tso commands are picked up from?

    Please anybody knows ,from which library tso command are picked up from?How we can check ? Thanks, Shuhaib
  5. shuhaibk54

    How to pass value from one program to another

    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...
  6. shuhaibk54

    How to pass value from one program to another

    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
  7. shuhaibk54

    How to pass value from one program to another

    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)...
  8. shuhaibk54

    How to pass value from one program to another

    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...
  9. shuhaibk54

    How to read the content of pds member one by

    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
  10. shuhaibk54

    How to read the content of pds member one by

    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...
  11. shuhaibk54

    Take the job details from Spool and generate/send the report.

    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...
  12. shuhaibk54

    Take the job details from Spool and generate/send the report.

    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
  13. shuhaibk54

    copy ps data file to PDS memebr.

    Thanks a lot!!! Its working Thanks, Shuhaib "ALLOC FI(PS) DA(the.dataset.name) SHR REUSE" "ALLOC FI(PO) DA(the.partitioned.dataset(member)) SHR REUSE" "EXECIO * DISKR PS (FINIS" "EXECIO" queued() "DISKW PO (FINIS" "FREE FI(PS PO)"
  14. shuhaibk54

    copy ps data file to PDS memebr.

    I am new to rexx coding can any one hepl me to write the code to copy ps data file to pds member .. Thanks, Shuhaib
  15. shuhaibk54

    Need to find out the daset memebr name created date

    I am new to rexx coding can any one hepl me to write the code to copy ps data file to pds member .. Thanks, Shuhaib
  16. shuhaibk54

    Need to find out the daset memebr name created date

    Thanks for the adivce ,,I made the code for that :) Thanks, Shuhaib
  17. shuhaibk54

    Need to find out the daset memebr name created date

    I am not clear ..Please provide any code snippet to do same..
  18. shuhaibk54

    Need to find out the daset memebr name created date

    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...

Part and Inventory Search

Back
Top