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

convert int lower to upper case in JCL


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

New User


Joined: 12 Apr 2004
Posts: 5

PostPosted: Thu Jul 01, 2004 1:55 pm
Reply with quote

Hi ,
I want convert some field in my file from position (29-50) and write into other file with the whole record. pls tel procedure using JCL esp using DFsort
Back to top
View user's profile Send private message
imvs

New User


Joined: 12 May 2004
Posts: 33

PostPosted: Thu Jul 01, 2004 2:51 pm
Reply with quote

//STEP1 EXEC PGM=SORT
//SYSIN DD *
SORT FIELDS=COPY
OUTREC=(1,28,29,32,TRAN=LTOU,33,38)
/*
//
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 COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts Keep leading zero(s) after convert fl... SYNCSORT 7
No new posts Convert single row multi cols to sing... DFSORT/ICETOOL 6
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
Search our Forums:

Back to Top