What is Pic 9v99 Indicates in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
perform I from 0 by 1 until I=5?How maney times it will executes
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
is it possible to declare index in cobol program? if it is not why its tell me pls
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?
how to crack cts interview apps? NOVEMBER 21 2010
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
) how do u code after getting data?
Can anyone please give the example of Inline Perform.
what is Pic 9v99 Indicates?