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

In an array processing what is the thing that can be done by using subscripts but not by using index

JPMorgan Chase,

4 14322

hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........

1 5972

In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.

Wipro,

4 9906

hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?

1 4655

plz,could any one tell me? what about EBCDIC in cobol?briefly?

1 4550

I have a occurs for 100 times but it has executed 101 time what could be the reason?

4 9432

What are the ways you can generate a copybook?

2 5467

consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.

5 7548

what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 7134

in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

IBM,

2 6809

how many divisions are there in cobol

ADP,

3 8617

how many bytes does s9(7)COMP-3 field occupies?

ADP,

6 26285

The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it

ADP,

3 7510

how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array

ADP,

3 8149

HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?

2 5783


Post New COBOL Questions

Un-Answered Questions { COBOL }

how to access the file from prodution from changeman tool and to submit a file to production

7633


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.

5797


how to refer the data field?

2324


Are you comfortable in cobol or jcl?

1096


What is the difference between comp and comp-3?

1230


HOw can I get the negative sign while deduct high value from low value

2312


What are the different rules of SORT operation?

1205


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

2333


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

1275


what are decleratives in cobol?

2311


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

2069


What is the problem of ordered sequential files access?

1210


What are the rules of the move verb?

1325


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

1271


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

1302