View previous topic :: View next topic
|
Author |
Message |
cooolguyin Warnings : 1 New User
Joined: 12 May 2005 Posts: 10 Location: NY
|
|
|
|
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 |
|
|
Ralph Zbrog
New User
Joined: 21 Nov 2009 Posts: 58 Location: California
|
|
|
|
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 |
|
|
cooolguyin Warnings : 1 New User
Joined: 12 May 2005 Posts: 10 Location: NY
|
|
|
|
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 |
|
|
cooolguyin Warnings : 1 New User
Joined: 12 May 2005 Posts: 10 Location: NY
|
|
|
|
You are right Ralph. Its happening when we run by instream code. |
|
Back to top |
|
|
|