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


1.Can we define condition-name conditions in FD entry.

Answers were Sorted based on User's Feedback



1.Can we define condition-name conditions in FD entry...

Answer / k.phani

yes we can define condition variables in fd entry,here is
the example
FD TRANS-FILE.
01 TRANS-REC.
O2 TRANS-CODE PIC X.
88 INSERTION VALUE IS 'I'.
88 DELETION VALUE IS 'D'.
88 MODIFICATION VALUE IS 'M'.
02 REST-OF-TRANS.
03 TRAN-NO PIC X(5).
03 TRAN-NAME PIC X(20).
..............


HERE IN PROCEDURE DIVISION WE CAN USE CONDITIONS NAMES
AFTER READING TRANS-FILE FOR DELETING, MODIFYING,INSERTING
THE RECORD IN MASTER-FILE.

I HOPE THIS CLEAR UR DOUBT

Is This Answer Correct ?    10 Yes 1 No

1.Can we define condition-name conditions in FD entry...

Answer / kavya

We can define condition-name conditions in Fd entry.

Is This Answer Correct ?    6 Yes 1 No

1.Can we define condition-name conditions in FD entry...

Answer / mighty

NO

Is This Answer Correct ?    5 Yes 4 No

1.Can we define condition-name conditions in FD entry...

Answer / guest

Kavya is correct . I have doen it many times .

Is This Answer Correct ?    1 Yes 0 No

1.Can we define condition-name conditions in FD entry...

Answer / chakri

KAVYA is correct i have done.

Is This Answer Correct ?    1 Yes 0 No

1.Can we define condition-name conditions in FD entry...

Answer / kavya

But as i checked we can......just check it out n post the
answer......

Is This Answer Correct ?    0 Yes 0 No

1.Can we define condition-name conditions in FD entry...

Answer / harish

according to me yes, we can define condition names in FD
entry..

pls let me know if u have any queries

HARISH POOMGAME SHIVAPPA
NIIT TECHNOLOGY
KOLKATA

Is This Answer Correct ?    0 Yes 0 No

1.Can we define condition-name conditions in FD entry...

Answer / pradeep

are you guys sure
give an example

Is This Answer Correct ?    0 Yes 0 No

1.Can we define condition-name conditions in FD entry...

Answer / ashok

yes guys.. we can write it... evne i have tried it. its
working....

Is This Answer Correct ?    0 Yes 0 No

1.Can we define condition-name conditions in FD entry...

Answer / nag

Yes, we can used conditon names in FD section. here is
sample code of our project.

05 DIRECT-BILL-INDICATOR PICTURE X.
88 DIRECT-BILL-ONLY VALUE '1'.
88 DIRECT-OR-AGENCY-BILL VALUE '2'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What are literals?

0 Answers  


What are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


what is a load module ?

3 Answers   TCS,


Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?

7 Answers   Bank Of America, Mind Tree,


What is SDSF?

13 Answers   IBM,


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

3 Answers   IBM,


What is CALL statement in COBOL?

4 Answers  


What are the different rules to perform a Search?

0 Answers  


. How do we cast a variable in COBOL

1 Answers   HSBC,


hw to create 3 dimensional array & hw to access it?

1 Answers  


can we use variable picture clause as xx.99 in cobol.

3 Answers  


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

4 Answers  


Categories