Re: appending userid in a file

2008-11-12 Thread Oscar H Flores

Try this

//STEP1234 EXEC PGM=IKJEFT01
//FTPCTL   DD DSN=K12.PRD.JCL(A1),DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSPROC  DD DSN=K12.PRD.JCL(REXXAB),DISP=SHR
//SYSTSIN  DD *
%REXXAB

the first line in REXXAB Should be /* rexx */
/* REXX */
LINE.1 = PUT '.INVTORY.REPORT(0)' ,
 || SUMMARY_REPORT_ ||ID||.TXT
LINE.2 = CLOSE
LINE.3 = QUIT
EXECIO 3 DISKW FTPCTL (STEM LINE. FINIS
EXIT


Oscar





From: Ron Thomas [EMAIL PROTECTED]
Reply-To: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: appending userid in a file
Date: Wed, 12 Nov 2008 09:52:24 -0600

Hello.

I have ran the ReXX and getting the below error , the files are allocated

 LINE.1 = PUT '.INVTORY.REPORT(0)' ,
IKJ56621I INVALID COMMAND NAME SYNTAX
READY
  || SUMMARY_REPORT_ ||ID||.TXT
IKJ56621I INVALID COMMAND NAME SYNTAX
READY
 LINE.2 = CLOSE
IKJ56621I INVALID COMMAND NAME SYNTAX
READY
 LINE.3 = QUIT
IKJ56621I INVALID COMMAND NAME SYNTAX
READY
 EXECIO 3 DISKW FTPCTL (STEM LINE. FINIS
IKJ56621I INVALID COMMAND NAME SYNTAX


The job is below

//STEP1234 EXEC PGM=IKJEFT01
//FTPCTL   DD DSN=K12.PRD.JCL(A1),DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSLBC   DD  DSN=SYS1.BRODCAST,DISP=SHR
//SYSTSIN  DD  DSN=k12.PRD.JCL(REXXAB),DISP=SHR
//SYSLBC   DD  DSN=SYS1.BRODCAST,DISP=SHR


Thanks,
Rajeev V

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: PC printing of .txt files containing maiframe listings

2008-06-01 Thread Oscar H Flores

I would like a copy as well


Thanks
Oscar





From: Bob Halpern [EMAIL PROTECTED]
Reply-To: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: PC printing of .txt files containing maiframe listings
Date: Sun, 1 Jun 2008 14:58:22 -0700

I would like this macro, too.
Thank you, Bob Halpern

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Gerry Palmer
Sent: Sunday, June 01, 2008 2:52 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: PC printing of .txt files containing maiframe listings

Stephen,

I wrote a Microsoft Word macro that converts mainframe control characters 
to


the Word equivalents. You just download the mainframe listing to your PC,
execute the macro, and you're good to go. It will print to any local or
network
printer to which you can send any other Word document.

I'll send you a copy of the macro offline, along with installation and 
usage


instructions.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



No Emails

2008-03-31 Thread Oscar H Flores
I have not received any emails since Sunday, is anyone else having the same 
problem?




Thanks
Oscar

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding where a module is being loaded from

2007-02-16 Thread Oscar H Flores

Thanks!

I got FINDMOD from the CBT tape and works fine as a command but I get a cc 
12 when I execute it in batch.


Would you please send me a sample as to how you use it in batch.









From: Matthew Stitt [EMAIL PROTECTED]
Reply-To: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Finding where a module is being loaded from
Date: Fri, 16 Feb 2007 12:38:44 -0600

Check the CBT tape, www.cbttape.org.  Several routines scattered around on
the tape that will do what you want.  I use FINDMOD in both batch and as a
sub-routine.

On Fri, 16 Feb 2007 12:26:31 -0500, Jack Kelly
[EMAIL PROTECTED] wrote:

in addition to the archive, you may want to look at ispf's isrddn.





Oscar Flores [EMAIL PROTECTED]
Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
02/16/2007 10:52 AM
Please respond to
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
Finding where a module is being loaded from






Does anyone have a subroutine that can be called from another batch
program in order to find out from which load library (i.e. LPA, Linkist,
JOBLIB/STEPLIB) the calling program was loaded from.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html