How to transfer a file from PC to Mainframe?
Latest Answer: Simplest way is to use FTP command on command prompt. As shown belowC:> FTP xxx.xx.xx.xx(mainframe ip) & press enterenter Userid and Password of MainframeWhen you get FTP> prompt type FTP> PUT and press enter followed by local file name and then mainframe ...
How to resolve the file status 47?
Latest Answer: Reading the file without opening the file either in Input/Input-Output(I-O)/Extend modes would lead to an Invalid VSAM operation with return code of 47. ...
How to identify the record that caused the SOC7 abend in a batch program? Suppose there are 1000 records in the input file. how can we find the exact record?
Latest Answer: If the cobol program is compile with option FDUMP. you can see the input record which caused the abend CEEDUMP and also the field which cause the error. Something like this.QTY-ACCEPTED ...
What is the total size of 9(3)v9(2)
Latest Answer: 5 bytes ...
Why does the error code come in the form of multiple of 4?
Is it possible to do screen POP-UP using CICS in Mainframe environment? If Yes, How?
We know STEPLIB override JOBLIB. Is it possible anyway JOBLIB override STEPLIB? If Yes, How
How CICS Screen developed?
Latest Answer: CICS Screens can be developed using BMS macro, Telon, SDFII. ...
How to run a job without using ISPF?
Latest Answer: Without submitting the job through the ISPF Facility, we could schedule the same job through CA-7 schedular which makes the job run automatically at the provided schedule. ...
Latest Answer: One cylinder=15 tracks and 1 track=192kb or 196608 bytes.1 block= 32 kb of formatted memory/42 kb of unformatted memory6 block= 1 track. ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 Next >>

Go Top