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

How to numeric field from PD without sign in DYL?


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

New User


Joined: 17 Oct 2006
Posts: 32

PostPosted: Thu Apr 09, 2009 2:10 pm
Reply with quote

Hello,

Can someone help on how I can move the value in a PD field into Numeric field without the sign in a DYL?

Eg : A is 8 byte PD field. B is 15 byte Numeric field
A = -1234
B should be populated with 1234.

Thanks,
Raghav
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Fri Apr 10, 2009 3:06 am
Reply with quote

What is "DYL"?
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: Fri Apr 10, 2009 4:26 am
Reply with quote

Hello,

DYL-280 - now known as CA-Vision (iirc).
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Fri Apr 10, 2009 8:13 am
Reply with quote

I guessed that, but I wish folks wouldn't abbreviate like that.
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: Fri Apr 10, 2009 8:36 am
Reply with quote

Hi Terry,

I suspect that not everyone knows that the "name" they've learned is an abbreviation. And not only for this product icon_neutral.gif

Makes it even tougher when the product gets "re-branded" and the product name changes - with no reference backward to any previous name(s). . .

d
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri Apr 10, 2009 7:00 pm
Reply with quote

You may not be able to eliminate the sign on the move. Check the EDIT CODEs for FIELD "B" and you may be able to display without the sign.
Back to top
View user's profile Send private message
Bill Murrell

New User


Joined: 14 Sep 2008
Posts: 10
Location: Oklahoma City, OK

PostPosted: Mon Apr 13, 2009 4:23 am
Reply with quote

Look in your manual for MOVE ZONE and MOVE NUMERIC.

IF you define a hex work field as long as your B field and it looks like this: VALUE X'F0F0F0F0...' then do a MOVE ZONE workfield TO B it will remove the sign.

Check the syntax of the MOVE statement as I am doing this from memory.
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

 


Similar Topics
Topic Forum Replies
No new posts Issues Converting From ZD to Signed N... DFSORT/ICETOOL 4
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Join 2 files according to one key field. JCL & VSAM 3
No new posts How to move the first field of each r... DFSORT/ICETOOL 5
No new posts S0C7 - Field getting overlayed COBOL Programming 2
Search our Forums:

Back to Top