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...

what modification we need to do in jcl if we use sort in
cobol? I mean whether we need to include tempary file used
for sorting in assign statement?

Answer Posted / sandhya

in jcl there is no need to assign temporary file..and we
have to create temporary file in cobol same structure as
cobol program..this temp file sort the records and output
went to output file..

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the cobol database components?

1213


What is link edit in cobol?

1266


What is amode(24)?

1291


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

1379


How you can characterize tables in cobol?

1250


What are the access modes of START statement?

1321


what is amode(24), amode(31), rmode(24) and rmode(any)?

1191


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

9173


What is the compute verb? How is it used?

1182


How do define dynamic array in cobol.

1182


What is amode(31)

1211


What is the default value(s) for an initialize and what keyword allows for an override of the default?

1260


Name some of the examples of COBOl 11?

3196


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

8018


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1598