CNS DOCWEB Home
CNS Home Page
CNS Publications Page
Search All CNS Docs

DOCWEB Logo

The CNS FAQ File

Can I Send Batch Job to OS/390 Directly?

CNS Document ID: Q1281
Last Updated: 04/04/2001

Can I Send Batch Job to OS/390 Directly?

Q:

Can I telnet directly into the 0s/390 computer and submit the job directly? (DB)

A:

Yes, you can submit a batch job via FTP from your PC directly into the OS/390 job stream. To submit an OS/390 (MVS) batch job from a PC file to OS/390, something like the following FTP commands can be used.

Type: FTP NERMVS.CNS.UFL.EDU

Reply with: userid

Reply with: password

Type: QUOTE SITE FILETYPE=JES RECFM=F LRECL=80 BLKSIZE=80

Type: PUT drv:\pcfile.nam

Type: QUIT

The output will be sent to the print destination specified in the job JCL.

The QUOTE command allows FTP to pass along the SITE command even when a particular version of FTP doesn’t recognize it.

Please let us know if you have additional questions. (tlvh)

Your Comments are Welcome

We welcome your comments and suggestions on this and all CNS documentation. Please send your comments to:


CNS Information Services

2124 NE Waldo Rd, Suite 2100
Gainesville Florida  32609-8922
(352) 392.2061

UF Computing & Networking Services
2124 NE Waldo Rd, Suite 2100
Gainesville, Florida 32609-8922

Phone: (352) 392.2061
E-mail: editor@cns.ufl.edu

CNS DOCWEB Home
CNS Home Page
CNS Publications Page
Search All CNS Docs