In COBOL programming, what is PERFORM? What is VARYING?
No Answer is Posted For this Question
Be the First to Post Answer
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
What is the difference between performing a SECTION and a PARAGRAPH?
what is jcl approach for programming?
How do you define a sort file in JCL that runs the COBOL program?
If we use GO BACK instead of STOP RUN in cobol?
Can the OCCURS clause be at the 01 level?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
How many maximum number of procedures can we write in one COBOL program?
where did you see the information regarding abend codes in jcl?
What does the IS NUMERIC clause establish ?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
can I copy book which contain db2 statment in procedure divion?