Are you comfortable in cobol or jcl?
can any one help -s806
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
1) can we display the index?
Hai friends why we need to read a file before re-write a record?
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
What is amode(24)?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
Name the divisions, which are available in a cobol program?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
Can we move X(9) to 9(9). If yes what are the ways for doing this?