Re: Cancel STC

2012-01-26 Thread John Sullivan
If you want a different name in the future, you can accomplish it through the start command by adding .identifier (period plus alternate job (STC) name). Start STRSSA.NEWNAME,... (start parameters) Then you could issue CANCEL NEWNAME or MODIFY NEWNAME, etc. It is actually documented in the

HLASM - Way to toggle options ON OFF?

2011-08-02 Thread John Sullivan
Anyone know of a way to toggle HLASM options ON OFF? I'd like to turn off RENT option for a few statements (i.e. NORENT). *PROCESS NORENT is only supported at the beginning of the assembly. Besides, I really do want RENT checking for almost the entire module. I find the warnings annoying when

Re: Uncatalog usercatalog CATINDEX

2008-12-11 Thread John Sullivan
in the LISTCAT command as already pointed out by Martin Kline. HTH, John Sullivan EMC -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search

Mapping Macros for arguments to CCWs Define Extent, Locate Record etc.?

2008-09-30 Thread John Sullivan
Anyone know where I can find mapping macros I could download/copy for the argument / parameters to Define Extent, Locate Record, etc.? Rather than type them up myself and make mistakes... Thanks. -- For IBM-MAIN subscribe /

Re: Cataloging problem

2008-07-02 Thread John Sullivan
will create the alias. Use IDCAMS or just do it from TSO or ISPF. (2) Add the alias to the master catalog. (3) Rename the datasets back to their original name. If you did 1 and 2 right, the datasets will now be catalogued in the UCAT associated with the alias added in 2. HTH, John Sullivan EMC

Re: MVS initiated FTP to Windows

2008-03-18 Thread John Sullivan
Dave; In order to have a Windows workstation accept incoming FTP, in other words Windows as an FTP server, you have to run the Windows IIS service or the equivalent. IIS is an optional component of XP and Vista. There are settings in IIS for starting an FTP server and HTTP server, maybe others.

Re: CSVQUERY and AMODE64

2007-12-04 Thread John Sullivan
that pertain to 64 bit callers. Take a look at volume 1 of Assembler Services Reference. HTH, John Sullivan EMC -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM

Re: branching to zero

2007-11-26 Thread John Sullivan
On z/OS 1.8 running on a z9, there is a BEAR register which contains the branch from address. But I don't think that is in 1.7. -- The contents of the BEAR are formatted in z/OS 1.7. Regards, John Sullivan EMC Corp