Page 1 of 1

jcl commands

PostPosted: Fri Jan 15, 2010 3:38 pm
by mohit
can somebody tell me the command to delete a particular coloumn from a dataset?

Re: jcl commands

PostPosted: Fri Jan 15, 2010 5:00 pm
by expat
/RANT ON
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.
/RANT OFF

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

Re: jcl commands

PostPosted: Fri Jan 15, 2010 5:16 pm
by Anuj Dhawan
Also, "column" is mainly used in the context of DB2 Data Bases - files contains records, not rows or columns.

Suggest, you show exaple of input and expected output with the rules to get the output. And tell us, what utility/program you wish for to achieve your results as expat has asked for.

Re: jcl commands

PostPosted: Sat Jan 16, 2010 12:56 am
by dick scherrer
Hello,

can somebody tell me the command to delete a particular coloumn from a dataset?
There is no "command". . . There are also no "columns" in a "dataset". Each record has data from position 1 thru position n but these are not columns.

Who told you that there might be such a thing as a "dataset command"?

As has been mentioned, you need to post what you want to actually accomplish before anyone can offer any help.