What is the difference between goback, stop run and exit program in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
What is the difference between a DYNAMIC and STATIC call in COBOL?
how do you reference the printer file formats from cobol programs
what is rediffine clause?in what situation it can use?give me real time example?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
is it possible to declare index in cobol program? if it is not why its tell me pls
What is the reference modification.
what is jcl approach for programming?
What is the different between index and subscript?
How many maximum number of procedures can we write in one COBOL program?
What is the difference between PIC 9.99 and PIC9v99?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?