How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
can we write paragraph in area B .....
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
what is difference between the sysabend and userabend?
How you can delete a record from a ps file in cobol?
Why occurs can not be used in 01 level ?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
What are subroutines ? and how do we pass data to the sub routines?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.