Partial list: REMARKS, NOMINAL KEY, PAGE-COUNTER, CURRENT-DAY, TIME-OF-DAY, STATE, FLOW, COUNT, EXAMINE, EXHIBIT, READY TRACE and RESET TRACE.
Comp is a binary usage, while comp-3 indicates packed decimal. The other common usages are binary and display. Display is the default. 3/28/00 Dave Herrmann: 'I was reading your FAQ on Cobol, as
Latest Answer : Binary representation of data item are called 'comp', while comp-3 is the packed decimal.comp-1 & comp-2 are another usage. ...
Latest Answer : this can be done in 2 ways, 1 is u can enter the date by user itself or u can excpet date form system into requried formate date/time variable, then u can get time and day into ur report generation file ...
Latest Answer : Declare Working storage variable01 DISP-DATE PIC X(16).In procedure Division ... use the following code to move current date to disp-date. This will give you current date, month, day, hh,mm,ss ... MOVE FUNCTION CURRENT-DATE (1:16) TO DISP-DATEThank ...
I submitted the batch job in jcl and i went to my home.the next day i came and i want to see 1- job submitted time,2- job execution time,3- cpu time, from TSO option but not into the jcl itself. Tell me TSO option for this?
I am trying to create a line sequential file with record length 150 bytes (fixed format). The requirement is that the last 50 bytes of the record should be blanks. Finally, when I am opening the file the actual record length is 100 bytes. That means that the last 50 bytes are truncated. solve this problem?
Latest Answer : Using CICS online panels . you can. if it is cobol-CICS ...
Latest Answer : ans: ACCEPT PASSWORD WITH NO ECHO. With this clause the password is encrypted ...
hiprovide info about any real time requirement in global payments-mainframesbyeramya
what is meant by impact analysis in mainframes
Latest Answer : When you do some changes in any object (e.g. Cobol, Copy book or table or proc or card). Due to that change how many elements are implected? This is called Implecte Analysis. ...