Page 1 of 1

Data edit with jcl

PostPosted: Tue Apr 06, 2010 2:54 pm
by Slade2000
Howzit

I want to know if i can edit data in a dataset with jcl, example i want to find sertain text in the dataset and delete all data above that and then find next text and delete all data after that to get only a portion of the data. can this be done?

Tnx

Re: Data edit with jcl

PostPosted: Tue Apr 06, 2010 3:04 pm
by expat
Once more let us clarify exactly what JCL is.

it is Job Control Language.

By itself it does nothing. It is used to invoke the chosen program and to define which datasets are to be used by the DD names associated with the chosen program.

JCL does not have magical powers that solve all problems, JCL is merely the vehicule for telling the processor which program you want it to execute.

So, if you might just care to tell us which program you wish the JCL to execute, we might be able to help you