1.What is the default print format in cobol?
Answers were Sorted based on User's Feedback
Answer / lakshmisudha
dump is correct answer when if u r using IDCAMS utility
print command in Vsam in that time DUMP is correct
in cobol DEFAULT IS CORRECT
Is This Answer Correct ? | 2 Yes | 1 No |
What is report-item?
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
What are the different ways to run a COBOL DB2 program using JCL?
what is label record is standard or omitted in file description of data division?
consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
Write a program to concert an Indexed file into Sequential file?
What is redefines clause in COBOL?
what is a load module ?
What are all the divisions of a COBOL program?
In which area will you utilize 88 level items in cobol?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon