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

Exp for reference modification


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bhgh
Warnings : 1

New User


Joined: 18 Mar 2006
Posts: 21
Location: Hyderabad

PostPosted: Sat Mar 18, 2006 2:55 pm
Reply with quote

hi,
give me one example for reference modification
Back to top
View user's profile Send private message
bhgh
Warnings : 1

New User


Joined: 18 Mar 2006
Posts: 21
Location: Hyderabad

PostPosted: Sat Mar 18, 2006 2:59 pm
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: Hyderabad

PostPosted: Sat Mar 18, 2006 3:21 pm
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: 22
Location: UNITED KINGDOM

PostPosted: Sat Mar 18, 2006 3:45 pm
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: Hyderabad

PostPosted: Mon Mar 20, 2006 9:58 am
Reply with quote

Hi ,
thanks Shivani



Regards
kala
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Reference for COND parameter. JCL & VSAM 1
No new posts Reference documentation DFSDDLT0 IMS DB/DC 2
No new posts Trying to reference a javascript glob... CLIST & REXX 7
No new posts DITTO/ESA R3 User's Guide and Referen... IBM Tools 3
No new posts Mainframe datasets without any last r... All Other Mainframe Topics 1
Search our Forums:

Back to Top