Why would you use find and get rather than to obtain?
how to refer the data field?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
How to execute a set of JCL statements from a COBOL program?
Discuss about changing dataset name in proc.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What does the initialize statement do ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
If I want to increase the Limit in GDG. What should I do?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
how we can edit records in vsam data set and non vsam data sets
how to submit a jcl by cobol program. clear me with an example.
Explain about level numbers?