How do you reference the fixed block file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between SEARCH and SEARCH ALL?
What is normalisation?
plz,could any one tell me? what about EBCDIC in cobol?briefly?
what are the diferences b/w sub-script and index?
What is the difference between external and global variables in COBOL?
)what is retrieve?
What are the steps you go through while creating a COBOL program executable?
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.
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.
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What do you do to resolve SOC-7 error?