What are the different open modes available in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
How to read a record from bottom of a file which is indexed by 'A'.
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
Discuss about changing dataset name in proc.
How do you differentiate between cobol and cobol-ii?
How many divisions we have in Cobol ?
which one is the best of com and com-3.using of real time ?
What is normalisation?
How do you define a variable of comp-1 and comp-2?
what is the minimum number of lines a Cobol program should have to successfully compile and run
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
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
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.