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 |
how can u redefine picx(10) with pic 9(6).
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
How to increase the logical record length of existing PS file?
What are different data types in cobol?
what is difference between the sysabend and userabend?
What is Comm?
2 Answers IBM, Kemper Corporation,
What is the Importance of GLOBAL clause According to new standards of COBOL?
what is rediffine clause?in what situation it can use?give me real time example?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
Name the divisions, which are available in a cobol program?
Can we use goto statement in inline_perform ?
Can the OCCURS clause be at the 01 level?