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

DATA MOVEMENT


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sarat_911

New User


Joined: 19 Sep 2005
Posts: 2

PostPosted: Mon Sep 19, 2005 11:29 am
Reply with quote

Hi,
01 emp-rec.
02 emp-id pic 9(6).
02 emp-name pic x(4).

Now,,,

move "12345alfaa" to emp-rec.

What Shall happen?
MY interviewer said that it won't throw any SOC-7 error, and it works just fine. But how I'm now sure.. Please try it..
p.s assume everything in lower case is in upper case..
Kindly Look into this issue..
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Mon Sep 19, 2005 11:41 am
Reply with quote

Hi,


Quote:
What Shall happen?


This will not give any abend.

In emp-id values =12345a

and in emp-name= lfaa


Hope this helps you.

Regards

Rupesh
Back to top
View user's profile Send private message
nitin4.a

New User


Joined: 16 Aug 2005
Posts: 26

PostPosted: Mon Sep 19, 2005 2:19 pm
Reply with quote

Hi
rupesh you are write ,but if you declare emp-id as pic9(6) without group variable then the error will come while moving "12345a" to it,This is working because of the rules of group variable which is

"""group item is always assumed to be PIC X because a group item may have several different data items and types subordinate to it and an X picture is the only one which could support such collections""""
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Mon Sep 19, 2005 2:35 pm
Reply with quote

Hi Nitin,

Thanks a lot for your clarification. Yes you are Right as it is group variable it will not give any error but if we define it as single variable it will give error as alphanumeric value can not move in Numeric value.

Thanks again for your clarification


Regards

Rupesh
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top