u have passed sme charecters thru parm parameter in jcl. how do u
code in cobol to recieve the values u gave in parm ?
Answer Posted / gangadhara.m
by using 'USING' keyword in procedure division and dataname.
one restriction is, declaring length variable and dataname
in linkage section of covol program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
) what is the difference between AID and HANDLE AID?
What are different data types in cobol?
Name the sections present in data division.
What is static and dynamic call in cobol?
How are the next sentence and continue different from each other?
what is the difference between COBOL2 AND COBOL390?
Are you comfortable in cobol or jcl?
Can we change the password using ALTER? anyone tried and changed?
Name the divisions, which are available in a cobol program?
what happens if parmparameter passes zero bytes to the program
In COBOL, what is the different between index and subscript?
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.
What is rmode(24)
How do you differentiate between cobol and cobol-ii?