Author |
Message |
Topic: Send an email in PDF format without using xmitip |
superk
Replies: 7
Views: 9498
|
Forum: Job Control Language(JCL) Posted: Tue Mar 20, 2012 9:11 am Subject: Send an email in PDF format without using xmitip |
Are you using SAS at all to create the PDF document and to email it? |
Topic: Strange SORT problem |
superk
Replies: 7
Views: 7412
|
Forum: Utilities Posted: Wed Jan 18, 2012 11:13 am Subject: Strange SORT problem |
Why on earth is that being not done as a single job step? |
Topic: Data Transfer from TANDEM to Mainframe by NDM process |
superk
Replies: 4
Views: 11132
|
Forum: Other Technical Topics Posted: Mon Dec 12, 2011 2:14 pm Subject: Data Transfer from TANDEM to Mainframe by NDM process |
When you go to the www.stercomm.com website it re-directs you to the IBM site for the Sterling Commerce products. I ended up here:
http://www-01.ibm.com/support/docview.wss?uid=swg27023598
if th ... |
Topic: how to read spool through JCL |
superk
Replies: 2
Views: 6731
|
Forum: Job Control Language(JCL) Posted: Mon Sep 26, 2011 11:57 am Subject: how to read spool through JCL |
IOF Batch Utilities are described [url=http://www.triangle-systems.com/nl9808.shtml]here on the Triangle Systems website. |
Topic: Set variables for a Rexx |
superk
Replies: 6
Views: 6749
|
Forum: TSO and ISPF Posted: Wed Sep 14, 2011 9:18 am Subject: Set variables for a Rexx |
What sort of environment are you running these exec's in? TSO? ISPF? Batch? MVS? Some other environment (Netview, SA, OPS/MVS, Mainview)?
I'm thinking, if ISPF Services are available, you could use ... |
Topic: How to modify ISPF line commands? |
superk
Replies: 20
Views: 16089
|
Forum: TSO and ISPF Posted: Tue Aug 02, 2011 9:39 am Subject: How to modify ISPF line commands? |
This isn't really my field of expertise, but I imagine that you'd have to start by examining the source code for that panel. Find where the line commands are defined, and then what command or program ... |
Topic: Accessing a SYSOUT file without SDSF |
superk
Replies: 15
Views: 25613
|
Forum: Problem Determination Posted: Tue Jul 26, 2011 9:48 am Subject: Accessing a SYSOUT file without SDSF |
If you review the description of the
SUBMIT is a foreground-initiated-background (FIB) command. You must be authorized by installation management to use SUBMIT. This command is generally used in con ... |
Topic: Rexx and C on mainframe |
superk
Replies: 8
Views: 5409
|
Forum: TSO and ISPF Posted: Mon Jul 18, 2011 1:17 pm Subject: Rexx and C on mainframe |
I'm curious, how is a program coded in 'C' different from other programs coded in languages like COBOL or PLI or Assembler? |
Topic: Where can I find the step completion codes for current job |
superk
Replies: 2
Views: 6799
|
Forum: Problem Determination Posted: Fri Jul 08, 2011 2:28 am Subject: Where can I find the step completion codes for current job |
Look at this solution from the web
/* REXX */
/* GET THE STEP NAME AND RETURN CODE */
NUMERIC DIGITS(32) /* ENSURE MAX PRECISION */
TCB=STORAGE(D2X( ... |
Topic: Conversion of Oracle tables to DB2 tables |
superk
Replies: 1
Views: 1813
|
Forum: Database Posted: Tue May 17, 2011 6:33 pm Subject: Conversion of Oracle tables to DB2 tables |
I'm somewhat familiar with Oracle, not so much with DB2. I'm not sure what you mean by your comment "Is there any easy way using some functions this can be achieved without programming effort.&qu ... |
Topic: Getting a msg "Alternate parm used" while using so |
superk
Replies: 9
Views: 6367
|
Forum: Utilities Posted: Fri May 13, 2011 1:58 pm Subject: Getting a msg "Alternate parm used" while using so |
It even tells you that fact:
WER168I CONTROL FIELD WITHIN RDW |
Topic: FTP a mainframe file to a text file with a date stamp |
superk
Replies: 3
Views: 6179
|
Forum: TSO and ISPF Posted: Thu May 12, 2011 11:25 am Subject: FTP a mainframe file to a text file with a date stamp |
Add a date stamp to the target filename by whatever means you like. For easy current time-of-day types of values, I like to just use the [url=http://publib.boulder.ibm.com/infocenter/zos/v1r9/index.js ... |
Topic: is it possible to download a mainframe file through rexx? |
superk
Replies: 4
Views: 4899
|
Forum: TSO and ISPF Posted: Wed May 11, 2011 9:05 pm Subject: is it possible to download a mainframe file through rexx? |
Using REXX alone? No. However, REXX, as in other languages, can call other programs and services. What programs/services/utilities do you use to perform this task? What type of server are you transfer ... |
Topic: Concatenation error in REXX |
superk
Replies: 6
Views: 7741
|
Forum: TSO and ISPF Posted: Thu May 05, 2011 8:22 am Subject: Concatenation error in REXX |
Works for me.
Is your concatention symbol (|) coded as a hex '4F'? |
Topic: Links / materials on REXX concepts. |
superk
Replies: 6
Views: 4276
|
Forum: TSO and ISPF Posted: Wed May 04, 2011 10:23 pm Subject: Links / materials on REXX concepts. |
Do you mean this one from Doug Nadel?
http://www.schlabb.741.com/files/01001.pdf |
|