Difference between cobol and cobol-ii?
No Answer is Posted For this Question
Be the First to Post Answer
What does the INITIALIZE verb do?
What care has to be taken to force program to execute above 16 Meg line?
What is COMP-1? COMP-2?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
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 ?
What is the difference between write & move in COBOL?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
how would you resolve sb37 and SE37?
HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the mode in which you will OPEN a file for writing?