should I use Go back in the main program ? Yes we can use
Go back in main program as well.
Answer Posted / sanjeev gupta
We can use goback both in main program and sub program. The
difference is that only, in case of sub program: after the
successful execution the control will pass to main program
whicle in case of main program:the control will pass to OS.
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Write the code to count the sum of n natural numbers.
How to remove 2 duplicate records and copy only one using job control language?
Difference between cobol and cobol-ii?
In COBOL, what is the different between index and subscript?
How to know whether the module is dynamical or statistical?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
For rewrite, why is it mandatory that file needs to be opened?
What is rmode(24)
What are the different rules to perform a Search?
What are various search techniques in cobol? Explain.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Are you comfortable in cobol or jcl?