Re: REXX that verify what MINIDISK is a file

2010-10-15 Thread Alan Winson
You have to be careful with syntax like this: Parse Source . 'EXEC' fm +1 . The variable "fm" is assigned the value "E", taken from the first letter of "EXEC". You wanted it to be assigned the first character in the word following "EXEC".

EXECSERV documentation

2010-08-26 Thread Alan Winson
I found this 8000-line file, with machine carriage control, on one of the disks where I work: VM/SP EXEC Services Program March 8th, 1982 Jerry Metcoff Northwest Industries, Inc. Chicago Data Center So that solves my problem. I guess it isn't on any IBM web si

EXECSERV documentation

2010-08-26 Thread Alan Winson
Some time within the last year I recall browsing a large EXECSERV manual online, but now I can't find it. I know from the archives that it hasn't been supported for a long time. My employer wants me to convert EXECSERV calls to use more modern, suppor ted tools. Documentation would be helpful.

Re: Xedit reserved line with unprotected field

2010-08-07 Thread Alan Winson
It's all documented. Issue HELP XEDIT READ.

Re: Question about XEDIT

2010-06-11 Thread Alan Winson
I see there are plenty of excellent programs others have written that can be used to address the problem. Thought I'd throw in my two cents, since I was annoyed by the same problem many years ago. I wrote an XEDIT macro, SELUTIL ("select" utility) that was intended sole ly for manipulating t

Re: OS/390 crashed when OS/390 master console on z/VM is unexpectedly closed

2010-05-03 Thread Alan Winson
The "TIMEBOMB IDLE" reported by QUERY SET is not related to the 15-minute logoff, so you do not need to touch it. (TIMEBOMB as shown by Q SET refers to a "diagnose" instruction that a virtual machine can issue. It allows the v.m. to manage its own CP command(s) to be executed if the v.m. does no

Re: Converting Text to XLS

2010-04-21 Thread Alan Winson
Richard, just yesterday I finished working on a REXX program that generat es CSV, HTML, or XML for a simple spreadsheet. If you're interested, I can ask my employer whether I can give it to you. You'd have to cannibalize it, since it does not read a text file; it generates its own data by readin