What do you understand by psb and acb?
No Answer is Posted For this Question
Be the First to Post Answer
What are the divisions in a cobol program? Which one is the mandatory division among them?
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
what is rediffine clause?in what situation it can use?give me real time example?
where will u code file status ?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what happens when a copybook variables are declared using include statement ?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
Name the divisions in a COBOL program ?
What is COMP-1? COMP-2?