IF I mention stop run in CICS what happens?
No Answer is Posted For this Question
Be the First to Post Answer
How many bytes S(8) comp field occupy and its maximum value?
what is difference between the sysabend and userabend?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What should be the sorting order for SEARCH ALL?
Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are options have been removed in COBOL 11?
What is Static and Dynamic linking ?