What is the difference between next sentence and continue in cobol programing language?
No Answer is Posted For this Question
Be the First to Post Answer
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
How to display string in the reverse order using occurs clause?
What is the file organization clause ?
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
What is Static,Dynamic linking ?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
IF I mention stop run in CICS what happens?
Why IBM?
How to covert given string into ASCII value in COBOL/MF COBOL
What care has to be taken to force program to execute above 16 Meg line?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?