Re: Error running RCNVTCAT

2021-10-05 Thread Paul Gilmartin
On Tue, 5 Oct 2021 20:16:40 +0700, Robin Atwood wrote:

>The "outtrap" function is a TSO/E extension. You should execute the exec under 
>the TMP (IKJEFT01).
> 
Therre's YA argument here for ANSI Rexx with its standard redirections.

-- gil

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


Re: Error running RCNVTCAT

2021-10-05 Thread Mark Jacobs
Thanks all. I did just that, executed it under TSO. Worked fine.

Mark Jacobs

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

‐‐‐ Original Message ‐‐‐

On Tuesday, October 5th, 2021 at 10:09 AM, Richards, Robert B. (CTR) 
<01c91f408b9e-dmarc-requ...@listserv.ua.edu> wrote:

> Thanks for the info, Robin!
>
> I never thought about it because it runs so quick (< 30 secs) that I always 
> run it from ISPF Option 6, watch its progress and let the code place me in 
> EDIT on the PDS immediately.
>
> Bob
>
> -Original Message-
>
> From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On Behalf Of 
> Robin Atwood
>
> Sent: Tuesday, October 5, 2021 9:17 AM
>
> To: IBM-MAIN@LISTSERV.UA.EDU
>
> Subject: Re: Error running RCNVTCAT
>
> The "outtrap" function is a TSO/E extension. You should execute the exec 
> under the TMP (IKJEFT01).
>
> Robin
>
> -Original Message-
>
> From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On Behalf Of 
> Mark Jacobs
>
> Sent: 05 October 2021 19:29
>
> To: IBM-MAIN@LISTSERV.UA.EDU
>
> Subject: Error running RCNVTCAT
>
> It's my first time executing RCNVTCAT which I obtained from file 542 on the 
> CBTTAPE. Getting this error; IRX0043I Error running RCNVTCAT, line 1016: 
> Routine not found
>
> In SYSTSPRT there are these two lines
>
> 1016 +++ xx=outtrap('junk.','') / I don't care */
>
> 209 +++ If (DsExist("'"cat.1"'") > 4)
>
> Is this a stupid-user-error, or something else? It's being executed using a 
> modified copy of the JCL in the PDS.
>
> //RCNVTCAT EXEC PGM=IRXJCL,COND=EVEN,
>
> // PARM='RCNVTCAT CATALOG.Z22Z.MASTER'
>
> //SYSEXEC DD DISP=SHR,DSN=SY010A.V501.FILE542.PDS
>
> Mark Jacobs
>
> Sent from ProtonMail, Swiss-based encrypted email.
>
> GPG Public Key - 
> https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
>
> -
>
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ---
>
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ---
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
>
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: Error running RCNVTCAT

2021-10-05 Thread Richards, Robert B. (CTR)
Thanks for the info, Robin! 

I never thought about it because it runs so quick (< 30 secs) that I always run 
it from ISPF Option 6, watch its progress and let the code place me in EDIT on 
the PDS immediately.

Bob

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Robin Atwood
Sent: Tuesday, October 5, 2021 9:17 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Error running RCNVTCAT

The "outtrap" function is a TSO/E extension. You should execute the exec under 
the TMP (IKJEFT01).

Robin

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Mark Jacobs
Sent: 05 October 2021 19:29
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Error running RCNVTCAT

It's my first time executing RCNVTCAT which I obtained from file 542 on the 
CBTTAPE. Getting this error; IRX0043I Error running RCNVTCAT, line 1016: 
Routine not found

In SYSTSPRT there are these two lines
1016 +++ xx=outtrap('junk.','*') /* I don't care */
209 +++ If (DsExist("'"cat.1"'") > 4)

Is this a stupid-user-error, or something else? It's being executed using a 
modified copy of the JCL in the PDS.

//RCNVTCAT EXEC PGM=IRXJCL,COND=EVEN,
// PARM='RCNVTCAT CATALOG.Z22Z.MASTER'
//SYSEXEC DD DISP=SHR,DSN=SY010A.V501.FILE542.PDS

Mark Jacobs

Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

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

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

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


Re: Error running RCNVTCAT

2021-10-05 Thread Robin Atwood
The "outtrap" function is a TSO/E extension. You should execute the exec under 
the TMP (IKJEFT01).

Robin

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Mark Jacobs
Sent: 05 October 2021 19:29
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Error running RCNVTCAT

It's my first time executing RCNVTCAT which I obtained from file 542 on the 
CBTTAPE. Getting this error; IRX0043I Error running RCNVTCAT, line 1016: 
Routine not found

In SYSTSPRT there are these two lines
1016 +++ xx=outtrap('junk.','*') /* I don't care */
209 +++ If (DsExist("'"cat.1"'") > 4)

Is this a stupid-user-error, or something else? It's being executed using a 
modified copy of the JCL in the PDS.

//RCNVTCAT EXEC PGM=IRXJCL,COND=EVEN,
// PARM='RCNVTCAT CATALOG.Z22Z.MASTER'
//SYSEXEC DD DISP=SHR,DSN=SY010A.V501.FILE542.PDS

Mark Jacobs

Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

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

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


Error running RCNVTCAT

2021-10-05 Thread Mark Jacobs
It's my first time executing RCNVTCAT which I obtained from file 542 on the 
CBTTAPE. Getting this error;
IRX0043I Error running RCNVTCAT, line 1016: Routine not found

In SYSTSPRT there are these two lines
1016 +++ xx=outtrap('junk.','*') /* I don't care */
209 +++ If (DsExist("'"cat.1"'") > 4)

Is this a stupid-user-error, or something else? It's being executed using a 
modified copy of the JCL in the PDS.

//RCNVTCAT EXEC PGM=IRXJCL,COND=EVEN,
// PARM='RCNVTCAT CATALOG.Z22Z.MASTER'
//SYSEXEC DD DISP=SHR,DSN=SY010A.V501.FILE542.PDS

Mark Jacobs

Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

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