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


Please Help Members By Posting Answers For Below Questions

How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1805


What is concatenating?

639


how can you check if a file is empty using jcl?

816


What is the use of disp parameter?

653


What is the purpose of dd * statement in jcl?

814






Explain the purpose of the dd keylen parameter?

681


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2269


What are the jcl procedures?

649


what is the JCL statement consists of?

699


Where can program checkpoints be stored for use in a restart?

851


How can the attributes of one sms dataset be copied to another dataset?

863


What are hierarchy levels in jcl?

960


Mention the types of job control statements?

694


What are the parameters that are used in creating a gdg?

743


List the different components of jcl statement?

702