Why did you choose to work with ibm mainframe cobol programming?
No Answer is Posted For this Question
Be the First to Post Answer
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Write the syntax of a two dimensional array?
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
how to know that the file has 300 records how to acess it?
What is difference between COBOL and VS COBOL II?.
s9(18) comp-3:: What is the size of memory it takes internally?
which is better either static call or dynamic call? and why?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
how can we get current dat and time thru cobol pgm
what is srange and nosrange pls reply to ths question ?