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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program that uses move corresponding.

673


what happens if parmparameter passes zero bytes to the program

1667


What is the difference between next sentence and continue in cobol programing language?

712


what are decleratives in cobol?

1827


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

701






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

721


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17046


what is difference between cobol and cobol/400

21567


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 ?

1876


What is the Purpose of Pointer in the string?

643


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.

1117


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


Can a Search can be done on a table with or without Index?

804


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958


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

712