i want a program using by if, evaluate , string, unstring,
perform, occurs?
Answer / raghunath
refer to www.mainframegurukul.com for the answer
| Is This Answer Correct ? | 1 Yes | 1 No |
How does IDMS communicate with CICS?
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.
What kind of error is trapped by on size error option?
can i use multiple when statements in search & search all ? justify ur answer?
Name some of the examples of COBOl 11?
What are decleratives in COBOL ?
How may divisions are there in JCL-COBOL?
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
how can u redefine picx(10) with pic 9(6).
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one