what are decleratives in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Restart Logic in Cobol?
Without using move verb how to move one variable to another.
what is the coding difference between COBOL and CICS.
DATAONLY, MAPONLY functionality?
How many maximum number of procedures can we write in one COBOL program?
How can you display the SPOOL information ?
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
S9(5)V9(2) occupies how many bytes memory ?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
how can you identify wheather the program is using search or search all in the cobol program?
What is XDC ?
What is the default value of DISP for temp datasets