IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

TRSMAIN problem on some CA product


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
amfarrag

New User


Joined: 01 Sep 2005
Posts: 41

PostPosted: Thu Sep 06, 2007 6:51 pm
Reply with quote

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
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Sep 06, 2007 7:16 pm
Reply with quote

Hello,

Please post your jcl and control statement(s), if any.

What is "some CA product"?
Back to top
View user's profile Send private message
amfarrag

New User


Joined: 01 Sep 2005
Posts: 41

PostPosted: Thu Sep 06, 2007 7:21 pm
Reply with quote

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
View user's profile Send private message
amfarrag

New User


Joined: 01 Sep 2005
Posts: 41

PostPosted: Mon Sep 10, 2007 6:17 pm
Reply with quote

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
View user's profile Send private message
amfarrag

New User


Joined: 01 Sep 2005
Posts: 41

PostPosted: Mon Sep 10, 2007 6:20 pm
Reply with quote

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
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Sep 10, 2007 6:22 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
No new posts Need to add field to copybook, proble... COBOL Programming 14
Search our Forums:

Back to Top