Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

UST COBOL Interview Questions
Questions Answers Views Company eMail

If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?

8 9486

How to retrive the 9th records out of ten records using the cobol program ?

3 8740

Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?

3 8606

if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.

2 7708

How do get the result of your program directly on your pc?

1872

Post New UST COBOL Interview Questions




Un-Answered Questions

What is the difference between xsl and xslt?

473


Explain some examples of migratory animals?

108


Explain conformed fact?

518


Explain share capital & reserves and surpluses.

610


Explain the File storage with Azure?

277






What is spring service layer?

156


In a CICS program, how will you read a VSAM file?

645


Why do you want to join HAL?

719


Does the president have the power to allocate funds,without Legislative approval, to be used directly by individual companies?

2314


You have two tables-the first table has data about the users and their friends, the second table has data about the users and the pages they have liked. Write an SQL query to make recommendations using pages that your friends liked. The query result should not recommend the pages that have already been liked by a user.

168


Can i know what will be the cut off criteria for go to final isro interview??

1906


What is a strong name in c#?

801


Define oconv () and iconv () functions in datastage?

871


Explain the benefits of block transfer?

514


95) func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d ! ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); please help me in detail ....with flowchart

1352