I have a sequential file. How do I access a record in this sequential file randomly in my program ?
8 21187I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
3 22158What 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?
3 6674What 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 am going to Display the WS-VARX and WS- VARN?
6 10470Post New Xansa COBOL Interview Questions
1.Explain 3D radar. 2.Method of mobile signal jamming. 3.Frequency hopping spread spectrum. 4.How does op-amp works in common mode? 5.Which flip flop is known as universal flip flop and why?
what opcode could be used to test an alphanumeric field for all numeric values?
How Many Computers Can Share a WiFi Network?
Is Transol transformer oil comparable to nynas nytro libra?
Some Realtime Objects on Bdc.
An ISP is granted a block of addresses starting with 150.80.0.0/16. The ISP wants to distribute these blocks to 2600 customers as follows. a) 200 medium size businesses; each needs 16 addresses b) 400 small businesses; each needs 8 addresses c) 2000 households; each needs 4 addresses Design the subblocks and give the slash notation for each subblock. Find out how many addresses are still available after these allocations.
What are custom report types? : salesforce admin
What is difference between shallow copy and deep copy in ios ? : IOS Architect
when 20hp 3 phase motor start no load condition in star or delta connection.find current and write formula.(tariq)
How do you jump slides in powerpoint?
What is an artifact in maven?
what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?
What is the minimum and maximum length of the header in the TCP segment and IP datagram
Is python based on c?
A module print_number given, what will be the output of the following code?