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

field expansion projects


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
induajayrose
Warnings : 2

New User


Joined: 25 Jul 2005
Posts: 28
Location: Thrissur

PostPosted: Wed Jul 27, 2005 7:51 pm
Reply with quote

hi,

pls giv me details of a field expannsion projects.any one know the coding of expanding field,if it is customer id
Back to top
View user's profile Send private message
vijayamadhuri

Active User


Joined: 06 Apr 2005
Posts: 180

PostPosted: Wed Jul 27, 2005 7:59 pm
Reply with quote

Please be more clear
Back to top
View user's profile Send private message
induajayrose
Warnings : 2

New User


Joined: 25 Jul 2005
Posts: 28
Location: Thrissur

PostPosted: Wed Jul 27, 2005 8:30 pm
Reply with quote

frnd,
I hv to do a field expansion projct as part of my training.in it i wnt to expand field of customer id. can u help me.
Back to top
View user's profile Send private message
Prasanthhere

Active User


Joined: 03 Aug 2005
Posts: 306

PostPosted: Wed Aug 10, 2005 4:37 pm
Reply with quote

Regarding the field expansion project consider this

if in the case of a bank having account as 5digit no and due 2 more there account no has to b changed to a filed of length which was actually 5 .For this the first thing we r doing is the impact analysis.It mainly comes under Maintenence projects.During the impact all the fields that r affected due to the change in the account id field r found out and then the corresponding changing is done
Back to top
View user's profile Send private message
divya

New User


Joined: 10 Aug 2005
Posts: 8

PostPosted: Fri Aug 12, 2005 7:04 pm
Reply with quote

hai prasanth,
Can u clarify it.Can we just declare the field with a 5 digit field and just compile and run the program.can u explain it through a coding part.hope u wil reply soon .
regards indu
Back to top
View user's profile Send private message
ykishore

New User


Joined: 12 Aug 2005
Posts: 53
Location: USA

PostPosted: Tue Aug 16, 2005 5:19 pm
Reply with quote

HI

normally , vll make utilize the FILLER caluse.actully when we declare a record lenght...ideally we give some extract space(FILLER ) for future use.so in future if we wanna change length of the filed vll use that FILLER clause.hope u got my point..
Back to top
View user's profile Send private message
bonniem

New User


Joined: 09 Aug 2005
Posts: 67

PostPosted: Tue Aug 16, 2005 7:03 pm
Reply with quote

Can we just declare the field with a 5 digit field and just compile and run the program.can u explain it through a coding part.hope u wil reply soon .
regards indu

You cannot just change the declaration as 5 and run. The field that is in consideration will be moved to other fields and vice versa. Also if it is a numeric field that is used in computation, then the destination variable size also should be increased so that overflow does not occur. There might be other considerations also, but in short a very thorough analysis on the use of the field is required. Many other fields will also have to be changed to accomodate the change in one field.
Back to top
View user's profile Send private message
shivashunmugam Muthu

Active User


Joined: 22 Jul 2005
Posts: 114
Location: Chennai

PostPosted: Tue Aug 16, 2005 7:23 pm
Reply with quote

Quote:
very thorough analysis on the use of the field


this is termed as 'IMPACT ANALYSIS'

Esp field expansion projects consume 80% of work in analysis phase!
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Wed Aug 17, 2005 9:27 am
Reply with quote

The field expansion will result in change of more number of programs using that field.One more to add in IMPACT ANALYSIS is that we have to take care about the interfaces that links with your shop.We have to make sure that whether the changes will affect other interfaces also.
If yes,
1.what are the interfaces that is to be affected after changes.
2.know the interface that are acting as an input to your shop and interfaces that are taking your shop details as an Input.
2.Whether the affected interfaces are aware of the field change and working on it to adapt the changes.

Though its an minor change as per program point of view,IMPACT analysis is the important aspect here.
Its an interesting tasks to do!.You can get a clear picture about what is happening in your shop functionally.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
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
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
Search our Forums:

Back to Top