IF I mention stop run in CICS what happens?
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
Why there is no questions in this column?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What does MAXCC 3 means? It is used in one my codes.
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
how do u list the abended jobs?
where did you see the information regarding abend codes in jcl?
What is an index for tables?
What is the difference between next sentence and continue in cobol programing language?
how to display the dataset information?
Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.
What is the point of the REPLACING option of a copy statement?