Write the code implementing the perform … varying.
No Answer is Posted For this Question
Be the First to Post Answer
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
What is the mode in which you will OPEN a file for writing?
Can the OCCURS clause be at the 01 level?
give the examples of strings in cobol
wht is structured cobol pgm and non structred cobol pgm ?
what are the isolation levels and where we use it in the db2 program
how to submit a jcl by cobol program. clear me with an example.
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
What is rmode(24)
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?