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 John Tel 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: *

  • Users: jivetrky
  • Content: Threads
  • Order by date
  1. jivetrky

    CALLING MACRO IN BATCH

    I'm trying to run an edit macro from batch. Below is the JCL, edit macro, and REXX. It works online but not in batch. It appears the edit macro is not being called. What am I doing wrong? Also, I'm attaching the output of my JCL. *******************************************************...
  2. jivetrky

    Program hang with REXX

    I have a REXX using panels to gather information from the user to build JCL for them. I'm running into a problem. After the user enters their information, they have to press the enter key twice to have it to go on. I've tried to use the following: "ISPEXEC CONTROL DISPLAY LOCK" before...
  3. jivetrky

    ADDING MSGLINE

    Its been awhile since I've worked in REXX. I'm trying to remeber how to add a message line to a dataset when I'm in edit mode. For example ==MSG> MESSAGE GOES HERE ==MSG> MESSAGE CONTINUES ETC ETC 00001 00002 00003 Anyones help would be appreciated.
  4. jivetrky

    outtrap issue

    I am having issues with outtrap. I am using the following code to trap dsnenq command. Trapping is not working because it lists the DSNENQ command output and if you list var.0 command it is zero. Any ideas? do i=1 to info.0 dsn=strip(substr(info.i,1,46),t) x =...
  5. jivetrky

    CONCAT private libraries to SYSPROC

    Is there a way to concat my private command library to the default SYSPROC concatenation with REXX. This way I can enter TSO appname instead of TSO EX 'LIB.NAME(APPNAME)'
  6. jivetrky

    New to Python

    I'm trying to install pygtk 2.10.4 on my Linux box (ubuntu). When I run the ./configure, I get the following error: configure: error: could not find Python headers What package do I need to add to get pygtk to install?
  7. jivetrky

    $_SERVER['REMOTE USER']

    I'm new to PHP and am running into issues with $_SERVER{'REMOTE USER']. If I run the following code, it returns blank. <?php $user=$_SERVER{'REMOTE USER']; echo $user; ?> Is there something I need to set in apache or PHP to get this to work?
  8. jivetrky

    Insufficient system resources exist to complete the requested service

    Has anyone seen this error before? Recover: cannot write to %:Insufficient system resources exist to complete the requested service am trying to do a restore and getting this error.
  9. jivetrky

    savefs: Cannot obtain disk quota information: Access is denied.

    I am trying to run a backup on a Windows 2000 box using NetWorker 7.2.1 client for windows. I am getting this error: savefs: Cannot obtain disk quota information: Access is denied. Any ideas?
  10. jivetrky

    Internal Error 2755. 3, G:\NetWorker.msi

    I am trying to install NetWorker Client 7.2.1 on a windows box. I am getting the following error: Internal Error 2755. 3, G:\NetWorker.msi Any ideas?
  11. jivetrky

    Run time error 2024

    I found some VBA code to send an email with a report as an attachement. I am getting a run-time error 2024. The report snapshot was not created because you do not have enough free disk space for temporary files. What am I missing? Here is the code. DoCmd.OutputTo acOutputReport, "Issues"...
  12. jivetrky

    Type mismatch error

    I found some example code to add a popup calendar to a form to allow a user to select a date. I imported the code and forms into my database. I changed the record name to the name of my date field I want populated in the property control. When I changed everything I was suppose to change, I...
  13. jivetrky

    Newbie question

    I am new to access. I'm sure this is easy to do. I have created a data entry form and a report. I want to have a button on this form to dynamically build a report for this data entry form and display it. At this point, when I want to print the form, I have to go through all the reports to...

Part and Inventory Search

Back
Top