In EBCDIC, how would the number 1234 be stored?
Answer Posted / rakesh
F1 F2 F3 F4
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Discuss about changing dataset name in proc.
What is the difference between next sentence and continue in cobol programing language?
Write a program to explain size error.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the problem of ordered sequential files access?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
A table has two indexes defined. Which one will be used by the SEARCH?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are the rules of the move verb?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the Purpose of Pointer in the string?