What is the difference between goback, stop run and exit program in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
how the control comes back from subprogram to mainprogram
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
can i use multiple when statements in search & search all ? justify ur answer?
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
How many bytes do a s9 (7) comp-3 field occupy?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?