What is the file organization clause ?
Answers were Sorted based on User's Feedback
Answer / pavan
File Organization defines what type of file it is. It can
be sequential(like PS or VSAM ESDS), indexed (like VSAM
KSDS) or Relative (like VSAM RRDS)
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ms. stanley
FILE ORGANIZATION is used to declare, if the File is
SEQUENTIAL or INDEXED (VSAM or Non-VSAM Dataset)
| Is This Answer Correct ? | 1 Yes | 1 No |
IF I mention stop run in CICS what happens?
What are 77 levels used for?
What is mean by maxcc
Write a cobol program making use of the redefine clause.
What is IMPACT analysis?
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.
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
what is S04E error in jcl?
11 Answers IBM, L&T,
wht is the diff b/w if and evaluate stmts ?
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
Explain fixed length record in cobol? with suitable example
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it