u have passed sme charecters thru parm parameter in jcl. how do u
code in cobol to recieve the values u gave in parm ?
Answers were Sorted based on User's Feedback
Answer / graham
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 ? | 18 Yes | 2 No |
Answer / 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 |
What is comp-1 and comp-2?
What do you understand by psb and acb?
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
BY seeing a program how can we say that it is static call or dynamic call
What are the various section in data division and briefly explain them.
How to remove 2 duplicate records and copy only one using job control language?
what is the use of filler in cobol programing?
What COBOL construct is the COBOL II EVALUATE meant to replace?
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
File status must be checked both while opening and reading the file or only while reading the file?