View previous topic :: View next topic
Author
Message
amfarrag New User Joined: 01 Sep 2005Posts: 41
hi all
i m trying to run unterse job on some CA product
but when i run the job the following error appear in the job log
--------------------
**** STARTING TERSE DECODE UNPACK 4.10 12:47:47 9/06/07 ****
FOR INPUT - DDNAME: INFILE DSNAME: "input DS"
FOR OUTPUT - DDNAME: OUTFILE DSNAME: "output DS"
** ERROR: DYNAMIC ALLOCATION: RC: 0004 EC: 4714 IC: 041D
**** FINISHED TERSE DECODE UNPACK 4.10 12:48:11 9/06/07 ****
RETURN CODE: 4
---------------------
can anyone help me in that?
thanks alot
Back to top
dick scherrer Moderator Emeritus Joined: 23 Nov 2006Posts: 19243 Location: Inside the Matrix
Hello,
Please post your jcl and control statement(s), if any.
What is "some CA product"?
Back to top
amfarrag New User Joined: 01 Sep 2005Posts: 41
dick scherrer wrote:
Hello,
Please post your jcl and control statement(s), if any.
What is "some CA product"?
the JCL is as follows
---------------------------------------
//HEINST2 JOB CLASS=A,MSGCLASS=X,REGION=32M,MSGLEVEL=(1,1),
//*
//*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - ---*
//*-- AllFusion(R) Gen Encyclopedia Server r7.6 --*
//*-- --*
//*-- Copyright (c) 2007 CA. All rights reserved. --*
//*-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - ---*
//*
//*
//* ** 'UNTERSE' PS DATASETS INTO A PDS DATASETS.
//* ** 'UNTERSE' PS DATASETS INTO A PDS DATASETS.
//* ------------------------------------------------
//*
//*
//* ** CUSTOMIZATION:
//* ** -----------------------------------------------------------
//*
//* ** VARIABLE 'TERSE': DATASET CONTAINING IBM
//* TRSMAIN ('TERSE')UTILITY.
//* EXAMPLE: 'IBM.TERSE.LOAD'
//*
//* ** VARIABLE 'GENHE': USER INSTALL DATASET PREFIX.
//* EXAMPLE: 'cai.mvshe'
//*
//*
//*
//UNPACK PROC TERSE='IBMUSER.TERSE409.LOADLIB',
// GENHE='CA.MVSHE76'
//* *-------------------------------------------------------------*
//* *-* PROC START *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
//* *-------------------------------------------------------------*
//PS2PDS EXEC PGM=TRSMAIN,PARM='UNPACK'
//STEPLIB DD DISP=SHR,DSN=&TERSE.
//SYSPRINT DD SYSOUT=*
//INFILE DD DISP=SHR,DSN=&GENHE..INSTFILE
//OUTFILE DD DSN=TEMP.INSTPDS,
// DISP=(,CATLG),UNIT=3390,VOL=SER=XXXXX,
// DCB=(RECFM=FB,LRECL=1024,BLKSIZE=27648,DSORG=PO),
// SPACE=(TRK,(1600,160,45),RLSE)
//* *-------------------------------------------------------------*
//* *-* PROC END *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
//* *-------------------------------------------------------------*
//UNPACK PEND
//*
//*
//UNPKIT EXEC UNPACK
//*
//*
---------------------------------------------------------------
i m installing the ALLfusion GEN version 7.6
thanks
Back to top
amfarrag New User Joined: 01 Sep 2005Posts: 41
HI ALL
I WAS RUNNING THE TRSMAIN UTILITY TO UNTERSE A DATASET
BUT WHEN I RUN THIS JOB THE SYSTEM ASKS FOR AN OFFLINE VOLUME
WHAT WOULD BE THE PROBLEM?
Back to top
amfarrag New User Joined: 01 Sep 2005Posts: 41
HERE IS SAMPLE JCL TO THE TRSMAIN UNPACK UTILITY
//jobname JOB (acct info),'name',CLASS=A,MSGCLASS=X
//*
//UNPKDIST EXEC PGM=TRSMAIN,PARM=UNPACK
//SYSPRINT DD SYSOUT=*
//INFILE DD DSN=osem.dist.dataset,DISP=OLD
//OUTFILE DD DSN=&&PDS,DISP=(NEW,PASS),
// UNIT=SYSDA,SPACE=(CYL,(15,30,15),RLSE)
//*
//EXTRPREP EXEC PGM=TRSMAIN,PARM=UNPACK
//SYSPRINT DD SYSOUT=*
//INFILE DD DSN=&&PDS(PREP),DISP=(OLD,DELETE)
//OUTFILE DD DSN=hlq.OSEM.PREP,DISP=(,CATLG,DELETE),
// UNIT=SYSDA,SPACE=(27920,(20,15,15),RLSE),
// VOL=SER=SYS000
Back to top
dick scherrer Moderator Emeritus Joined: 23 Nov 2006Posts: 19243 Location: Inside the Matrix
Hello,
DO NOT USE ALL CAPS - that is just rude.
Quote:
** ERROR: DYNAMIC ALLOCATION: RC: 0004 EC: 4714 IC: 041D
Check, with your system support people as to why you are getting this error. Is this error the same as "REQUEST TO OFFLINE VOLUME "?
If you don't get an answer from your support people, i'd suggest you open an issue with CA support. As you are installing a product, they will have more info on installation problems than anyone else will.
Back to top
Please enable JavaScript!