i need a small 3d program using inline and outline.
No Answer is Posted For this Question
Be the First to Post Answer
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
Write the syntax of a two dimensional array?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
file status 00 is checked after opening the file or reading the file
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
Name the divisions, which are available in a cobol program?
how will you define vsam file in select clause?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
State the various causes of s0c1, s0c5 and s0c7.