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


When is a scope terminator mandatory?

Answers were Sorted based on User's Feedback



When is a scope terminator mandatory?..

Answer / guest

scope terminators are mandatory for in-line performs and
evaluate.

Is This Answer Correct ?    7 Yes 0 No

When is a scope terminator mandatory?..

Answer / guest

scope terminators are mandatory for in-line performs and
evaluate.

Is This Answer Correct ?    4 Yes 0 No

When is a scope terminator mandatory?..

Answer / jswan

Implicit and explicit scope terminators are mandatory for the end of each logical statement.

Explicit scope terminators make it more easy to read the flow of the program logic.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......

8 Answers  


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

0 Answers  


How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?

3 Answers   Cap Gemini, CTS,


how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please

2 Answers  


in how many mode we can open a file ?

4 Answers  


I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?

3 Answers  


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

0 Answers   Valtech,


What are the differences between COBOL and COBOL II?

1 Answers   CSC,


How does IDMS insure data integrity?

1 Answers  


what happens if parmparameter passes zero bytes to the program

0 Answers   HSBC,


record length in spool?

2 Answers   Infosys,


In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,


Categories