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

hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps

iNautix,

5 16080

hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe

Citi Bank, CitiGroup, HSBC, iNautix, Wipro,

6 24458

HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER

Patni,

7 17015

what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.

HCL, TCS,

3 25821

I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?

5 17062

Can anyone please give the example of Inline Perform.

TCS,

6 14048

There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.

Danske, iGate,

8 41970

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 .

IBM, Syntel, TCS,

4 13183

How to pass return codes from cobol to jcl?

5 22212

Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?

6 20556

Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?

4 10789

what is the minimum number of lines a Cobol program should have to successfully compile and run

7 14213

what is the minimum number of lines a Cobol program should have to successfully compile and run

ABC, Societe Generale,

11 24911

How to display string in the reverse order using occurs clause?

4 13838

.How to add one input & one Out file in existing cobol program. how approach tell me step by step.

Syntel,

2 14890


Post New COBOL Questions

Un-Answered Questions { COBOL }

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

1155


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

1309


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


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

2526


What is the difference between structured cobol programming and object alternativelyiented cobol?

1301


Write down the divisions of cobol program?

1339


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

2203


Write a program that uses move corresponding.

1210


) what is the difference between AID and HANDLE AID?

2202


how do you reference the variable unblock file formats from cobol programs

1382


What are the cobol coding sheets?

1365


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

1207


What do you understand by psb and acb?

1182


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

1398


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

1367