How to know whether the module is dynamical or statistical?
No Answer is Posted For this Question
Be the First to Post Answer
what is scope terminator
can we use go to statement inline-perform?
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?
In COBOL programming, what is PERFORM? What is VARYING?
how to pass 100 to s9(4) how r they inserted ?
How do u know what version of cobol u are using?
wht r the advantages of 77 level number ?
how the control comes back from subprogram to mainprogram
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
In an EVALUTE statement is the order of the WHEN clauses significant?
What is the utilization of copybook in cobol?
What is the size of s9(19)comp3? explain