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 a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
What are the ways you can generate a copybook?
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
SIGN TRAILING SEPARATE field occupy ?
can we use full outer join with cursors declared in cobol program?
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
how can u pass the values into db2 values from cobol ?
Why did you choose to work with ibm mainframe cobol programming?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
subscript and index r not coded in u r application program what will happen?
using redefine can you redefine lower variable size to higher variable size?