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



IBM MainFrame Interview Questions
Questions Answers Views Company eMail

How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.

Syntel,

1 6381

Write a program to concert an Indexed file into Sequential file?

Covansys,

1 5855

I have a sequential file. How do I access a record in this sequential file randomly in my program ?

CGI, Xansa,

8 21091

Write the syntax of a two dimensional array?

Honeywell, Xansa,

8 28789

I have a sequential file of 100 records. How do I load the records into a two dimensional array ?

IBM, Xansa,

3 22121

What are subroutines ? and how do we pass data to the sub routines?

Xansa,

2 10145

Should I use STOP RUN in the sub program??why?

Xansa,

6 16279

should I use Go back in the main program ? Yes we can use Go back in main program as well.

Xansa,

2 7258

What are decleratives in COBOL ?

Xansa,

1 15984

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

Patni, Xansa,

2 7508

What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?

Xansa,

9 15272

what is a cataloged procedure ?

Xansa,

1 8203

What is JOBLIB ?

Xansa,

5 14198

What is JCL LIB ?

Xansa,

3 16577

what are the symbolic parameters? why do we use symbolic parameters ?

IBM, TCS, UST, Xansa,

2 36460


Un-Answered Questions { IBM MainFrame }

Can we give +2 instead of +1 while creating a new gdg file?

913


What is the LINKAGE SECTION used in COBOL?

1474


Explain cedf transaction commands?

1095


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2595


What is the function of dd name parameter with a 2 part structure; audit.report?

1173


Define an asra?

968


What are the disadvantages of a hierarchical database?

3215


What is cursor in dbms?

1012


Which Search verb is equivalent to PERFORM…VARYING?

1002


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2467


suppose program A is calling program B, at a time A will send 100 records but it has to send 500 records. how it will possible?

2013


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

2487


What does the keyranges parameter in define cluster command do?

987


Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?

943


Explain dbdgen process?

1026