The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answers were Sorted based on User's Feedback
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
What is length is cobol?
Explain what you understand by passing by value.
88 class is used for
what is the purpose of linkage section?
What is the maximum data length for Numeric DataType ?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Explain about different table spaces.
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
When and how can we use index & subscript ?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb