How you can characterize tables in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
What COBOL construct is the COBOL II EVALUATE meant to replace?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
waht is inspect verb? where it can be in real time?
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.
Can 88 level variable be declared in FD section..?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
What is the difference between external and global variables in COBOL?
which one is better among static call and dynamic call?