What is a SSRANGE and NOSSRANGE?
No Answer is Posted For this Question
Be the First to Post Answer
What is level 66 used for ?
What is the size of s9(19)comp3? explain
What do you understand by passing by reference and passing by content?
What is sqlca and why is it needed in any cobol-db2 program?
Can 88 level variable be declared in FD section..?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do you code Cobol to access a parameter that has been defined in JCL?
given the following: 77 A PIC 9V9 VALUE 9.5 77 B PIC 9 VALUE 9. 77 C PIC V9 VALUE 0.8 77 D PIC 9 77 E PIC 9 77 F PIC 9V999 what are the contenta of D E nad F after the following statements are executed: COMPUTE F ROUNDED=A+C/B MULTIPLY A BY C GIVING E ADD B C A GIVING D ROUNDED a.F=9.589 E=8 D=1 b.F=9.589 E=8 D=9 c.F=9.589 E=7 D=9 d.F=9.589 E=7 D=1
Explain Restart Logic in Cobol?
record length in spool?
what are the control characters used in reports
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.