Give some examples of command terminators?
No Answer is Posted For this Question
Be the First to Post Answer
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 subscript in cobol?give realtime example?
What is the file organization clause ?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
) What is the use of IGNORE?
How to print 10 to 1 if the input have only 10 digit number?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."
In an array processing what is the thing that can be done by using subscripts but not by using index
How many maximum number of procedures can we write in one COBOL program?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
Minimum how many Number of Paragraphs are there in ID- Divison?
Name the divisions, which are available in a cobol program?