Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How may divisions are there in JCL-COBOL?

Answers were Sorted based on User's Feedback



How may divisions are there in JCL-COBOL?..

Answer / seema gulia

IDENTIFICATION DIVISION
ENVIRONMENT DIVISION
DATA DIVISION
PROCEDURE DIVISION

Is This Answer Correct ?    36 Yes 0 No

How may divisions are there in JCL-COBOL?..

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

How may divisions are there in JCL-COBOL?..

Answer / prabhu

how it comes six? can u explain???

Is This Answer Correct ?    9 Yes 1 No

How may divisions are there in JCL-COBOL?..

Answer / tin

six

Is This Answer Correct ?    11 Yes 17 No

How may divisions are there in JCL-COBOL?..

Answer / ash

4
Procedure Division
Env Division
Data Division
Procedure division

Is This Answer Correct ?    5 Yes 23 No

Post New Answer

More COBOL Interview Questions

PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


What is the difference between COMP & COMP-3 ?

2 Answers  


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

0 Answers  


How to solve SOC7. I have the cobol coded as below 01 A PIC 9(4). 01 AIN REDEFINES A. 05 AIN1 PIC S9(4) 01 B PIC 9(4)V99. 01 BIN REDEFINES B. 05 BIN1 PIC S9(4)V99. PROCEDURE DIVISION. START-PARA. INITIALIZE A AIN B BIN. ACCEPT A B. DISPLAY 'VALUE OF A=' A. DISPLAY 'VALUE OF B=' B. DISPLAY 'VALUE OF BIN1=' BIN1. DISPLAY 'VALUE OF AIN1=' AIN1. COMPUTE AIN1 = BIN1 - AIN1. DISPLAY 'VALUE OF AIN1=' AIN1. When i'm executing this code i'm getting SOC7 for A = 12 & B=34. Can someone explain SDSF OUTPUT DISPLAY TCOM058R JOB05458 DSID 102 LINE 0 COLUMNS 02- 81 COMMAND INPUT ===> SCROLL ===> CSR ********************************* TOP OF DATA ********************************** VALUE OF A=12 VALUE OF B=34 VALUE OF BIN1=34 VALUE OF AIN1=12 CEE3207S The system detected a data exception (System Completion Code=0C7). From compile unit PROG1 at entry point PROG1 at statement 29 at compile +000004CE at address 00007ECE. Please address how to solve this issue Thanks in advance.

1 Answers  


how many bytes do SPPPP999 will store?

18 Answers  


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

0 Answers  


SIGN TRAILING SEPARATE field occupy ?

3 Answers  


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


give the examples for strings and unstrings in cobol

2 Answers   IBM,


what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99

2 Answers   TCS,


where will u code file status ?

2 Answers   TCS,


What is an in line PERFORM? When would you use it? Anything else to say about it?

4 Answers  


Categories