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

COBOL Interview Questions
Questions Answers Views Company eMail

In a program, variables are used but no DB2 involved in it. Can you call it as host variables??

EDS,

4 8546

Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.

EDS,

6 27779

Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.

EDS,

5 15659

i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?

6 12741

what are the control characters used in reports

1 5536

1.Can we define condition-name conditions in FD entry.

11 16078

1.What is the limit of linkage section?

4 21765

can we use the two 01 level in file discription ?

6 10396

Hai friends why we need to read a file before re-write a record?

L&T,

7 13607

what are the limitations of Inline Perform?

Zensar,

3 8967

What is IMPACT analysis?

IBM,

2 13955

We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?

IBM,

5 11161

how to submit a jcl by cobol program. clear me with an example.

HCL,

3 18714

Explain about level numbers?

3 17708

Explain about Redefines cluse?

iGate,

3 7462


Post New COBOL Questions

Un-Answered Questions { COBOL }

What is redefines clause in COBOL?

1351


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

1219


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1154


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2478


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

2447


What is amode(31)

1223


What are the cobol coding sheets?

1365


How do you reference the following file formats from cobol programs?

1207


what is search and searchall?what is the diffrence between them?give an best example?

6934


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1501


Discuss about changing dataset name in proc.

1296


Explain what you understand by passing by value.

1205


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1398


What type of SDLC u followed? Why?

2054


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

3019