Suppose i want to declare a binary comp fild of 7 byte .how
to write?

Answer Posted / sky

you would declare it as s9(7) comp

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

709


how do you reference the printer file formats from cobol programs

655


In COBOL, what is the different between index and subscript?

753


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?

695


Explain what you understand by passing by value.

692






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 ?

1868


How do get the result of your program directly on your pc?

1878


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1767


how can i see junk values in dclgen or in hostvariable of comp ?

2540


What rules are to be followed while using the corresponding options?

634


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

700


Explain the configuration section of a cobol program with examples of syntax.

655


What is the problem of ordered sequential files access?

694


How many bytes S(8) comp field occupy and its maximum value?

1628


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

1520