how do you reference the rrds file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
What are the different rules of SORT operation?
what is the advantage of using redefines instead of delaring the variables ?
How do you submit JCL via a Cobol program?
what is a load module ?
what are the steps to sort in a cobol program?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
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 will you define vsam file in select clause?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
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..