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 |
What is the use of EVALUATE statement?
what are the utilities for load and unload the DB2 tables
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
why we are using set in searchall?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
what is the diff b/w select stsmt and cursor ?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
how can we get current dat and time thru cobol pgm
What is the local-storage section?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
What is the linkage section?