Can 88 level variable be declared in FD section..?
Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?
12 Answers T systems, Tech Mahindra,
Whtz the specialty of 77 level number ?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Give some examples of command terminators?
What is the point of the REPLACING option of a copy statement?
What is a SSRANGE and NOSSRANGE?
What is R-mode and A-mode?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
perform I from 0 by 1 until I=5?How maney times it will executes
How include time & date in the report generation in cobol programing?