Have you used the sort in your project?for this type of
questions any working on real time project give the eg. with
real time scenario.
No Answer is Posted For this Question
Be the First to Post Answer
What are the pertinent COBOL commands?
What will happen if we generate GDG +2 version instead of +1 version?
Are you comfortable in cobol or jcl?
What is the size of s9(19)comp3? explain
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
What is SET TO TRUE all about, anyway?
ID DIVISION. PROGRAM-ID. PLO. DATA DIVISION. WORKING-STORAGE SECTION. 01 VAR1 PIC 9(2). 01 VAR2 PIC X(2). PROCEDURE DIVISION. ACCEPT VAR2. MOVE VAR2 TO VAR1. STOP RUN. if i give 'PI' in var2 then what will b output of progr. any abend?????
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
what is srange and nosrange pls reply to ths question ?
how many maximum no of variables can be declared in linkage section ?