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...

where will u code file status ?

Answer Posted / rahul

ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT file-name ASSIGN TO dd-name.
FILE STATUS IS ws-file-status1.

ws-file-status1 need to define in WORKING STORAGE SECTION
with
PIC X(02)- For QSAM files
PIC X(03) for VSAM files.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are 77 levels used for?

1142


Explain how you can characterize tables in cobol?

1110


What is report-item in COBOL?

1194


Difference between array and sub-script ?

1700


HOw can I get the negative sign while deduct high value from low value

2297


What is the difference between comp and comp-3?

1222


Differentiate between structured cobol programming and object-oriented cobol programming.

1210


What is the difference between PIC 9.99 and PIC9v99?

1400


In COBOL, what is the different between index and subscript?

1275


Mention the guidelines to write a structured cobol program?

1136


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5790


what is search and searchall?what is the diffrence between them?give an best example?

6918


Give some examples of command terminators?

1317


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

1142


Write some characteristics of cobol as means of business language.

1194