can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / karthik
NO IT CANNOT BE. THE MAXIMUM ALLOWED DIGITS IS 18 ONLY
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the difference between Call and a Link?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how to move the records from file to array table. give with code example
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Name some of the examples of COBOl 11?
Write the code implementing the perform … varying.
What are all the divisions of a COBOL program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Name the divisions, which are available in a cobol program?
What is Pic 9v99 Indicates in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?