Why occurs cannot be used in 01 level in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
what is level 66 means??
If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
what are the utilities for load and unload the DB2 tables
Difference between array and sub-script ?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to open and see copy book ?
how can u pass the values into db2 values from cobol ?
Should I use STOP RUN in the sub program??why?
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
what is S04E error in jcl?
11 Answers IBM, L&T,
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER