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
 
Addition Using sort

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
Anu R

New User


Joined: 09 Apr 2008
Posts: 18
Location: India

PostPosted: Fri Jun 27, 2008 4:19 pm    Post subject: Addition Using sort
Reply with quote

Hi,

I have a file which contains emp name,age,DOB etc..I want to add 10 to the age field.Ho can this be done

Eg:

Input
Name Age DOB
AAA 30 13051975
BBB 24 14081983

OUTPUT
Name Age DOB
AAA 40 13051975
BBB 34 14081983
Back to top
View user's profile Send private message
References
karthikr44

Active User


Joined: 25 Aug 2007
Posts: 172
Location: Chennai

PostPosted: Fri Jun 27, 2008 4:39 pm    Post subject: Reply to: Addition Using sort
Reply with quote

Hi Anu,

In OUTREC control statement, use the FIELDS subparameter.

Regards
R KARTHIK
Back to top
View user's profile Send private message
Anu R

New User


Joined: 09 Apr 2008
Posts: 18
Location: India

PostPosted: Fri Jun 27, 2008 6:55 pm    Post subject: Reply to: Addition Using sort
Reply with quote

Fields subparameter?Can u tell me how it has to be done?
Back to top
View user's profile Send private message
Alissa Margulies

SYNCSORT Support


Joined: 25 Jul 2007
Posts: 252
Location: USA

PostPosted: Fri Jun 27, 2008 9:11 pm    Post subject:
Reply with quote

Try this:
Code:

//SYSIN    DD *                                     
   SORT FIELDS=COPY                                 
   OUTREC FIELDS=(1,4,(5,2,ZD,ADD,+10),LENGTH=3,8,8)
   END                                               
/*       
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1