How many bytes S(8) comp field occupy and its maximum value?
No Answer is Posted For this Question
Be the First to Post Answer
i have variable record in the 5th, i want to sort from 5th filed ? how ?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
Have you used comp and comp-3 in your project? And how?
How do you set a return code to the JCL from a COBOL program?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
How to define a array dynamically.....
How can we know that cobol program is using report file or simple file....?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
How can you submit a job from COBOL programs?