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

input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2259

How do u initialize an array?

CTS,

2 14612

How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?

CTS,

1 10758

If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?

CTS,

8 25341

How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?

Cap Gemini, CTS,

3 21143

can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)

CTS,

13 36128

01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy

HSBC,

13 36115

can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

2390

01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

HSBC,

9 14372

what are the steps to sort in a cobol program?

Patni,

2 5468

how will you define vsam file in select clause?

Patni,

3 8386

whats the difference between search and search all?

Patni,

4 7099

can you declare redefine in level 01?

Patni,

8 18550

using redefine can you redefine lower variable size to higher variable size?

Patni,

3 7901

if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?

Patni,

1 7445


Post New COBOL Questions

Un-Answered Questions { COBOL }

Why did you choose to work with ibm mainframe cobol programming?

1038


Have you used comp and comp-3 in your project? And how?

2430


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

1148


how do you reference the ksds vsam file formats from cobol programs

1130


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

1158


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

1059


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

6675


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

1146


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

3097


What is amode(31)

1113


Define cobol?

1314


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5672


What guidelines should be followed to write a structured cobol prgm?

1092


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

2081


What are the different rules to perform a Search?

1050