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
What is a report item?
What is perform what is varying?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is link edit in cobol?
What are the different rules of SORT operation?
What is the difference between goback, stop run and exit program in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are various search techniques in cobol? Explain.
How do you reference the following file formats from cobol programs?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the pertinent COBOL
Explain about different table spaces.
What is the LINKAGE SECTION used in COBOL?
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.
what is s000 u4087 error? please give the all error codes in cobol,jcl.