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 many maximum number of procedures can we write in one
COBOL program?

Answers were Sorted based on User's Feedback



How many maximum number of procedures can we write in one COBOL program?..

Answer / leena

Hey Harish, You are right. Max 15 in-stream procedures can
be codeed in a job

Is This Answer Correct ?    3 Yes 1 No

How many maximum number of procedures can we write in one COBOL program?..

Answer / karimulla

15 instream procedures are coded,255 catalog procedures are
coded

Is This Answer Correct ?    3 Yes 1 No

How many maximum number of procedures can we write in one COBOL program?..

Answer / harish

i guess 15, correct me if im wrong

Is This Answer Correct ?    3 Yes 2 No

How many maximum number of procedures can we write in one COBOL program?..

Answer / jay

Max 15 in-stream procedures can
be codeed in a job

Is This Answer Correct ?    2 Yes 1 No

How many maximum number of procedures can we write in one COBOL program?..

Answer / rajni

in-stream procedures 15
catalog procedures 255.

Is This Answer Correct ?    2 Yes 1 No

How many maximum number of procedures can we write in one COBOL program?..

Answer / surya

You are asking procedure divisions in Cobol program or
PROCS in JCL

For Jcl the count is correct(Instream procedure-15)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

diffrence between renames and redifnes with examples

3 Answers   IBM,


How we copy a program from production region to development region.What is the process & syntax ?

3 Answers   CTS,


Give some examples of command terminators?

0 Answers  


What is COMP SYNC?

3 Answers  


Have you code any new programs in COBOL ? What is the functionality of the programs?

2 Answers   Patni, Xansa,


01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?

3 Answers   Mind Tree,


I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 Answers   RBS,


what is index and how to use two tables using index?

1 Answers  


What is static and dynamic call in cobol?

0 Answers  


Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?

7 Answers  


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?

1 Answers   Mphasis,


Categories