can we use "'" in BEFORE or AFTER phrase for limiting the length of the string to be searched in the INSPECT verb
Latest Answer: I dont see why not. As long as it is within quotes, the apostrophe will be treated like any other character. ...
Latest Answer: LINK-EDIT step resolves the calls(if present) to any external modules. if there are no calls then there is not much difference b/w an object module & a load module except that the object module is not an executable one. ...
What's the difference between static and a dynamic call with respect to their load module creation?
01 rec1. 02 a pic x(6).01 b redefines a. 02 c occurs 6 times pic 9.01 d occurs 6 times. 02 e pic x(5). 02 f pic 999.what is the length of rec1?
Latest Answer: It will not return control to OS.Exit Program returns the control from sub-program to main-program. ...
Latest Answer: Yes. Compiling a program not only checks for syntax Error but also creates the object code i.e the Load module and we always execute this load module only. ...
yes when there is online
Latest Answer: for this u have 2 once again declare the record structure in working-storage section. ...
In Cobol we may get return code of 4 or 8 or 12 or 16, If this is the case why the picture clause of return code in alphanumeric field? why not numeric?
A cursor is opened.After fetching few rows. it is opened again before closing it.What will be the result?
Latest Answer: If we code the program to open cursor before closing it, Open cursor will not be successfull, we will get SQL code other than zero ...
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top