What is Control Break processing ?
Answer / sudha
Control Breal is mainly used for report generations.
| Is This Answer Correct ? | 17 Yes | 0 No |
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
what is meant by binary search?
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
what is a load module ?
What is rmode(24)
What are declaratives and what are their uses in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
can we display comp-3 variables. if we want to display what we have to do . give me one example
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?