Re: Command OGETX not found (!?)

2008-07-23 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED],
on 07/03/2008
   at 10:28 AM, Chase, John [EMAIL PROTECTED] said:

While playing around with OGET in batch on z/OS 1.9, I saw the next
topic in the manual

Which manual? If it was a Unix manual then it's a Unix command and thus
not directly available at the READY prompt. What happens if you go into a
Unix shell[1] and issue the OGETX?

Do SYSEXEC and SYSPROC have everything that they should?

[1] Is that available from TSO batch?
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: Command OGETX not found (!?)

2008-07-08 Thread Pat Mihalec
I'm in a shop that is two years into the current unsupported plan. The 
person that made the decision is nolonger here, but I can not get an 
answer out of the current administration. The current plan is for the 
Mainframe to be here for three more years. I want to upgrade from z/OS 1.4 
but can not get a green light. I have not had any problems, but?? I 
know we are only running Financial Software, but who will scream first if 
I can not give them access to Inventory G/L Payroll, or Accounts Payable?


Pat Mihalec
Rush University Medical Center
Senior System Programmer
(312) 942-8386
[EMAIL PROTECTED]

--
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



Command OGETX not found (!?)

2008-07-03 Thread Chase, John
Hi, All,

While playing around with OGET in batch on z/OS 1.9, I saw the next
topic in the manual was about OGETX, so I thought I'd fiddle with that a
bit.

//OGETXEXEC PGM=IKJEFT01,DYNAMNBR=30 
//SYSPRINT DD SYSOUT=* 
//SYSTERM  DD SYSOUT=* 
//SYSTSPRT DD SYSOUT=* 
//SYSTSIN  DD * 
  OGETX '/my/unix/path/name/file.name' + 
   'MY.OUTPUT.PDS' binary suffix 
