the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
IBM,
7 26052i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
DELL,
4 21143I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
2389I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
1 9442How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
2586how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
1 4704Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
CSC,
2 15260
How to code the db2 queries using rexx?
Define cedf?
What is db2 look?
Explain how can a stopped job be started again?
Explain the difference between using the read command with into option and set option?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
What is the usage of open cursor command?
Can you explain communication area?
What is the difference between binary search and sequential search?
explain icm instruction?
What is NOTCAT ?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain the catalog?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.