Which Search verb is equivalent to PERFORM…VARYING?
No Answer is Posted For this Question
Be the First to Post Answer
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
How to retrive the 9th records out of ten records using the cobol program ?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
What is a SSRANGE and NOSSRANGE?
What type of Call you would use if you don;t want the control back to the calling program?
What is the difference between PIC 9.99 and 9v99 in COBOL?
0 Answers SwanSoft Technologies,
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
What is the meaning of 'Eject' verb in cobol?
If you were passing a table via linkage, which is preferable - a subscript or an index?
Define in-line perform?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?