Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to split a file

Answer Posted / kalpana

Using the sort card we can split the file.
//SYSIN DD *
SORT FIELDS=COPY,SKIPREC=56910,STOPAFT=25
/*
SKIPREC means how many records we need to skip and STOPAFT
means how many records we need to put in the
file.

Is This Answer Correct ?    5 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of //jcllib statement?

1273


What are some jcl statements that are not allowed in procedures?

1285


what is use of space parameter in dd statement?

1326


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?

1203


what is the JCL statement consists of?

1254


what are JCLLIB and STEPLIB in JCL?

1227


What is the purpose of dd?

1292


Is it possible to code instream data in a PROC?

1391


What is the function of a dd statement?

1251


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.

1274


How to pass data to a program that is coded in an exec statement?

1383


how do you code a null statement?

1383


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

2515


what happens in execution stage in job processing?

1191


is there any way to execute more than one proc in the same exec statement at the same time..?

2673