i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
IBM,
5 9975How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
2 9607suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
IBM,
2 8807How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
6 23198I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
4 12376Why we need to use redefine clause when we can define the variable seperately... what is actual need....
5 14958
how do you define single dimensional array and multidimensional array in your cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between comp and comp-3 usage?
How many sections are there in data division in COBOL?
what happens if parmparameter passes zero bytes to the program
What are the different open modes available in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what is the use of outrecord?
What is the difference between PIC 9.99 and PIC9v99?
Discuss about changing dataset name in proc.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the problem of ordered sequential files access?
How can you get the ksds file records into your cobol program?
What is rmode(24)