what is the default print format? in cobol
Answers were Sorted based on User's Feedback
Answer / ashok
in cobol defalt print formate is spacess only. eaither
numaric or alphanumaric or chater also
| Is This Answer Correct ? | 5 Yes | 2 No |
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How to open and see copy book ?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
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 get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
whats the difference between search and search all?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?