Name the divisions, which are available in a cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
What is tne need to use sub programs in Cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between write & move in COBOL?
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe
6 Answers Citi Bank, CitiGroup, HSBC, iNautix, Wipro,
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
file status 00 is checked after opening the file or reading the file
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
In which area will you utilize 88 level items in cobol?
i want to enter the name 'pandu' into ur table how?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
Can we access the a[0] in the array ?