The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answers were Sorted based on User's Feedback
What guidelines should be followed to write a structured Cobol program?
What are the cobol coding sheets?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
how do u list the abended jobs?
what is meant by binary search?
What is "Call by content" and "call by reference"?
Can we use goto statement in inline_perform ?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
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 ?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
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?