How may divisions are there in JCL-COBOL?
Answers were Sorted based on User's Feedback
Answer / seema gulia
IDENTIFICATION DIVISION
ENVIRONMENT DIVISION
DATA DIVISION
PROCEDURE DIVISION
| Is This Answer Correct ? | 36 Yes | 0 No |
Answer / vampire
Identification division
program-id
author
installation
date written
date completed
security
Environment division
configuration section
source computer
object computer
special characters
I/o section
file control
Data division
linkage section
report section
message/communication section
screen section
working storage section
file section
Procedure division
plz correct me if i m wrong
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / ash
4
Procedure Division
Env Division
Data Division
Procedure division
| Is This Answer Correct ? | 5 Yes | 23 No |
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
How to execute a set of JCL statements from a COBOL program?
how to move the records from file to array table. give with code example
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
Name the sections present in data division.
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
What do you do to resolve SOC-7 error?
Can a Search can be done on a table with or without Index?
Explain the configuration section of a cobol program with examples of syntax.
what r the types of perform statement
How can you declare the file ?