how to access the file from prodution from changeman tool
and to submit a file to production
Answer / nag(igate)
using the checkout option to extract the file from
production.
| Is This Answer Correct ? | 3 Yes | 1 No |
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
what is the purpose of linkage section?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the size of s9(19)comp3? explain
What is report-item?
how to change picture class of copy book variable inside program?
File status must be checked both while opening and reading the file or only while reading the file?
what is the difference between external and global variables?
What is the difference between structured cobol programming and object alternativelyiented cobol?