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 |
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Write down the divisions of cobol program?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
What are ISOLATION LEVELS? Where do we need to specify them?
Name the sections present in data division.
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
) How do u handle errors in BMS macro?
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
Is It Possible to Update or change in VIEW Mode?
What is amode(31)