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 / srinivas yadav
//SYSIN DD *
SORT FIELDS = COPY
EXCLUDE=(44,4,CH,EQ,C'WIPR')
/*
//
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of dd * statement in jcl?
What is jcl in mainframe?
How can the attributes of one sms dataset be copied to another dataset?
What do you understand by the term notcat 2 – gs?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is use of disp parameter in dd statement?
How to run cobol program using jcl?
In sms datasets, what is the function of the dd avgrec keyword?
how do you access an uncataloged dataset in a jcl?
what are the statements that are not valid to be included in an include statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
List the various advantages of using jcl language?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What are the jcl procedures?