What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
No Answer is Posted For this Question
Be the First to Post Answer
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
If you were passing a table via linkage, which is preferable - a subscript or an index?
Write some characteristics of cobol as means of business language.
how many bytes does s9(7)COMP-3 field occupies?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
How many maximum number of procedures can we write in one COBOL program?
Can we move X(9) to 9(9). If yes what are the ways for doing this?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?