Why we need to use redefine clause when we can define the
variable seperately... what is actual need....
Answer Posted / nag(igate)
whenever declaring the file structure , the same storage
for the different records are redefined without againg
defining the same records, we used the redefined clause
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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 ?
Name the sections present in data division.
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is comp-1 and comp-2?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is redefines clause in COBOL?
What is the difference between comp and comp-3 usage?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the local-storage section?
How to print 10 to 1 if the input have only 10 digit number?
How you can read the file from bottom?
What is the default value(s) for an initialize and what keyword allows for an override of the default?