which of the following can be used as a check protection symbol
a.Z
b.S
c.*
d.+
Answers were Sorted based on User's Feedback
Write the syntax of a two dimensional array?
period is missing in the cobol program which error we getting
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
Differentiate COBOL and COBOL-II?
What are the different open modes available in cobol?
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
How to concatenation one or more string?
What are various search techniques in cobol? Explain.
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
. How do we cast a variable in COBOL
How to read a record from bottom of a file which is indexed by 'A'.
How do you differentiate between cobol and cobol-ii?