in cobol main pgm is calling sub pgm but sub pgm does not
exists , what abend i get if submit the job?
Answers were Sorted based on User's Feedback
Answer / kiran
i think it will be s806...ie load module not found
Is This Answer Correct ? | 13 Yes | 0 No |
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
what are the control characters used in reports
1)what is use of linkage section? 2)what is difference between comp and comp-3
when COMP-3 is preferrable?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
) How do u handle errors in BMS macro?
Write a cobol program making use of the redefine clause.
How is sign stored in a COMP field ?
how to access the file from prodution from changeman tool and to submit a file to production
in the TIME parameter we r giving hours r minutes
What is the difference between Perform para and perform asaection in cobol?
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?