In the JCL, how do you define the files referred to in a
subroutine ?
Answer Posted / saikat
we cant do so
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What guidelines should be followed to write a structured cobol prgm?
State the various causes of s0c1, s0c5 and s0c7.
What is the use of intialize verb?
How to know whether the module is dynamical or statistical?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how to refer the data field?
What is the utilization of copybook in cobol?
Explain how you can characterize tables in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Write the code to count the sum of n natural numbers.
What is redefines clause in COBOL?
What is cobol?
What is the difference between comp and comp-3?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.