Search found 3 matches

by DL1
Tue Nov 18, 2014 10:00 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Can we send secure email from Mainframe job?
Replies: 6
Views: 1215

Re: Can we send secure email from Mainframe job?

Search GOOGLE for XMITIP. That's a suite of programs that are designed to send email from z/OS applications. It'll do stuff like attachments and PDFs. Don't know if it does SMTP over TLS (because it's about ten years since I looked at it).
by DL1
Tue Nov 18, 2014 9:58 pm
Forum: Interview Questions.
Topic: What is the diff between Return code and Condition code?
Replies: 4
Views: 826

Re: What is the diff between Return code and Condition code?

Return code is the value in R15 when you return control to your caller.

Cond code (as in JCL) is the value in R15 (0 < cc < 4096) when your program terminates and returns control to z/OS.

Go to advanced search