what is the use of outrecord?
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
what is ASRA, AEY9?
period is missing in the cobol program which error we getting
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
how you will define variables length in cobol.
What is the difference between CALL BY VALUE and CALL BY CONTENT?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
subscript and index r not coded in u r application program what will happen?
what is the use of keep and pass in disp
can we print comp 3 stmts how ?