where did you see the information regarding abend codes in jcl?
What is the maximum length of a field you can define using COMP-3 in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is amode(24)?
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
If we use GO BACK instead of STOP RUN in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
how to change picture class of copy book variable inside program?
What is the difference between a binary search and a sequential search?
What is the difference between external and global variables in COBOL?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
how to pass 100 to s9(4) how r they inserted ?
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.