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

Writing first line of work file with lower case letter


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
cooolguyin
Warnings : 1

New User


Joined: 12 May 2005
Posts: 10
Location: NY

PostPosted: Wed Jul 13, 2011 2:55 am
Reply with quote

Hi,

I am using NATURAL and JCL to write the extract in workfile. I need the first line of workfile to be on the lower case letter. Basically I am hard coding the first line in my pgm with lower case. Though the pgm shows as lower case the work file shows as upper case.

I know in report (CMPRT01) we can write as lower case. But I cant use report since the LRECL is 1700. So I am using the dataset as workfile (CMWKF01).

Any thoughts?

cheers
Back to top
View user's profile Send private message
Ralph Zbrog

New User


Joined: 21 Nov 2009
Posts: 58
Location: California

PostPosted: Wed Jul 13, 2011 3:20 am
Reply with quote

Natural doesn't manipulate the data you write to a WORK file. Something else is translating the line to upper case.

Does the JCL execute a cataloged object, or does it run in-stream Natural source code?
Back to top
View user's profile Send private message
cooolguyin
Warnings : 1

New User


Joined: 12 May 2005
Posts: 10
Location: NY

PostPosted: Wed Jul 13, 2011 3:20 am
Reply with quote

Pls. IGNORE the above question. Its happening when we move the code the PS and run the job from there. referring code thro CMSYNIN is working absolutely fine . thx
Back to top
View user's profile Send private message
cooolguyin
Warnings : 1

New User


Joined: 12 May 2005
Posts: 10
Location: NY

PostPosted: Wed Jul 13, 2011 3:21 am
Reply with quote

You are right Ralph. Its happening when we run by instream code.
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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top