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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by balsu79

  1. balsu79

    How to read Date and Time of Job submission?

    I am using the following code to get Job name and Job number, for one of my tool I need to capture the Date and Time at which the job started execution. Please tell me how to get that information. /* REXX */ TCB = PTR(540) TIOT= PTR(TCB+12) JNAM= STG(TIOT,8) SNAM= STG(TIOT+8,8) PSNAM =...
  2. balsu79

    ISPF edit MACRO to copy a Temp PDS member into another PDS member

    Hi, I searched my best to find an answer in this forum. But could not find it. So, I am raising this question. How to copy the contents of a Temporary PDS member before the first line of a regular PDS member. I have a regular PDS member 'XXXXXX.SPUFI(SQL)' Contents of it is //Line01...

Part and Inventory Search

Back
Top