What is Control Break processing ?
Answer / sudha
Control Breal is mainly used for report generations.
| Is This Answer Correct ? | 17 Yes | 0 No |
how many divisions are there in cobol
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
give the examples of strings in cobol
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
What is perform what is varying?
how to transfer the file from pc to mainframe??
What is the difference between structured cobol programming and object alternativelyiented cobol?
wht r the advantages of 77 level number ?
How do you differentiate between cobol and cobol-ii?
How do get the result of your program directly on your pc?
What are subroutines ? and how do we pass data to the sub routines?