what are decleratives in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What are literals?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
How can we know that cobol program is using report file or simple file....?
I want ALL jcl ERROR cods
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
why 02 level number can't be use as a separate level number like 01 or 77 ?
Explain about level numbers?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
What was removed from COBOL in the COBOL II implementation?