can we bowse or edit the GDG dataset if it is a tape entry?
Answer Posted / gayathri
no
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How gdg are concatenated?
Explain about LMQUERY�give a dialog information about a data set
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
is there any way to execute more than one proc in the same exec statement at the same time..?
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
a dd statement has 2 types of parameters. Name them?
when does a dataset go uncataloged?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the function of dd name parameter with a 2 part structure; audit.report?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What are the parameter we cannot use in procedure?
What is the function of the steplib dd statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY