What is difference between COBOL and VS COBOL II?.
COBOL is developed and deployed in 1985. It runs in 24 bit addressing mode. But VS COBOL - II runs in 31 bit addressing mode.
Is This Answer Correct ? | 0 Yes | 0 No |
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
Define in-line perform?
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
What is Comm?
2 Answers IBM, Kemper Corporation,
How do you set a return code to the JCL from a COBOL program?
A table has two indexes defined. Which one will be used by the SEARCH?
) How do u handle errors in BMS macro?
what is rediffine clause?in what situation it can use?give me real time example?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
What is CALL statement in COBOL?
What are different data types in cobol?
Can we put move statement in COBOL copybook