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.
*******************************************************...
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...
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.
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 =...
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)'
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?
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?
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.
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?
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"...
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...
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...
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.