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

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

IBM COBOL Interview Questions
Questions Answers Views Company eMail

The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND

10 33651

i Want All cobol ERROR codes?

4 17100

How can we pass data from cobol to JCl?

7 49015

How to covert given string into ASCII value in COBOL/MF COBOL

3 15230

I have PS flat file with 14 records. I want to read from 4th to 9th record and want to write those 6 records (4th record to 9th record) to another PS file (output file). there is no key defined in the input file. I just want read a certain Consecutive records. can any one please give me the procedure division Coding for this. I have coded the below coding but the READ-PARA is performing only 1 time even though I have 14 records in my input file (i.e FILE-1): PROCEDURE DIVISION. A000-SECTION. MOVE 0 TO I. OPEN INPUT FILE-1. IF CHECK-KEY1 > 0 DISPLAY "OPEN ERROR FOR FILE-1, CODE IS:" CHECK-KEY1 END-IF. OPEN EXTEND NEWFILE-1 IF CHECK-KEY3 > 0 DISPLAY "OPEN ERROR FOR NEWFILE-1 COD IS" CHECK-KEY3 END-IF. PERFORM READ-PARA THRU EXIT-PARA UNTIL EOF-REC = 'YES'. DISPLAY " FINALLY OUT OF LOOP" CLOSE FILE-1 CLOSE NEWFILE-1 STOP RUN. READ-PARA. ADD 1 TO I READ FILE-1 AT END MOVE 'YES' TO EOF-REC IF I > 3 AND < 10 PERFORM WRITE-PARA ELSE DISPLAY "NOT IN RANGE" END-IF. EXIT-PARA. EXIT. WRITE-PARA. WRITE NEW-REC FROM FILE1-REC.

8 35709

Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .

4 13179

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

2606

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

3 22395

What will happen if we generate GDG (+2) version without generating (+1) version?

2 20506

What is SDSF?

13 22062

What are differences between Static Call and Dynamic Call?

10 28973

What is IMPACT analysis?

2 13947

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?

5 11155

Minimum how many Number of Paragraphs are there in ID- Divison?

7 11859

With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?

4 10994

Post New IBM COBOL Interview Questions


IBM COBOL Interview Questions


Un-Answered Questions

Can ambari manage multiple clusters and why?

51


What is the short cut key to insert a page break ?

659


Define about obj-list method?

566


What is math floor in java?

994


Explain the use of excitation table in digital electronics?

972


Do array subscripts always start with zero?

1370


What are the blocks? How will you use them?

1


Why is outlook opening in safe mode?

3


In the balance sheet, where do you show tds?

1154


What is ord () in python?

828


How Does The Single Supervisory Mechanism Operate?

1085


How do you write a vlookup formula?

640


What types of source systems can BODI connect to for data extraction? How do you configure these connections?

1


What is the boxing and unboxing concept in .net?

977


What is the benefit of using the formula in excel sheet?

710