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 |
Whats the difference between search & search ALL?
How do you do in-line PERFORM?
Explain what you understand by passing by value.
How do you define a variable of comp-1 and comp-2?
if someone is using my file,how can i find which user id is using?
can we read in input the file with a variable length ? please , how ..could you help me ?
what r the types of perform statement
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
What is mean by maxcc
How do we get current date from system with century?
Write a program to concert an Indexed file into Sequential file?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?