if you code move high-values to variable,can you move it
into numeric variable or alphanumeric variable?
How do we get current date from system with century in COBOL?
What is the compute verb? How is it used?
can we use the two 01 level in file discription ?
wht r the advantages of 77 level number ?
what are the error codes in cobol, db2, cics, vsam , and jcl
What is the difference between binary search and sequential search?
is this below syntax correct? CALL 'subprg' using A,B Please help
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
how do you reference the printer file formats from cobol programs
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
in cobol perform stmt whether it first checks the condition or not