/* 

Here's the output:

READY 
  OGETX '/my/unix/path/name/file.name' 'MY.OUTPUT.PDS' binary suffix 
COMMAND OGETX NOT FOUND 
READY 
END 

Whiskey Tango Foxtrot???

-jc-


--
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: Command OGETX not found (!?)

2008-07-03 Thread Elardus Engelbrecht
Chase, John wrote:

  OGETX '/my/unix/path/name/file.name' 'MY.OUTPUT.PDS' binary suffix 
COMMAND OGETX NOT FOUND 

Check your SYS1.SBPXEXEC.  Have it allocated as SYSPROC in your job.

Whiskey Tango Foxtrot???

Romeo Tango Foxtrot Mike :)

HTH

Groete / Greetings
Elardus Engelbrecht

--
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: Command OGETX not found (!?)

2008-07-03 Thread Hal Merritt
I thought most of the 'Irish' commands (O'get, O'put, O'etc) were
targeted to the O'TSO environment. Try again under O'ISPF or in the
O'shell. 

Good O'luck :-)

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Chase, John
Sent: Thursday, July 03, 2008 10:29 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Command OGETX not found (!?)

Hi, All,

While playing around with OGET in batch on z/OS 1.9, I saw the next
topic in the manual was about OGETX, so I thought I'd fiddle with that a
bit.

//OGETXEXEC PGM=IKJEFT01,DYNAMNBR=30 
//SYSPRINT DD SYSOUT=* 
//SYSTERM  DD SYSOUT=* 
//SYSTSPRT DD SYSOUT=* 
//SYSTSIN  DD * 
  OGETX '/my/unix/path/name/file.name' + 
   'MY.OUTPUT.PDS' binary suffix 
/* 

Here's the output:

READY 
  OGETX '/my/unix/path/name/file.name' 'MY.OUTPUT.PDS' binary suffix 
COMMAND OGETX NOT FOUND 
READY 
END 

Whiskey Tango Foxtrot???

-jc-


--
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

NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
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: Command OGETX not found (!?)

2008-07-03 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:[EMAIL PROTECTED] On Behalf Of Chase, John
 Sent: Thursday, July 03, 2008 10:29 AM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Command OGETX not found (!?)
 
 Hi, All,
 
 While playing around with OGET in batch on z/OS 1.9, I saw the next
 topic in the manual was about OGETX, so I thought I'd fiddle 
 with that a
 bit.
 
 //OGETXEXEC PGM=IKJEFT01,DYNAMNBR=30 
 //SYSPRINT DD SYSOUT=* 
 //SYSTERM  DD SYSOUT=* 
 //SYSTSPRT DD SYSOUT=* 
 //SYSTSIN  DD * 
   OGETX '/my/unix/path/name/file.name' + 
'MY.OUTPUT.PDS' binary suffix 
 /* 
 
 Here's the output:
 
 READY 
   OGETX '/my/unix/path/name/file.name' 'MY.OUTPUT.PDS' binary suffix 
 COMMAND OGETX NOT FOUND 
 READY 
 END 
 
 Whiskey Tango Foxtrot???
 
 -jc-

OGETX and OPUTX are both REXX execs which run only in the ISPF
environment. They are in SYS1.SBPXEXEC.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.  

--
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: Command OGETX not found (!?)

2008-07-03 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of McKown, John
 
  -Original Message-
  From: IBM Mainframe Discussion List On Behalf Of Chase, John
  
  Hi, All,
  
  While playing around with OGET in batch on z/OS 1.9, I 
 saw the next 
  topic in the manual was about OGETX, so I thought I'd 
 fiddle with that 
  a bit.
  
  //OGETXEXEC PGM=IKJEFT01,DYNAMNBR=30 
  //SYSPRINT DD SYSOUT=*
  //SYSTERM  DD SYSOUT=*
  //SYSTSPRT DD SYSOUT=*
  //SYSTSIN  DD * 
OGETX '/my/unix/path/name/file.name' + 
 'MY.OUTPUT.PDS' binary suffix
  /*
  
  Here's the output:
  
  READY 
OGETX '/my/unix/path/name/file.name' 'MY.OUTPUT.PDS' 
 binary suffix 
  COMMAND OGETX NOT FOUND READY END
  
  Whiskey Tango Foxtrot???
  
  -jc-
 
 OGETX and OPUTX are both REXX execs which run only in the 
 ISPF environment. They are in SYS1.SBPXEXEC.

Wonderful.  In which manual (if any) is that documented?  Certainly not
in the z/OS 1.9 UNIX System Services Command Reference, where OGETX
itself is (somewhat) documented.

-jc-

--
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: Command OGETX not found (!?)

2008-07-03 Thread Chase, John
 -Original Message-
 From: IBM Mainframe Discussion List On Behalf Of Elardus Engelbrecht
 
 Chase, John wrote:
 
   [ snip ]
 Whiskey Tango Foxtrot???
 
 Romeo Tango Foxtrot Mike :)

Whiskey Oscar?

-jc-

--
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: Command OGETX not found (!?)

2008-07-03 Thread Elardus Engelbrecht
Chase, John wrote:

Wonderful.  In which manual (if any) is that documented?  Certainly not
in the z/OS 1.9 UNIX System Services Command Reference, where OGETX
itself is (somewhat) documented.

In 'UNIX System Services Planning' ( z/OS v1.8, not v1.9)

To make certain TSO/E commands (such as OEDIT, OBROWSE, and ISHELL) 
and some shipped REXX execs available to users, concatenate the following 
target libraries to the appropriate ISPF data definition names (ddnames) The 
following data sets are for the English panels, messages, and tables

   SYS1.SBPXPENU concatenated to ISPPLIB   
   SYS1.SBPXMENU concatenated to ISPMLIB   
   SYS1.SBPXTENU concatenated to ISPTLIB   
   SYS1.SBPXEXEC concatenated to SYSEXEC or SYSPROC

HTH!

Groete / Greetings
Elardus Engelbrecht

--
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