I've one sequential file, That file contains millians of
Junk & CHAR recoreds example
File 1
,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO...........,
,...,..,.
My questions is : I want omit the 44th posstion to 4 CHAR
(WIPRO) remaining things I want output file (including Junk
CHAR also)...
How can we slove this problem & give me a syntax.
Please provide the result as soon as possible.
Answer Posted / naga
i think , WIPRO is 5 chars not 4 chars.
pls check the blow syntax.
SORT FIELDS = COPY
OMIT COND=(44,5,CH,EQ,C'WIPRO')
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the use of IEBGENER utility?
What is the difference between the positional and keyword parameters? Give examples.
In sms datasets, what is the function of the dd mgmtclas keyword?
What is the purpose of dd?
What do you understand by the term job time – out and how can you overcome that?
Is condition checking possible in jcl?
How do you access an uncatalogued dataset in a jcl?
whats the diff bw the evaluate also and and?
Brief description of inline procedure of jcl.
I need exexution process for JCL programs
How can an in-stream dataset be terminated?
What is the function of dd disp parameter?
Suppose I have five jobs to do. But I want to hold one?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what is use of disp parameter in dd statement?