Gil wrote:

>I'm curious: What sort of started task has implicit STDOUT and
>STDERR? BPXBATCH? I thought BPXBATCH defaults STDIN,
>STDOUT, and STDERR to /dev/null.



A started task that's in C and does printfs!

 

>Does a JCL OUTPUT statement have any effect?

Can you be more specific? I've looked at
https://www.ibm.com/docs/en/zos/2.1.0?topic=reference-output-jcl-statement
and can't imagine what DD it would refer to, is the problem. I mean, if

//STDOUT DD SYSOUT=J

doesn't do anything, it seems like it's not the STDOUT DD?

 

Carmen Vitullo suggested IEFJOBS (which I don't understand at all), and also
OUTPUT with JESDS=ALL. I tried:

//OUT OUTPUT DEFAULT=YES,JESDS=ALL,CLASS=J

but it said:

IEFC822I KEYWORD JESDS NOT SUPPORTED AFTER FIRST EXEC STATEMENT

and then when I moved it before the first EXEC statement:

IEFC019I MISPLACED OUTPUT STATEMENT

 

Paging Mr. Wolf (if we were still Hewlett-Packard Enterprise, I'd say
"Enterprise to Kirk".)


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to