How do pass the values to the parameters in cobol
Answers were Sorted based on User's Feedback
Answer / sushant kumar mohanty
1) PARM (Receive in Linkage Section)
2) SYSIN DD* (Receive with ACCEPT statement)
3) Files ( Declare/Define/Open in the program)
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / naidu
You can pass the values to cobol program using 3 ways:
1.passing the parameters from SYSIN
2.using parm
3.using file
Is This Answer Correct ? | 2 Yes | 0 No |
What is 88 level used for ?
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?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
What are the divisions in a cobol program?
i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast
If we use GO BACK instead of STOP RUN in cobol?
How to print 10 to 1 if the input have only 10 digit number?
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?
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
what is s013u000 for?
What is redefines clause in COBOL?
what is the use of filler in cobol programing?