Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Exp for reference modification

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
bhgh
Warnings : 1

New User


Joined: 18 Mar 2006
Posts: 21
Location: delhi

PostPosted: Sat Mar 18, 2006 2:55 pm    Post subject: Exp for reference modification
Reply with quote

hi,
give me one example for reference modification
Back to top
View user's profile Send private message
References
PostPosted: Sat Mar 18, 2006 2:55 pm    Post subject: Re: Exp for reference modification Reply with quote

bhgh
Warnings : 1

New User


Joined: 18 Mar 2006
Posts: 21
Location: delhi

PostPosted: Sat Mar 18, 2006 2:59 pm    Post subject: about datacom and SAS
Reply with quote

hi ,
presently i am working on CA-datacom and SAS so i am not aware of this please let me know how should i follow .if any books please provide.
Back to top
View user's profile Send private message
bhgh
Warnings : 1

New User


Joined: 18 Mar 2006
Posts: 21
Location: delhi

PostPosted: Sat Mar 18, 2006 3:21 pm    Post subject: Re: about datacom and SAS
Reply with quote

bhgh wrote:
hi ,
presently i am working on CA-datacom and SAS so i am not aware of this please let me know how should i follow .if any books please provide.
Back to top
View user's profile Send private message
shivani_tech
Warnings : 2

New User


Joined: 08 Jan 2006
Posts: 37
Location: delhi

PostPosted: Sat Mar 18, 2006 3:45 pm    Post subject: Post subject: Exp for reference modification
Reply with quote

hi explanation for refrence modification(begin:(length))

ref modification defines a data item by specifying its leftmostcharacter and optionally a length
e.g
working-storage section.
77 a pic x(10) value 'abcdefghij'
77 b pic x(5).
77 c pic x(9).

procedure division.
move a (1:4) to b
move a (1: ) to c
display c
diplay b

...............................................then the result will be
b=abcd
c=abcdefghi
i hope i made ur concepts clear
try this out
bye
shivani
Back to top
View user's profile Send private message
bhgh
Warnings : 1

New User


Joined: 18 Mar 2006
Posts: 21
Location: delhi

PostPosted: Mon Mar 20, 2006 9:58 am    Post subject: Re: Post subject: Exp for reference modification
Reply with quote

Hi ,
thanks Shivani



Regards
kala
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1