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


Attended Xansa Interview , Asked Questions :

1) Diff between Renames and Redefines
2) Comp and Comp -3
3) What will happen if DISP = ( NEW, DELETE, KEEP)
4) Gave one scenario like , if PIC clause X(50) has to be
increased to X(70) how u will proceed with this change.
5) Diff between Section and Paragraph

Answers were Sorted based on User's Feedback



Attended Xansa Interview , Asked Questions : 1) Diff between Renames and Redefines 2) Comp and C..

Answer / guest

rename is regrouping of elementary data item. redefines is
making different data despriction entries to describe same
storage location in mmemory

Is This Answer Correct ?    4 Yes 1 No

Attended Xansa Interview , Asked Questions : 1) Diff between Renames and Redefines 2) Comp and C..

Answer / raj

hi,

when we execute a section,it will executes all the
paragraphs present in it.

when we execute a paragraph it executes alone.

i.e section is collection of paragraphs.

Is This Answer Correct ?    2 Yes 0 No

Attended Xansa Interview , Asked Questions : 1) Diff between Renames and Redefines 2) Comp and C..

Answer / loganathan

The RENAMES clause does not use any extra space within the
program as all it is doing is supplying a replacement name
for use in a data definition attached to the program via a
COPY statement. This allows the same code to be copied
multiple times and given different names. All of this is
resolved by the compiler and does not affect the size of
the resultant program.

The REDEFINES clause is used to provide a different data
definition for the same data area. In this instance both of
the names supplied are accessible to be used in the
PROCEDURE DIVISION. As such the code generated by the
compiler may be different depending on which of the names
that is used.

Is This Answer Correct ?    2 Yes 1 No

Attended Xansa Interview , Asked Questions : 1) Diff between Renames and Redefines 2) Comp and C..

Answer / prasanna

1. RENAMES just renames the variable whereas REDEFINES can
give a new definition to a variable and can also rename it.
No one is using RENAMES claus e nowadays..

2. COMP is numeric data represented in Binary, number must
be a positive integer. bytes vary from 2 to 8 depending on
th e PIC clause. COMP-3 is variable declared in packed
decimal form. Each digit will take half a bit of storage.
sign is stored seperately regardless of S specified

3. Will create a dummy dataset.

4. In COBOL the variable declaration is restricted to 30
and so, it 'll result in an error. For theory sake, one can
use REDEFINE clause.

5. Variables are declared in SECTION and are used in
PARAGRAPHS..

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More IBM MainFrame AllOther Interview Questions

what u mean by csrloc and rtncsrloc in rpgIV in as/400.Give an eg? to do...give some coding...what is row no and column no ???..if possible...give a no of lines coding....please

0 Answers   CTS,


Hello, I have 3 years of exp as a mainframes tester in a leading IT company, now am looking to change my company. Could you please let me know, what are the interview questions/topics i should prepare. Your suggestions are truly valuable for me :) Thanks !!

0 Answers  


What will happen if both steplib and joblib are determined?

0 Answers  


how would find total records in files using sequential?

0 Answers   IBM,


What is the contrast between delimited by space and delimited by size?

0 Answers  


What is the binary search?

0 Answers  


What is the mainframe computer?

0 Answers  


How scary is it to write code for a bank?

0 Answers  


how to get last 100 records in file-aid?

1 Answers   Syntel,


how will you find a particular line in debugging if its a infinite loop

0 Answers  


What is basic difference between directory and pds in ibm mainframe?

0 Answers   IBM,


What is the facility that allows mainframes to be partitioned into lapars?

0 Answers  


Categories