can we write paragraph in area B .....
Answers were Sorted based on User's Feedback
Answer / dhara
Area B: We mention only Executable statements of Cobol
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / o.v.chowdary
in area a we can declare divisions, sections¶graphs
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / santosh
no it is ot possible ,we can write only excecutable code in area B.Paragaph write in area A . Line no 12 onwards
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
para name should begin in area A...
All the sentences under it will begin in area B.
| Is This Answer Correct ? | 2 Yes | 0 No |
how to transfer the file from pc to mainframe??
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
Can we use goto statement in inline_perform ?
The maximum number of dimensions that an array can have in COBOL-85 is ?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
i want to enter the name 'pandu' into ur table how?
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
describe 805 error
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these