How to find out the closest prime number of an input number?
I believe it has something to do with SEARCH and COBOL
Linear Array.
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
what is the difference between Plan & package
How do u write test cases?
what is the difference between Normal vaiable and comp variable.
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
How to display the index.(displacement from an array)
i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast
What is a subscript ?
Why we are using comp and comp-3 in real time projects?
What are the access modes of START statement?