How do define dynamic array in cobol.
wht do u mean by (*,intrdr) wht is * used for ?
What are the functions like c or c++ in cobol?
s9(18) comp-3:: What is the size of memory it takes internally?
What is the linkage section?
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.
what is s013u000 for?
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
How to pass return codes from cobol to jcl?
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
what is the difference between Plan & package