If we use GO BACK instead of STOP RUN in cobol?
Answer Posted / chaitanya chandana
if u use goback() it will back to the main program....But were as stoprun() it wil shows the end of the main program..
if there any mistake plz correct me.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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?
Discuss about changing dataset name in proc.
What is the problem of ordered sequential files access?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Which mode is used to operate the sequential file?
Explain how you can characterize tables in cobol?
What are declaratives and what are their uses in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How arrays can be defined in COBOL?
Are you comfortable in cobol or jcl?
How do you differentiate between cobol and cobol-ii?
HOw can I get the negative sign while deduct high value from low value