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
How do we get current date from system with century in COBOL?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How do get the result of your program directly on your pc?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Write a program to enter and display the names of students in a class using the occurs clause.
What are the pertinent COBOL commands?
what are decleratives in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Which division and paragraphs are mandatory for a COBOL program?
What is the problem of ordered sequential files access?
State the various causes of s0c1, s0c5 and s0c7.
How many bytes S(8) comp field occupy and its maximum value?
Describe the cobol database components?
What is cobol?