JVMJZBL2010E: ZFileException: //DD:STDOUT: fopen() failed
search cancel

JVMJZBL2010E: ZFileException: //DD:STDOUT: fopen() failed

book

Article ID: 235703

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

The monthly SCRT (CAISCRT) job is failing while executing Java script.

 JVMJZBL2010E Exception occurred invoking com.ibm.jzos.ZUtil.redirectStandardStreams()
JVMJZBL2007E Stack trace follows:
 com.ibm.jzos.ZFileException: //DD:STDOUT: fopen() failed; EDC5037I The specified ddname was not found.; errno=37 errno2=0xc00b05b1 l
ast_op=40 errorCode=0x4

Environment

Release : 15.0
Component : CCS390 - COMMON SERVICES FOR Z/OS

SCRT Reporting

Cause

JAVA proc missing DD statement for STDOUT as required

Resolution

Add //STDOUT DD statement in the JAVA proc (eg. JVMPRC86).