How many bytes do a s9 (7) comp-3 field occupy?
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
How many maximum number of procedures can we write in one COBOL program?
can we use go to statement inline-perform?
what is a zoned decimal data type and how it will be stored?
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
what is the minimum number of lines a Cobol program should have to successfully compile and run
How to display string in the reverse order using occurs clause?
where did you see the information regarding abend codes in jcl?
what are the steps to sort in a cobol program?
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
how to crack cts interview apps? NOVEMBER 21 2010
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..