why we are using picture clause in the cobol programs?
Answer Posted / raj
pic clause is used for declaring datatype
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
Write the code implementing the perform … varying.
What is comp-1 and comp-2?
What are the rules of the move verb?
) How do u handle errors in BMS macro?
How you can read the file from bottom?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Describe the cobol database components?
What is the difference between Call and a Link?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is Pic 9v99 Indicates in COBOL?
what happens if parmparameter passes zero bytes to the program
What is the difference between structured cobol programming and object alternativelyiented cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.