)If there are 10 steps in GDG, if I want to refer the step2
after step5 . what should I do?
No Answer is Posted For this Question
Be the First to Post Answer
What is length is cobol?
how do you reference the rrds file formats from cobol programs
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
How To move a value to an array using move verb?
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
Explain about level numbers?
In EBCDIC, how would the number 1234 be stored?
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
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.
I 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 ......
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.