can we declare occurs in 01 level?
Answers were Sorted based on User's Feedback
Answer / sreenath
occurs clause cannot be used in '01' level because it is
used to repeat the elementary data item
| Is This Answer Correct ? | 7 Yes | 0 No |
What is the difference between CONTINUE & NEXT SENTENCE ?
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.
Explain how you can characterize tables in cobol?
What is the maximum length of a field you can define using COMP-3 in COBOL?
How to convert bunch of words in a line to relvant ASCII values?
is this below syntax correct? CALL 'subprg' using A,B Please help
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
Write the code implementing the perform … varying.
Have you used comp and comp-3 in your project? And how?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
how to access the file from prodution from changeman tool and to submit a file to production