How many bytes S(8) comp field occupy and its maximum value?
No Answer is Posted For this Question
Be the First to Post Answer
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".
What is SET TO TRUE all about, anyway?
What are the different data types in cobol?
What is the difference between goback, stop run and exit program in cobol?
why we are using set in searchall?
When is a scope terminator mandatory?
How many divisions we have in Cobol ?
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
what is the meaning of pic 9(09)v99-
How can we know that cobol program is using report file or simple file....?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
how do u indetify files succesfully executed or not ?