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

I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?

2 7147

If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it

BirlaSoft,

7 13749

I want to declare a field with data type Double in my COBOL program. how shall i do that ?

5 9086

IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.

ADNA, CSC,

2 8753

How To move a value to an array using move verb?

IBM,

3 6989

How To move a value to an array using move verb?

IBM,

3 15816

I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest

IBM,

2 7717

If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.

CTS,

3 21907

If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?

TCS,

5 13783

How can we increase the size of an existing PDS to include more no. of modules.

3 9680

How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.

10 35047

What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?

Kuwait Oil Company,

1 8944

What type of Call you would use if you don;t want the control back to the calling program?

TCS,

8 12689

Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.

TCS,

2 6633

Under which scenario you would go for a static call as opposed to dynamic call?

TCS,

5 10028


Post New COBOL Questions

Un-Answered Questions { COBOL }

How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

3213


How arrays can be defined in COBOL?

1140


how to convert the recors form vsam file to db2 table tru file aid

3213


Which is not true about evaluate statement

2399


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1118


What is the difference between Global and External Variables?

1301


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1512


Write the code to count the sum of n natural numbers.

1146


Write a program to enter and display the names of students in a class using the occurs clause.

1158


State the various causes of s0c1, s0c5 and s0c7.

1030


How to print 10 to 1 if the input have only 10 digit number?

1220


Define cobol?

1314


What is the Purpose of POINTER Phrase in STRING command in COBOL?

1198


Name some of the examples of COBOl 11?

3085


how to refer the data field?

2211