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.
No Answer is Posted For this Question
Be the First to Post Answer
which one is better among static call and dynamic call?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
) What is the use of IGNORE?
How can you display the SPOOL information ?
which is better either static call or dynamic call? and why?
Difference between ps, esds
What are various search techniques in cobol? Explain.
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
What is a subscript ?
Can JUSTIFIED be used for all the data types?
If we use GO BACK instead of STOP RUN in cobol?