Write down the divisions of cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
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.
how can u redefine picx(10) with pic 9(6).
Why would you use find and get rather than to obtain?
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
What is an in-line perform ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
What is static and dynamic call in cobol?
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How to concatenation one or more string?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
what are the error codes in cobol, db2, cics, vsam , and jcl