What are the ways you can generate a copybook?
Answers were Sorted based on User's Feedback
Answer / nag(igate)
1. using 3.4 option without fileaid
2. using fileaid
| Is This Answer Correct ? | 1 Yes | 0 No |
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is amode(31)
Can we call a CICS program from a batch program or viceversa?If so, how?
Mention the guidelines to write a structured cobol program?
How can you submit a job from COBOL programs?
What is SET TO TRUE all about, anyway?
How you can characterize tables in cobol?
What is the difference between Perform para and perform asaection in cobol?
01 a pic s9(5) value '-12345' how it will be stored
What is the file organization clause ?
how many maximum no of variables can be declared in linkage section ?
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?