Search found 5 matches

by Ranjeet Gena
Tue Feb 09, 2016 2:15 pm
Forum: JCL - Job Control Language.
Topic: Convert null value to space.
Replies: 6
Views: 1755

Re: Convert null value to space.

Hi -

No I had not had those fields in the file.
by Ranjeet Gena
Mon Nov 02, 2015 3:53 pm
Forum: JCL - Job Control Language.
Topic: PDSM utility and rename the member name.
Replies: 2
Views: 547

Re: PDSM utility and rename the member name.

Thanks Akatsukami, I am leaning ow to use LMMREN. I have not used it before.
by Ranjeet Gena
Mon Nov 02, 2015 3:47 pm
Forum: JCL - Job Control Language.
Topic: Convert null value to space.
Replies: 6
Views: 1755

Re: Convert null value to space.

I've used this on the final file. It works for now :

Code: Select all

OPTION COPY 
    INREC FINDREP=(IN=X'00',X'40')
by Ranjeet Gena
Mon Oct 26, 2015 2:30 pm
Forum: JCL - Job Control Language.
Topic: Convert null value to space.
Replies: 6
Views: 1755

Convert null value to space.

Hi all,

I have created a file with FB/LRECL=200, which is actaully pulled from a database. Because the data comes from the database, the file has gor some embeded null values (x'00'). Can you please suggest a JCL that can convert null (x'00') into spaces (x'40')?

Thanks
by Ranjeet Gena
Mon Oct 26, 2015 1:56 pm
Forum: JCL - Job Control Language.
Topic: PDSM utility and rename the member name.
Replies: 2
Views: 547

PDSM utility and rename the member name.

Hi,

To change all the members name in one of my PDS I am using option 2:EZYEDIT facility. Doing it one by one for each member works fine. But now I want to automate this thing, please tell how can I do this? Is there any other way to do this using JCL or Rexx?

Go to advanced search