WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
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.
What is the difference between a DYNAMIC and STATIC call in COBOL?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
i Want All cobol ERROR codes?
Name the sections present in data division.
What are declaratives and what are their uses in cobol?
What are the different rules for performing sort operation?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.