1.Is it possible to move the data from 99.99 to 99v99?
2.What is the CICS-vsam Compilation process?
3.In My GDG 5 generation will be there GDG3 got an abend
what will happen?
4.In my GDG first generation is +1 And I want to add the new
generation what will happen previous generation?
5.How can you give the PIC clause below conditions A). s9
(reddy), B). s9 (5) occurs 5 times?
6.How override the proc from a particular step? and what is
symbolic and override Procs?
No Answer is Posted For this Question
Be the First to Post Answer
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
How To move a value to an array using move verb?
What is amode(31)
what is srange and nosrange pls reply to ths question ?
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
what is subscript in cobol?give realtime example?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??