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 10178How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
2 9717suppose 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 8966How 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 23451I 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 12545Why we need to use redefine clause when we can define the variable seperately... what is actual need....
5 15170
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
what are decleratives in cobol?
What are the different types of condition in cobol and write their forms.
IF I mention stop run in CICS what happens?
Write a cobol program making use of the redefine clause.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to print 10 to 1 if the input have only 10 digit number?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Explain the configuration section of a cobol program with examples of syntax.
How do you differentiate between cobol and cobol-ii?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do you get the data to code the BMS macro?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
) How do u handle errors in BMS macro
Why occurs cannot be used in 01 level in COBOL?