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


Please let me know how the Eject verb works for page break..
I want to know the code, how it is used.

Answers were Sorted based on User's Feedback



Please let me know how the Eject verb works for page break.. I want to know the code, how it is use..

Answer / prateek

Just write

Eject.

Is This Answer Correct ?    2 Yes 0 No

Please let me know how the Eject verb works for page break.. I want to know the code, how it is use..

Answer / devraj pradhan

only we have to write EJECT.that's all

Is This Answer Correct ?    2 Yes 0 No

Please let me know how the Eject verb works for page break.. I want to know the code, how it is use..

Answer / suresh ramaiyan

We have to write 'EJECT' in 7th column, otherwise it will
give error.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More COBOL Interview Questions

1.What is the limit of linkage section?

4 Answers  


given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.

2 Answers   TCS,


how do u link sub pgm to main pgm ?

2 Answers   TCS,


study the data discriptions and answer the questions given below i)01 ORDER RECORD 05 OUT-HEADER PIC X(50) 05 ITEM-COUNT PIC 99 05 OUT-ITEM PIC X(20) OCCURS 1 TO 20 DEPENDING ON ITEM-COUNT ii)01 NAME-AND-ADDRESS 05 N-AND-A-LINE OCCURES 5 05 LINE-LENGTH PIC P9 05 N-AND-A-CHAR PIC X OCCURS 1 TO 20 DEPENDING ON LINE-LENGTH iii)01 SALES-LIST 05 SALESMAN-COUNT PIC 99 05 SALES PIC 9(6) OCCURS 1 TO 100 DEPENDING ON SALESMAN-COUNT iv)01 ORDER-RECORD 05 NO-OF-BRANDS PIC 99 05 BRAND-PURCHASED OCCURS 1 TO 15 DEPENDING ON NO-OF-BRANDS which of the following is true? a.i) and iii) are valid b.i) and iv) are valid c.i) and iii) are not valid d.all are valid

4 Answers   TCS,


how to display the dataset information?

2 Answers  


i want to store 20 digits . h will u do it in cobol ?

4 Answers   TCS,


How can you submit a job from COBOL programs?

2 Answers   ITC Infotech,


can I copy book which contain db2 statment in procedure divion?

2 Answers   Bank Of America,


wht is the difference between goto and perform stmts

7 Answers   DELL,


Give some advantages of REDEFINES clause?

2 Answers   Syntel,


What are different data types in cobol?

0 Answers  


. How do we cast a variable in COBOL

1 Answers   HSBC,


Categories