can we use variable picture clause as xx.99 in cobol.
Answers were Sorted based on User's Feedback
How to read the last 100 records from a COBOL file. The file contains N number of records.
2)Where the Plan is located in CICS-DB2?
How can you pass values from COBOL program to non-COBOL programs?
consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.
Explain Restart Logic in Cobol?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
Can anybody give me example of subscript and index
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
What are the different data types in cobol?
How to execute a set of JCL statements from a COBOL program?
plz any one tell clearly the justify right clause?
What guidelines should be followed to write a structured cobol prgm?