Is there a Windows function that gives similar information to the "ps" command in Unix, specifically:
Processes, Process Id's and, most importantly, full command lines?
I believe there are utilities such as CmdLine from DiamondCS (not tried it yet). Is there a Windows (undocumented?) feature to...
I am completely new to this so apologies in advance if it's a dumb question.
I am writing an installation guide (for an IBM product on Windows) - part of which has the following -
Check that the following ports are free:
a) 80 (HTTP)
b) 383 and 636 (LDAP)
c) 9080 (Websphere)
If I run...
The Rexx at the end of this message asks the user to enter a number.
If a particular dataset containing this number exists the dataset is displayed.
The question is -
When the code runs and the dataset does exist, instead of displaying it immediately, the *** prompt appears (I am not at the...
Can anyone point me to some useful sites for an absolute beginner in MVS Assembler. I found the books in Bookman too difficult. I'd like to learn to write Assembler routines which would be called from my Rexx code.
Many thanks
1. How to count the number of records in a file ?
a) EXECIO * DISKR etc falls over at about 250,000 whether it's put on the stack or in a stem.
b) If it's a PDS (or I copy it to a PDS) the stats only show a maximum of 65536 even if there's more than that in the file.
2. How to wait a few seconds...
Sample scrolling panel problem:
Sel Dataset name
_ level1.level2.a
Y level1.level2.b
Y level1.level2.c
_ level1.level2.d
I select .b and .c for some action.
Situation 1
If there's no problem (i.e. no error message generated) then I should see:
Sel Dataset name
_...
Apologies for the long winded question re ISPF panels -
THE BACKGROUND TO THE PROBLEM:
Part of a basic selection panel:
)BODY
+ - - - - Handover Log - - - -
} Option ===>_ZCMD +...
Re the JOBNAME and JOBID that appears on screen when a Jcl is SUBmitted:
Can these two values be captured? Are they held in some variable. How does MVS generate the next JOBID?
I'd like to submit a job more than once, keep a record of the JOBID and try and use that info to send a print of the...
How can I convert a Julian date to either yymmdd or ccyymmdd?
/* convert a given Julian date to ccyymmdd */
x = DATE('S','03112','J'); say x /* works fine */
/* convert a given ccyymmdd to a Julian date */
x = DATE('J','2003112','S'); say x /* doesn't work; rc 40 */
Thanks
Jeff
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.