The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answers were Sorted based on User's Feedback
How to execute a set of JCL statements from a COBOL program?
What should be the sorting order for SEARCH ALL?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
what are the error codes in cobol, db2, cics, vsam , and jcl
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
What is the point of the REPLACING option of a copy statement?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
wht is load module and object module ?
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?
1.What is the limit of linkage section?
how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
2)Where the Plan is located in CICS-DB2?