JCl abend system=000 user=0012 - XMLGEN utility



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

JCl abend system=000 user=0012 - XMLGEN utility

Postby k singh » Mon Dec 29, 2014 11:33 pm

hi all

I am trying to generate a xml file as output using xmlgen utility. jcl is mentioned below

//JS10     EXEC PGM=FILEAID,REGION=6M
//STEPLIB  DD  DISP=SHR,DSN=SYSP.CPWR.FA.V931.SXFALOAD
//SYSPRINT DD  SYSOUT=*
//SYSLIST  DD  SYSOUT=*
//DD01     DD  DSN=AA.G0001V00,
//             DISP=SHR
//DD01O    DD  DSN=Kss.output(XML),
//             DISP=OLD
//DD01RL   DD  DSN=kss.MAPS,
//             DISP=SHR
//SYSIN    DD  *
$$DD01 XMLGEN  INVALID=HEX,OUT=0,LAYOUT=map1
/*

job status comes as
" abend system=000 user=0012"


message file shows following error
IEF472I Kss JS10 - COMPLETION CODE - SYSTEM=000 USER=0012 REASON=00000000
*******************************************************************************
*                                                  STEP TERMINATION STATISTICS
*
*                                                     ------BELOW 16MEG------
* STEP_NAME       JS10      START_TIME 10:38:35.82    AVAILABLE       10,216K
* PGM_NAME        FILEAID   STOP_TIME  10:39:23.87    USER-ALLOC       2,200K
* PROCSTEP_NAME             ELAPSED    00:00:48.05    SYST-ALLOC         280K
* COMPLETION_CODE U0012
*******************************************************************************


Sysprint shows following message
DD01     DSN=AA.G0001V00 OPENED AS PO,
RECFM=FB,LRECL=244,BLKSIZE=27816,VOL=LG3329
DD01O    DSN=Kss.output(XML) OPENED AS PS,
RECFM=FB,LRECL=244,BLKSIZE=27816,VOL=LG3329
$$DD01 XMLGEN  INVALID=HEX,OUT=0,LAYOUT=map1
ER339-ABEND E37 WAS ENCOUNTERED ON kss.output(XML)

ABOVE FUNCTION ENDED ON ABOVE I/O ERROR                                  RC=12
MEMBERS-READ=1,RECORDS-READ=83043,GENERATED=83043


any help will be appreciated on it

thanks a lot
k singh
 
Posts: 22
Joined: Fri Nov 21, 2014 8:38 pm
Has thanked: 9 times
Been thanked: 0 time

Re: JCl abend system=000 user=0012 - XMLGEN utility

Postby Robert Sample » Mon Dec 29, 2014 11:49 pm

ER339-ABEND E37 WAS ENCOUNTERED ON kss.output(XML)
Fix the space ABEND and your job should run much better.

These users thanked the author Robert Sample for the post:
k singh (Fri Jan 30, 2015 2:28 am)
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post