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

CA UDANCU


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
linweir

New User


Joined: 01 May 2007
Posts: 4
Location: Toronto, Ontario, Canada

PostPosted: Tue Oct 20, 2009 2:21 am
Reply with quote

Anyone are familar with this utility?

DUMP, (XXXXX,1,5,PD,EQ,001265895)

I think "PD" is not right parm. I want it refers to Packed Decimal.

Thx
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: Tue Oct 20, 2009 2:34 am
Reply with quote

Hello,

What product is it part of? That is no CA utility name that i am familiar with.

If you post more info, someone may have a suggestion.

Posting the jcl and control statements may help someone help you.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Oct 20, 2009 3:00 am
Reply with quote

Could that be CA-UCANDU?

If your site is licensed for the product, all manuals are available from support.ca.com (although you may have to get your site support group to get you registered).
Back to top
View user's profile Send private message
linweir

New User


Joined: 01 May 2007
Posts: 4
Location: Toronto, Ontario, Canada

PostPosted: Tue Oct 20, 2009 3:19 am
Reply with quote

It's UCANDU.

//STEP01 EXEC PGM=UCANDU
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*

//*
//SYSIN DD *
DUMP, (XXXXXX,1,5,PD,EQ,001265895)

PD is not right. I wanna find a right parm for Packed Deciaml.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Oct 20, 2009 4:35 am
Reply with quote

Try:
Code:
DUMP, (XXXXX,1,5,P,EQ,001265895)
Back to top
View user's profile Send private message
linweir

New User


Joined: 01 May 2007
Posts: 4
Location: Toronto, Ontario, Canada

PostPosted: Tue Oct 20, 2009 7:40 pm
Reply with quote

Get error

UCANDU 16-03...MISSING PARAMETER FIELD
UCANDU 16-04...UNRECOGNIZABLE PARAMETER
UCANDU 00-04...HIGHEST RETURN CODE FOR THIS REQUEST WAS 16
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Oct 20, 2009 7:46 pm
Reply with quote

Your parameter does not look anything like the examples in the User's Guide, one of which is
Quote:
To dump without hexidecimal
interpretation all records in positions 32
to 36 in packed decimal form with
balances greater than $25.00 starting
with ledger 500 and stopping at ledger
505
DUMP,NOHEX
BALANCE,32,5,P,GT,'2500’
START
LEDGER-500,6,3,D,EQ,'500'
STOP
LEDGER-505,6,3,D,GT,'505')
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 -> CA Products

 


Search our Forums:

Back to Top