Re: CSSMTP debug No Brackets Allowed

2018-06-07 Thread Mike Stayton
Paul is correct.  The DEBUG message indicates that the statement cannot have 
brackets.  

Former IBM employee.
Mike

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Another elementary Assembler question

2017-07-04 Thread Mike Stayton
Another option is to used the CSVINFO service.  It is somewhat complicated to 
use.
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieaa700/iea3a7_Description8.htm

The data are CSVMODI is described at:
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.iead100/iead100532.htm
See the flag MODI_MINOR

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Questions about EZAZSSI

2016-05-17 Thread Mike Stayton
From the IP Configuration Reference
Step 3: Configure VMCF and TNF
The Pascal socket interface uses the IUCV/VMCF services for a limited set of
inter-address space communication flows. As a result, if you are using any
applications (provided by IBM or others) that use the Pascal socket API, you 
must
ensure that the Virtual Machine Communication Facility (VMCF) and Termination
Notification Facility (TNF) subsystems are active before the applications are
started. TCP/IP provides the following applications and commands that use the
Pascal socket interface:
o SMTP and LPD servers
o TSO HOMETEST, LPQ, LPR, LPRM, LPRSET, TELNET, and TESTSITE
commands


Check the IEFSSNxx for statements starting the TNF and VMCF subsystems.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS SMTP server

2014-09-03 Thread Mike Stayton
The HELO SMTP command is following the syntax as described in RFC 821.   
HELO SP domain CRLF

domain is a required parameter.  For the z/OS SMTP server it can be any string. 
 The string itself is ignored by the server.  A possible use is to identify the 
z/OS LPAR that created the mail message.

Since this is a CICS task creating the mail message, the CICS SOCKET API could 
be used to obtain the host name.  Use the gethostname() function.   Use the 
socket() function to obtain a socket, call the gethostname() function and call 
the close() function to close the socket.

Or use the SMFID, the system name from the CVTSNAME field, or the CICS system 
name.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: more about True North integrated circuits

2014-08-16 Thread Mike Stayton
and also

http://www.research.ibm.com/articles/brain-chip.shtml

Mike Stayton

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SMF record - IPADDR

2013-07-14 Thread Mike Stayton
The SMF Type 106, 118 and 119 record layouts are in:
z/OS V1R13.0 Comm Svr: IP Programmer's Guide and Reference
SC31-8787-14

E.0 Appendix E. Type 119 SMF records
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/f1a1d3b1/E.0

Mike Stayton
z/OS Communications Server

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN