What are the divisions in a cobol program? Which one is the mandatory division among them?
Answer / shib
Identification Division.
Environment Division.
Data Division.
Procedure Division.
mandatory : Identification Division only
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
What is the difference between SEARCH and SEARCH ALL?
Difference between ps, esds
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
can we use full outer join with cursors declared in cobol program?
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".
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
what is the advantage of sync class